]> git.aero2k.de Git - tmp/jakarta-migration.git/commitdiff
CSPACE-1841: slf4j-*.jars needed to be updated to 1.5.8. Also, these jars were being...
authorRichard Millet <richard.millet@berkeley.edu>
Mon, 3 Jan 2011 23:07:59 +0000 (23:07 +0000)
committerRichard Millet <richard.millet@berkeley.edu>
Mon, 3 Jan 2011 23:07:59 +0000 (23:07 +0000)
services/JaxRsServiceProvider/pom.xml
services/common/lib/slf4j/slf4j-api-1.5.2.jar [deleted file]
services/common/lib/slf4j/slf4j-api-1.5.8.jar [new file with mode: 0644]
services/common/lib/slf4j/slf4j-log4j12-1.5.2.jar [deleted file]
services/common/lib/slf4j/slf4j-log4j12-1.5.8.jar [new file with mode: 0644]

index 98b3d1eb5529d760c40743545779449fa3e13389..5fcd60d5c9556aefdf5e0821a61c596fa24db671 100644 (file)
         <dependency>\r
             <groupId>org.slf4j</groupId>\r
             <artifactId>slf4j-api</artifactId>\r
+                       <scope>provided</scope>\r
         </dependency>\r
         <dependency>\r
             <groupId>org.slf4j</groupId>\r
             <artifactId>slf4j-log4j12</artifactId>\r
+                       <scope>provided</scope>\r
         </dependency>\r
         <dependency>\r
             <groupId>log4j</groupId>\r
diff --git a/services/common/lib/slf4j/slf4j-api-1.5.2.jar b/services/common/lib/slf4j/slf4j-api-1.5.2.jar
deleted file mode 100644 (file)
index 4382866..0000000
Binary files a/services/common/lib/slf4j/slf4j-api-1.5.2.jar and /dev/null differ
diff --git a/services/common/lib/slf4j/slf4j-api-1.5.8.jar b/services/common/lib/slf4j/slf4j-api-1.5.8.jar
new file mode 100644 (file)
index 0000000..20d1d37
Binary files /dev/null and b/services/common/lib/slf4j/slf4j-api-1.5.8.jar differ
diff --git a/services/common/lib/slf4j/slf4j-log4j12-1.5.2.jar b/services/common/lib/slf4j/slf4j-log4j12-1.5.2.jar
deleted file mode 100644 (file)
index 2c040a1..0000000
Binary files a/services/common/lib/slf4j/slf4j-log4j12-1.5.2.jar and /dev/null differ
diff --git a/services/common/lib/slf4j/slf4j-log4j12-1.5.8.jar b/services/common/lib/slf4j/slf4j-log4j12-1.5.8.jar
new file mode 100644 (file)
index 0000000..a47eee4
Binary files /dev/null and b/services/common/lib/slf4j/slf4j-log4j12-1.5.8.jar differ