Author: ips
Date: 2008-11-14 18:44:50 -0500 (Fri, 14 Nov 2008)
New Revision: 53
Modified:
trunk/jbas5/pom.xml
Log:
remove jboss-seam-jbas5 and cglib-nodep deps, which are no longer needed with AS5 builds
from trunk (see
https://jira.jboss.org/jira/browse/EMBJOPR-31)
Modified: trunk/jbas5/pom.xml
===================================================================
--- trunk/jbas5/pom.xml 2008-11-14 23:42:49 UTC (rev 52)
+++ trunk/jbas5/pom.xml 2008-11-14 23:44:50 UTC (rev 53)
@@ -39,40 +39,7 @@
<version>${jopr-embedded-core.version}</version>
<type>war</type>
</dependency>
-
- <dependency>
- <!-- TODO: double-check that this jar is still required -->
- <groupId>${seam.groupId}</groupId>
- <artifactId>jboss-seam-jbas5</artifactId>
- <version>${seam.version}</version>
- <exclusions>
- <exclusion>
- <groupId>apache-xerces</groupId>
- <artifactId>xml-apis</artifactId>
- </exclusion>
- <!-- the vfs brings with it a whole bunch of dependencies that are
already in the app server -->
- <exclusion>
- <groupId>org.jboss</groupId>
- <artifactId>jboss-vfs</artifactId>
- </exclusion>
- </exclusions>
- </dependency>
-
- <!-- needed for JBAS5.Beta1 deployment -->
- <dependency>
- <groupId>cglib</groupId>
- <artifactId>cglib-nodep</artifactId>
- <version>2.1_3</version>
- </dependency>
-
- <!--need this to deploy in 5.0??
- TODO check if this is necessary -->
- <!--<dependency>-->
- <!--<groupId>commons-digester</groupId>-->
- <!--<artifactId>commons-digester</artifactId>-->
- <!--<version>1.8</version>-->
- <!--</dependency>-->
-
+
</dependencies>
<build>