Skip to content

Commit

Permalink
misc: trying fix the build
Browse files Browse the repository at this point in the history
  • Loading branch information
rareddy committed Nov 8, 2013
1 parent 75c122e commit a4ebf9b
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions connectors/connector-mongodb/pom.xml
Expand Up @@ -33,6 +33,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>
<plugins>
Expand Down

0 comments on commit a4ebf9b

Please sign in to comment.