Skip to content

Commit

Permalink
Merge pull request #152 from rareddy/8.4.x
Browse files Browse the repository at this point in the history
misc: fixing the build
  • Loading branch information
rareddy committed Nov 12, 2013
2 parents a05be40 + e79a8f4 commit 68d4fa1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion connectors/mongodb-api/pom.xml
Expand Up @@ -18,7 +18,7 @@
<dependency>
<groupId>org.mongodb</groupId>
<artifactId>mongo-java-driver</artifactId>
<version>2.11.1</version>
<version>${version.mongo-java-driver}</version>
</dependency>
</dependencies>
</project>
1 change: 1 addition & 0 deletions pom.xml
Expand Up @@ -43,6 +43,7 @@
<version.com.force.api>26.0.0</version.com.force.api>
<version.org.hibernate>4.1.1.Final</version.org.hibernate>
<version.org.apache.lucene>3.6.2</version.org.apache.lucene>
<version.mongo-java-driver>2.11.1</version.mongo-java-driver>
<cxf.version>2.6.6</cxf.version>
</properties>
<scm>
Expand Down

0 comments on commit 68d4fa1

Please sign in to comment.