aboutsummaryrefslogtreecommitdiff
path: root/id/server/idserverlib/pom.xml
diff options
context:
space:
mode:
authorBojan Suzic <bojan.suzic@iaik.tugraz.at>2014-03-04 20:06:41 +0100
committerBojan Suzic <bojan.suzic@iaik.tugraz.at>2014-03-04 20:06:41 +0100
commit7f1c5affaa9358bef6995371dc08c8f0c981a849 (patch)
tree089323d31208d1cca2fdc61c79b5a59351f72594 /id/server/idserverlib/pom.xml
parentcd0887a43b0b4350e736433c2b513901a2151601 (diff)
downloadmoa-id-spss-7f1c5affaa9358bef6995371dc08c8f0c981a849.tar.gz
moa-id-spss-7f1c5affaa9358bef6995371dc08c8f0c981a849.tar.bz2
moa-id-spss-7f1c5affaa9358bef6995371dc08c8f0c981a849.zip
resolving problems related to commons and slf4j libraries
Diffstat (limited to 'id/server/idserverlib/pom.xml')
-rw-r--r--id/server/idserverlib/pom.xml28
1 files changed, 27 insertions, 1 deletions
diff --git a/id/server/idserverlib/pom.xml b/id/server/idserverlib/pom.xml
index cca543a26..82a42cb8c 100644
--- a/id/server/idserverlib/pom.xml
+++ b/id/server/idserverlib/pom.xml
@@ -151,7 +151,33 @@
<!-- should be in the ext directory of the jre -->
<scope>provided</scope>
</dependency>
-
+
+
+ <dependency>
+ <groupId>org.slf4j</groupId>
+ <artifactId>slf4j-api</artifactId>
+ <version>1.7.5</version>
+ </dependency>
+ <dependency>
+ <groupId>org.slf4j</groupId>
+ <artifactId>slf4j-simple</artifactId>
+ <version>1.7.5</version>
+ </dependency>
+ <dependency>
+ <groupId>org.slf4j</groupId>
+ <artifactId>jcl-over-slf4j</artifactId>
+ <version>1.7.5</version>
+ </dependency>
+ <dependency>
+ <groupId>org.slf4j</groupId>
+ <artifactId>log4j-over-slf4j</artifactId>
+ <version>1.7.5</version>
+ </dependency>
+ <dependency>
+ <groupId>org.slf4j</groupId>
+ <artifactId>jul-to-slf4j</artifactId>
+ <version>1.7.5</version>
+ </dependency>
<dependency>
<groupId>junit</groupId>