Skip to content

Commit

Permalink
pom.xml: Add the protobuf dependency for the ossrh profile. Refs #2374.
Browse files Browse the repository at this point in the history
  • Loading branch information
jefft0 committed Feb 18, 2015
1 parent 54d1843 commit 3d695ce
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions pom.xml
Expand Up @@ -59,6 +59,13 @@
<!-- deployment profile for OSSRH, deploy with 'mvn deploy -P ossrh' -->
<profile>
<id>ossrh</id>
<dependencies>
<dependency>
<groupId>com.google.protobuf</groupId>
<artifactId>protobuf-java</artifactId>
<version>2.6.1</version>
</dependency>
</dependencies>
<build>
<plugins>
<!-- OSSRH-directed plugins (see http://central.sonatype.org/pages/apache-maven.html) -->
Expand Down

0 comments on commit 3d695ce

Please sign in to comment.