Author: julien_viet
Date: 2011-08-13 19:15:30 -0400 (Sat, 13 Aug 2011)
New Revision: 7081
Modified:
components/pc/trunk/controller/pom.xml
components/pc/trunk/federation/pom.xml
components/pc/trunk/pom.xml
components/pc/trunk/portlet/pom.xml
components/pc/trunk/test/core/pom.xml
components/pc/trunk/test/servers/pom.xml
Log:
slf4j-simple was actually already bound in the parent pom on the test scope, no need to
redeclare it elsewhere
Modified: components/pc/trunk/controller/pom.xml
===================================================================
--- components/pc/trunk/controller/pom.xml 2011-08-13 23:07:30 UTC (rev 7080)
+++ components/pc/trunk/controller/pom.xml 2011-08-13 23:15:30 UTC (rev 7081)
@@ -14,7 +14,6 @@
<dependency>
<groupId>org.gatein.pc</groupId>
<artifactId>pc-portlet</artifactId>
- <type>jar</type>
</dependency>
<!-- Dependencies for tests -->
@@ -31,14 +30,6 @@
<scope>test</scope>
</dependency>
- <!--TEST SCOPE-->
-
- <dependency>
- <groupId>org.slf4j</groupId>
- <artifactId>slf4j-simple</artifactId>
- <scope>test</scope>
- </dependency>
-
</dependencies>
<build>
Modified: components/pc/trunk/federation/pom.xml
===================================================================
--- components/pc/trunk/federation/pom.xml 2011-08-13 23:07:30 UTC (rev 7080)
+++ components/pc/trunk/federation/pom.xml 2011-08-13 23:15:30 UTC (rev 7081)
@@ -23,12 +23,6 @@
<scope>test</scope>
</dependency>
- <dependency>
- <groupId>org.slf4j</groupId>
- <artifactId>slf4j-simple</artifactId>
- <scope>test</scope>
- </dependency>
-
</dependencies>
</project>
Modified: components/pc/trunk/pom.xml
===================================================================
--- components/pc/trunk/pom.xml 2011-08-13 23:07:30 UTC (rev 7080)
+++ components/pc/trunk/pom.xml 2011-08-13 23:15:30 UTC (rev 7081)
@@ -249,12 +249,13 @@
</dependencyManagement>
<dependencies>
+
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-simple</artifactId>
- <!--<version>${org.slf4j.version}</version>-->
<scope>test</scope>
</dependency>
+
</dependencies>
<build>
Modified: components/pc/trunk/portlet/pom.xml
===================================================================
--- components/pc/trunk/portlet/pom.xml 2011-08-13 23:07:30 UTC (rev 7080)
+++ components/pc/trunk/portlet/pom.xml 2011-08-13 23:15:30 UTC (rev 7081)
@@ -44,11 +44,6 @@
<artifactId>junit</artifactId>
<scope>test</scope>
</dependency>
- <dependency>
- <groupId>org.slf4j</groupId>
- <artifactId>slf4j-simple</artifactId>
- <scope>test</scope>
- </dependency>
</dependencies>
Modified: components/pc/trunk/test/core/pom.xml
===================================================================
--- components/pc/trunk/test/core/pom.xml 2011-08-13 23:07:30 UTC (rev 7080)
+++ components/pc/trunk/test/core/pom.xml 2011-08-13 23:15:30 UTC (rev 7081)
@@ -66,11 +66,6 @@
</dependency>
<dependency>
- <groupId>org.slf4j</groupId>
- <artifactId>slf4j-simple</artifactId>
- </dependency>
-
- <dependency>
<groupId>concurrent</groupId>
<artifactId>concurrent</artifactId>
<scope>test</scope>
Modified: components/pc/trunk/test/servers/pom.xml
===================================================================
--- components/pc/trunk/test/servers/pom.xml 2011-08-13 23:07:30 UTC (rev 7080)
+++ components/pc/trunk/test/servers/pom.xml 2011-08-13 23:15:30 UTC (rev 7081)
@@ -66,11 +66,6 @@
</dependency>
<dependency>
- <groupId>org.slf4j</groupId>
- <artifactId>slf4j-simple</artifactId>
- </dependency>
-
- <dependency>
<groupId>concurrent</groupId>
<artifactId>concurrent</artifactId>
<scope>test</scope>
Show replies by date