Skip to content

Commit

Permalink
Update pom.xml
Browse files Browse the repository at this point in the history
Fix the CI build
  • Loading branch information
rareddy committed Nov 11, 2013
1 parent 3741018 commit a05be40
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions connectors/translator-mongodb/pom.xml
Expand Up @@ -39,6 +39,12 @@
<version>${project.version}</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.mongodb</groupId>
<artifactId>mongo-java-driver</artifactId>
<version>${version.mongo-java-driver}</version>
<scope>provided</scope>
</dependency>
</dependencies>

<build>
Expand Down

0 comments on commit a05be40

Please sign in to comment.