Author: thomas.heute(a)jboss.com
Date: 2009-11-24 08:34:45 -0500 (Tue, 24 Nov 2009)
New Revision: 785
Modified:
components/mop/trunk/core/pom.xml
components/mop/trunk/pom.xml
Log:
Remove declaration of dependency on gatein-common as it is not used so far
Modified: components/mop/trunk/core/pom.xml
===================================================================
--- components/mop/trunk/core/pom.xml 2009-11-24 13:22:02 UTC (rev 784)
+++ components/mop/trunk/core/pom.xml 2009-11-24 13:34:45 UTC (rev 785)
@@ -69,6 +69,7 @@
<artifactId>chromattic.apt</artifactId>
</dependency>
+ <!--
<dependency>
<groupId>org.gatein.common</groupId>
<artifactId>common-common</artifactId>
@@ -78,6 +79,7 @@
<groupId>org.gatein.common</groupId>
<artifactId>common-logging</artifactId>
</dependency>
+ -->
<dependency>
<groupId>org.chromattic</groupId>
@@ -93,4 +95,4 @@
</dependencies>
-</project>
\ No newline at end of file
+</project>
Modified: components/mop/trunk/pom.xml
===================================================================
--- components/mop/trunk/pom.xml 2009-11-24 13:22:02 UTC (rev 784)
+++ components/mop/trunk/pom.xml 2009-11-24 13:34:45 UTC (rev 785)
@@ -59,6 +59,7 @@
</dependency>
<!-- Internal dependencies -->
+ <!--
<dependency>
<groupId>org.gatein.common</groupId>
<artifactId>common-logging</artifactId>
@@ -69,6 +70,7 @@
<artifactId>common-common</artifactId>
<version>${version.gatein.common}</version>
</dependency>
+ -->
<dependency>
<groupId>org.gatein.mop</groupId>
<artifactId>mop-api</artifactId>
@@ -92,7 +94,9 @@
</dependencies>
<properties>
+ <!--
<version.gatein.common>2.0.0-CR02</version.gatein.common>
+ -->
<!-- ************** -->
<!-- Build settings -->
<!-- ************** -->