Skip to content

Instantly share code, notes, and snippets.

@aronr
Created November 28, 2012 01:15
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save aronr/4158380 to your computer and use it in GitHub Desktop.
Save aronr/4158380 to your computer and use it in GitHub Desktop.
diff --git a/services/JaxRsServiceProvider/pom.xml b/services/JaxRsServiceProvider/pom.xml
index b112a0d..a0f7709 100644
--- a/services/JaxRsServiceProvider/pom.xml
+++ b/services/JaxRsServiceProvider/pom.xml
@@ -22,18 +22,15 @@
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-api</artifactId>
- <scope>provided</scope>
</dependency>
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-log4j12</artifactId>
- <scope>provided</scope>
</dependency>
<dependency>
<groupId>log4j</groupId>
<artifactId>log4j</artifactId>
<version>1.2.14</version>
- <!--scope>provided</scope-->
</dependency>
<!-- somewhere dependency is added 1.5.8 unnecessarily -->
<dependency>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment