Skip to content

Commit

Permalink
Merge pull request mongeez#30 from davidmc24/master
Browse files Browse the repository at this point in the history
pom: change scopes from provided to compile: commons-lang3, mongo-java-driver, spring-beans
  • Loading branch information
epishkin committed Jul 30, 2013
2 parents f39029b + ddf8d8a commit fefa935
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -64,20 +64,18 @@
<groupId>org.mongodb</groupId>
<artifactId>mongo-java-driver</artifactId>
<version>2.11.1</version>
<scope>provided</scope>
</dependency>

<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-beans</artifactId>
<version>3.1.3.RELEASE</version>
<scope>provided</scope>
</dependency>

<dependency>
<groupId>org.apache.commons</groupId>
<artifactId>commons-lang3</artifactId>
<version>3.1</version>
<scope>provided</scope>
</dependency>

<!-- logging -->
Expand Down

0 comments on commit fefa935

Please sign in to comment.