Skip to content
This repository has been archived by the owner on Apr 23, 2024. It is now read-only.

Commit

Permalink
mongo-java-driver should not have as scope 'provided'.
Browse files Browse the repository at this point in the history
Signed-off-by: Christian Trutz <christian.trutz@belaso.de>
  • Loading branch information
Christian Trutz committed Dec 22, 2012
1 parent eec33c1 commit f9209dc
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -15,7 +15,7 @@ If you want to use logback-contrib in your project, here is the corresponding Ma
```xml
<dependency>
<groupId>ch.qos.logback.contrib</groupId>
<artifactId>logback-contrib-parent</artifactId>
<artifactId>logback-{CONTRIB SUB PROJECT}</artifactId>
<version>0.1.1</version>
</dependency>
```
Expand Down
3 changes: 0 additions & 3 deletions pom.xml
Expand Up @@ -167,13 +167,10 @@
<version>${jackson.version}</version>
<scope>provided</scope>
</dependency>


<dependency>
<groupId>org.mongodb</groupId>
<artifactId>mongo-java-driver</artifactId>
<version>${mongo-java-driver.version}</version>
<scope>provided</scope>
</dependency>

</dependencies>
Expand Down

0 comments on commit f9209dc

Please sign in to comment.