Author: steve.ebersole(a)jboss.com
Date: 2008-09-10 14:12:01 -0400 (Wed, 10 Sep 2008)
New Revision: 15181
Modified:
core/trunk/cache-jbosscache2/pom.xml
core/trunk/parent/pom.xml
core/trunk/tutorials/pom.xml
Log:
account for jcl104-over-slf4j artifact renaming to jcl-over-slf4j
Modified: core/trunk/cache-jbosscache2/pom.xml
===================================================================
--- core/trunk/cache-jbosscache2/pom.xml 2008-09-10 17:56:19 UTC (rev 15180)
+++ core/trunk/cache-jbosscache2/pom.xml 2008-09-10 18:12:01 UTC (rev 15181)
@@ -41,36 +41,6 @@
<version>1.8.0.2</version>
<scope>test</scope>
</dependency>
- <dependency>
- <groupId>commons-logging</groupId>
- <artifactId>commons-logging</artifactId>
- <version>99.0-does-not-exist</version>
- <scope>test</scope>
- </dependency>
- <dependency>
- <groupId>commons-logging</groupId>
- <artifactId>commons-logging-api</artifactId>
- <version>99.0-does-not-exist</version>
- <scope>test</scope>
- </dependency>
- <dependency>
- <groupId>org.slf4j</groupId>
- <artifactId>jcl104-over-slf4j</artifactId>
- <version>1.4.2</version>
- <scope>test</scope>
- </dependency>
- <dependency>
- <groupId>org.slf4j</groupId>
- <artifactId>slf4j-log4j12</artifactId>
- <version>1.4.2</version>
- <scope>test</scope>
- </dependency>
- <dependency>
- <groupId>log4j</groupId>
- <artifactId>log4j</artifactId>
- <version>1.2.14</version>
- <scope>test</scope>
- </dependency>
<!-- this is optional on core :( and needed for testing -->
<dependency>
<groupId>javassist</groupId>
Modified: core/trunk/parent/pom.xml
===================================================================
--- core/trunk/parent/pom.xml 2008-09-10 17:56:19 UTC (rev 15180)
+++ core/trunk/parent/pom.xml 2008-09-10 18:12:01 UTC (rev 15181)
@@ -287,7 +287,7 @@
</dependency>
<dependency>
<groupId>org.slf4j</groupId>
- <artifactId>jcl104-over-slf4j</artifactId>
+ <artifactId>jcl-over-slf4j</artifactId>
<version>1.5.2</version>
<scope>test</scope>
</dependency>
Modified: core/trunk/tutorials/pom.xml
===================================================================
--- core/trunk/tutorials/pom.xml 2008-09-10 17:56:19 UTC (rev 15180)
+++ core/trunk/tutorials/pom.xml 2008-09-10 18:12:01 UTC (rev 15181)
@@ -88,18 +88,8 @@
</dependency>
<!-- logging setup -->
<dependency>
- <groupId>commons-logging</groupId>
- <artifactId>commons-logging</artifactId>
- <version>99.0-does-not-exist</version>
- </dependency>
- <dependency>
- <groupId>commons-logging</groupId>
- <artifactId>commons-logging-api</artifactId>
- <version>99.0-does-not-exist</version>
- </dependency>
- <dependency>
<groupId>org.slf4j</groupId>
- <artifactId>jcl104-over-slf4j</artifactId>
+ <artifactId>jcl-over-slf4j</artifactId>
<version>1.4.2</version>
</dependency>
<dependency>
@@ -112,6 +102,16 @@
<artifactId>log4j</artifactId>
<version>1.2.14</version>
</dependency>
+ <dependency>
+ <groupId>commons-logging</groupId>
+ <artifactId>commons-logging</artifactId>
+ <version>99.0-does-not-exist</version>
+ </dependency>
+ <dependency>
+ <groupId>commons-logging</groupId>
+ <artifactId>commons-logging-api</artifactId>
+ <version>99.0-does-not-exist</version>
+ </dependency>
</dependencies>
<build>
Show replies by date