Author: dbaeli
Date: 2010-10-15 19:13:19 -0400 (Fri, 15 Oct 2010)
New Revision: 4694
Modified:
exo/portal/branches/3.1.x/packaging/pkg/pom.xml
Log:
EXOGTN-106 adding all missing dependencies in the pkg/pom.xml, but EXOGTN-108 still
blocker for the build to work fine (kernel-2.2.0 binaries added by the packager)
Modified: exo/portal/branches/3.1.x/packaging/pkg/pom.xml
===================================================================
--- exo/portal/branches/3.1.x/packaging/pkg/pom.xml 2010-10-15 22:37:34 UTC (rev 4693)
+++ exo/portal/branches/3.1.x/packaging/pkg/pom.xml 2010-10-15 23:13:19 UTC (rev 4694)
@@ -31,13 +31,34 @@
<packaging>pom</packaging>
<name>GateIn Portal Packaging Assemblies</name>
+ <properties>
+ <gatein.working.dir>${basedir}/target</gatein.working.dir><!--
Default value for server installation dir -->
+
+ <commons-digester.version>1.8.1</commons-digester.version>
+ <commons-dbcp.version>1.2.1</commons-dbcp.version>
+ <asm.version>1.5.3</asm.version>
+ <jcr.version>1.0</jcr.version>
+ <stax.version>1.0</stax.version>
+ <html-parser.version>1.6</html-parser.version>
+ <org.jaxb2.version>0.1</org.jaxb2.version>
+ <commons-httpclient.version>3.1</commons-httpclient.version>
+ <org.gatein.pc.version>2.1.1-GA</org.gatein.pc.version>
+ <org.gatein.wsrp.version>1.1.1-GA</org.gatein.wsrp.version>
+ <com.sun.xml.bind.version>2.1.7</com.sun.xml.bind.version>
+ <javassist.version>3.4.GA</javassist.version>
+ <antlr.version>2.7.6rc1</antlr.version>
+ <cglib.version>2.2</cglib.version>
+
+ </properties>
+
+
<dependencies>
<dependency>
<groupId>org.gatein.tools</groupId>
<artifactId>packager</artifactId>
<type>zip</type>
- <version>1.0.0-CR02</version>
+ <version>1.0.0-CR03-PLF-SNAPSHOT</version>
</dependency>
<dependency>
@@ -82,27 +103,32 @@
<version>3.1.5-PLF-SNAPSHOT</version>
</dependency>
- <!-- Missing dependencies -->
- <dependency>
- <groupId>org.gatein.wci</groupId>
- <artifactId>wci-exo</artifactId>
- <version>${org.gatein.wci.version}</version>
- </dependency>
- <dependency>
- <groupId>org.gatein.wci</groupId>
- <artifactId>wci-tomcat</artifactId>
- <version>${org.gatein.wci.version}</version>
- </dependency>
- <dependency>
- <groupId>commons-pool</groupId>
- <artifactId>commons-pool</artifactId>
- <version>${commons-pool.version}</version>
- </dependency>
- <dependency>
- <groupId>org.exoplatform.jcr</groupId>
- <artifactId>exo.jcr.component.webdav</artifactId>
- <version>${org.exoplatform.jcr.version}</version>
- </dependency>
+ <!-- Missing packaging dependencies -->
+<dependency><groupId>org.gatein.wci</groupId><artifactId>wci-exo</artifactId><version>${org.gatein.wci.version}</version></dependency>
+<dependency><groupId>org.gatein.wci</groupId><artifactId>wci-tomcat</artifactId><version>${org.gatein.wci.version}</version></dependency>
+<dependency><groupId>commons-pool</groupId><artifactId>commons-pool</artifactId><version>${commons-pool.version}</version></dependency>
+<dependency><groupId>org.exoplatform.jcr</groupId><artifactId>exo.jcr.component.webdav</artifactId><version>${org.exoplatform.jcr.version}</version></dependency>
+<dependency><groupId>org.exoplatform.jcr</groupId><artifactId>exo.jcr.framework.web</artifactId>
<version>${org.exoplatform.jcr.version}</version></dependency>
+<dependency><groupId>org.gatein.wsrp</groupId><artifactId>wsrp-producer</artifactId><version>${org.gatein.wsrp.version}</version><type>war</type></dependency><!--
1.1.1-GA-->
+<dependency><groupId>org.exoplatform.jcr</groupId><artifactId>exo.jcr.component.ftp</artifactId><version>${org.exoplatform.jcr.version}</version><type>jar</type></dependency><!--
1.12.6-GA-SNAPSHOT-->
+
+<dependency><groupId>commons-digester</groupId><artifactId>commons-digester</artifactId><version>${commons-digester.version}</version><type>jar</type></dependency><!--
1.8.1-->
+<dependency><groupId>commons-dbcp</groupId><artifactId>commons-dbcp</artifactId><version>${commons-dbcp.version}</version><type>jar</type></dependency><!--
1.2.1-->
+<dependency><groupId>asm</groupId><artifactId>asm</artifactId><version>${asm.version}</version><type>jar</type></dependency><!--
1.5.3-->
+<dependency><groupId>jcr</groupId><artifactId>jcr</artifactId><version>${jcr.version}</version><type>jar</type></dependency><!--
1.0-->
+<dependency><groupId>org.exoplatform.kernel</groupId><artifactId>exo.kernel.component.remote</artifactId><version>${org.exoplatform.kernel.version}</version><type>jar</type></dependency><!--
2.2.6-GA-SNAPSHOT-->
+<dependency><groupId>stax</groupId><artifactId>stax-api</artifactId><version>${stax.version}</version><type>jar</type></dependency><!--
1.0-->
+<dependency><groupId>html-parser</groupId><artifactId>html-parser</artifactId><version>${html-parser.version}</version><type>jar</type></dependency><!--
1.6-->
+<dependency><groupId>com.sun.xml.bind</groupId><artifactId>jaxb-impl</artifactId><version>${com.sun.xml.bind.version}</version><type>jar</type></dependency><!--
2.1.7-->
+<dependency><groupId>org.jvnet.jaxb2.maven2</groupId><artifactId>maven-jaxb2-plugin</artifactId><version>${org.jaxb2.version}</version><type>jar</type></dependency><!--
0.1-->
+<dependency><groupId>org.gatein.wsrp</groupId><artifactId>wsrp-admin-gui</artifactId><version>${org.gatein.wsrp.version}</version><type>war</type></dependency><!--
1.1.1-GA-->
+<dependency><groupId>commons-httpclient</groupId><artifactId>commons-httpclient</artifactId><version>${commons-httpclient.version}</version><type>jar</type></dependency><!--
3.1-->
+<dependency><groupId>org.gatein.pc</groupId><artifactId>pc-controller</artifactId><version>${org.gatein.pc.version}</version><type>jar</type></dependency><!--
2.1.1-GA-->
+
+<!-- Tomcat PKG -->
+<dependency><groupId>javassist</groupId><artifactId>javassist</artifactId><version>${javassist.version}</version><type>jar</type></dependency><!--
3.4.GA-->
+<dependency><groupId>antlr</groupId><artifactId>antlr</artifactId><version>${antlr.version}</version><type>jar</type></dependency><!--
2.7.6rc1-->
+<dependency><groupId>cglib</groupId><artifactId>cglib</artifactId><version>${cglib.version}</version><type>jar</type></dependency><!--
2.2-->
</dependencies>
<build>
@@ -249,10 +275,6 @@
</plugins>
</build>
- <properties>
- <gatein.working.dir>${basedir}/target</gatein.working.dir><!--
Default value for server installation dir -->
- </properties>
-
<profiles>
<profile>
<id>pkg-tomcat</id>
Show replies by date