Author: woonsan
Date: Wed Mar 24 15:09:02 2010
New Revision: 927081
URL: http://svn.apache.org/viewvc?rev=927081&view=rev
Log:
JS2-1149: Replacing the old commonj dependency by the geronimo spec jar.
Modified:
portals/jetspeed-2/portal/trunk/components/jetspeed-portal/pom.xml
portals/jetspeed-2/portal/trunk/pom.xml
Modified: portals/jetspeed-2/portal/trunk/components/jetspeed-portal/pom.xml
URL:
http://svn.apache.org/viewvc/portals/jetspeed-2/portal/trunk/components/jetspeed-portal/pom.xml?rev=927081&r1=927080&r2=927081&view=diff
==============================================================================
--- portals/jetspeed-2/portal/trunk/components/jetspeed-portal/pom.xml
(original)
+++ portals/jetspeed-2/portal/trunk/components/jetspeed-portal/pom.xml Wed Mar
24 15:09:02 2010
@@ -148,8 +148,8 @@
<artifactId>asm-attrs</artifactId>
</dependency>
<dependency>
- <groupId>commonj</groupId>
- <artifactId>commonj-twm</artifactId>
+ <groupId>org.apache.geronimo.specs</groupId>
+ <artifactId>geronimo-commonj_1.1_spec</artifactId>
<scope>provided</scope>
</dependency>
<dependency>
Modified: portals/jetspeed-2/portal/trunk/pom.xml
URL:
http://svn.apache.org/viewvc/portals/jetspeed-2/portal/trunk/pom.xml?rev=927081&r1=927080&r2=927081&view=diff
==============================================================================
--- portals/jetspeed-2/portal/trunk/pom.xml (original)
+++ portals/jetspeed-2/portal/trunk/pom.xml Wed Mar 24 15:09:02 2010
@@ -311,7 +311,7 @@
<xml-apis.version>2.0.2</xml-apis.version>
<asm.version>2.2</asm.version>
<ccpp.version>1.0</ccpp.version>
- <commonj.version>1.1</commonj.version>
+ <geronimo-commonj_1.1_spec.version>1.0</geronimo-commonj_1.1_spec.version>
<tyrex.version>1.0.1</tyrex.version>
<cxf.version>2.2.5</cxf.version>
<jackson.version>1.3.2</jackson.version>
@@ -1346,11 +1346,11 @@
<version>${asm.version}</version>
</dependency>
- <!-- CommonJ -->
+ <!-- geronimo-commonj_1.1_spec -->
<dependency>
- <groupId>commonj</groupId>
- <artifactId>commonj-twm</artifactId>
- <version>${commonj.version}</version>
+ <groupId>org.apache.geronimo.specs</groupId>
+ <artifactId>geronimo-commonj_1.1_spec</artifactId>
+ <version>${geronimo-commonj_1.1_spec.version}</version>
<scope>provided</scope>
</dependency>
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]