Author: jeff.yuchang
Date: 2009-06-15 02:30:34 -0400 (Mon, 15 Jun 2009)
New Revision: 610
Modified:
idm/trunk/integration/deployer/pom.xml
idm/trunk/integration/deployer/src/main/resources/deployer-assembly.xml
Log:
* Remove the portal common lib dependency.
(If setup.txt uses the portal common lib, then needs to be included manually)
we shouldn't rely on portal lib, even common, in the jboss idm.
Modified: idm/trunk/integration/deployer/pom.xml
===================================================================
--- idm/trunk/integration/deployer/pom.xml 2009-06-15 06:00:42 UTC (rev 609)
+++ idm/trunk/integration/deployer/pom.xml 2009-06-15 06:30:34 UTC (rev 610)
@@ -38,68 +38,7 @@
<artifactId>idm-ldap</artifactId>
<version>${project.version}</version>
</dependency>
- <!--<dependency>-->
- <!--<groupId>org.jboss.identity.idm</groupId>-->
- <!--<artifactId>idm-cache</artifactId>-->
- <!--<version>${version}</version>-->
- <!--</dependency>-->
<dependency>
- <groupId>org.jboss.portal.common</groupId>
- <artifactId>common-common</artifactId>
- <version>1.2.3</version>
- <exclusions>
- <exclusion>
- <groupId>apache-log4j</groupId>
- <artifactId>log4j</artifactId>
- </exclusion>
- <exclusion>
- <groupId>javax.activation</groupId>
- <artifactId>activation</artifactId>
- </exclusion>
- <exclusion>
- <groupId>jboss</groupId>
- <artifactId>jboss-j2ee</artifactId>
- </exclusion>
- <exclusion>
- <groupId>org.apache.ant</groupId>
- <artifactId>ant</artifactId>
- </exclusion>
- <exclusion>
- <groupId>jboss</groupId>
- <artifactId>jboss-jmx</artifactId>
- </exclusion>
- <exclusion>
- <groupId>commons-httpclient</groupId>
- <artifactId>commons-httpclient</artifactId>
- </exclusion>
- <exclusion>
- <groupId>javax.servlet</groupId>
- <artifactId>servlet-api</artifactId>
- </exclusion>
- <exclusion>
- <groupId>org.apache.ant</groupId>
- <artifactId>ant-junit</artifactId>
- </exclusion>
- <exclusion>
- <groupId>org.codehaus.cargo</groupId>
- <artifactId>cargo-core-uberjar</artifactId>
- </exclusion>
- <exclusion>
- <groupId>org.apache.ant</groupId>
- <artifactId>ant-nodeps</artifactId>
- </exclusion>
- <exclusion>
- <groupId>org.apache.ant</groupId>
- <artifactId>ant-launcher</artifactId>
- </exclusion>
- <exclusion>
- <groupId>junit</groupId>
- <artifactId>junit</artifactId>
- </exclusion>
-
- </exclusions>
- </dependency>
- <dependency>
<groupId>bsh</groupId>
<artifactId>bsh</artifactId>
<version>1.3.0</version>
Modified: idm/trunk/integration/deployer/src/main/resources/deployer-assembly.xml
===================================================================
--- idm/trunk/integration/deployer/src/main/resources/deployer-assembly.xml 2009-06-15
06:00:42 UTC (rev 609)
+++ idm/trunk/integration/deployer/src/main/resources/deployer-assembly.xml 2009-06-15
06:30:34 UTC (rev 610)
@@ -27,7 +27,6 @@
<include>org.jboss.identity.idm:idm-api</include>
<include>org.jboss.identity.idm:idm-common</include>
<include>org.jboss.identity.idm:idm-spi</include>
- <include>org.jboss.portal.common:common-common</include>
</includes>
</dependencySet>
</dependencySets>
Show replies by date