Author: mpodolin
Date: 2009-09-29 04:43:31 -0400 (Tue, 29 Sep 2009)
New Revision: 208
Modified:
tools/maven/dep/trunk/pom.xml
Log:
Dependencies updates
Modified: tools/maven/dep/trunk/pom.xml
===================================================================
--- tools/maven/dep/trunk/pom.xml 2009-09-28 22:21:33 UTC (rev 207)
+++ tools/maven/dep/trunk/pom.xml 2009-09-29 08:43:31 UTC (rev 208)
@@ -32,13 +32,21 @@
<version.log4j>1.2.14</version.log4j>
<version.junit>3.8.2</version.junit>
<version.javax.servlet>2.5</version.javax.servlet>
+ <version.javax.servlet.jsp>2.1</version.javax.servlet.jsp>
+ <version.portlet-api>2.0</version.portlet-api>
<version.cargo>1.0.1-alpha-1</version.cargo>
<version.ant>1.7.0</version.ant>
+ <version.concurrent>1.3.4</version.concurrent>
+ <version.sun-jaxb>2.1.4</version.sun-jaxb>
+ <version.ccpp-api>1.0</version.ccpp-api>
<!-- next two needs to be synchronized within modules - pc vs wcl -->
<version.apache.tomcat>6.0.16</version.apache.tomcat>
<version.apache.commons-logging>1.1.1</version.apache.commons-logging>
<version.apache.commons-httpclient>3.0.1</version.apache.commons-httpclient>
+ <version.apache.portals.bridges>1.0.4</version.apache.portals.bridges>
+ <version.apache.taglibs>1.1.2</version.apache.taglibs>
+ <version.xerces>2.9.1</version.xerces>
<version.jboss.logging>2.0.4.GA</version.jboss.logging>
<version.jboss.remoting>2.5.0.GA</version.jboss.remoting>
@@ -50,6 +58,7 @@
<version.jboss.jmx>4.2.3.GA</version.jboss.jmx>
<version.jboss.man>2.0.0.GA</version.jboss.man>
<version.jboss.vfs>2.1.0.GA</version.jboss.vfs>
+ <version.jbossxb>2.0.1.GA</version.jbossxb>
</properties>
@@ -79,6 +88,12 @@
</dependency>
<dependency>
+ <groupId>concurrent</groupId>
+ <artifactId>concurrent</artifactId>
+ <version>${version.concurrent}</version>
+ </dependency>
+
+ <dependency>
<groupId>javax.jcr</groupId>
<artifactId>jcr</artifactId>
<version>1.0</version>
@@ -128,7 +143,19 @@
<artifactId>servlet-api</artifactId>
<version>${version.javax.servlet}</version>
</dependency>
+ <dependency>
+ <groupId>javax.servlet.jsp</groupId>
+ <artifactId>jsp-api</artifactId>
+ <version>${version.javax.servlet.jsp}</version>
+ </dependency>
+ <dependency>
+ <groupId>javax.portlet</groupId>
+ <artifactId>portlet-api</artifactId>
+ <version>${version.portlet-api}</version>
+ </dependency>
+
+
<dependency>
<groupId>org.codehaus.cargo</groupId>
<artifactId>cargo-core-uberjar</artifactId>
@@ -168,6 +195,16 @@
<version>${version.apache.tomcat}</version>
</dependency>
<dependency>
+ <groupId>apache-taglibs</groupId>
+ <artifactId>jstl</artifactId>
+ <version>${version.apache.taglibs}</version>
+ </dependency>
+ <dependency>
+ <groupId>apache-taglibs</groupId>
+ <artifactId>standard</artifactId>
+ <version>${version.apache.taglibs}</version>
+ </dependency>
+ <dependency>
<groupId>commons-logging</groupId>
<artifactId>commons-logging</artifactId>
<version>${version.apache.commons-logging}</version>
@@ -179,6 +216,23 @@
</dependency>
<dependency>
+ <groupId>apache-xerces</groupId>
+ <artifactId>resolver</artifactId>
+ <version>${version.xerces}</version>
+ </dependency>
+ <dependency>
+ <groupId>apache-xerces</groupId>
+ <artifactId>xercesImpl</artifactId>
+ <version>${version.xerces}</version>
+ </dependency>
+ <dependency>
+ <groupId>apache-xerces</groupId>
+ <artifactId>xml-apis</artifactId>
+ <version>${version.xerces}</version>
+ </dependency>
+
+
+ <dependency>
<groupId>org.jboss.unit</groupId>
<artifactId>jboss-unit</artifactId>
<version>${version.jboss.unit}</version>
@@ -268,7 +322,37 @@
<artifactId>jboss-kernel</artifactId>
<version>${version.jboss.microcontainer}</version>
</dependency>
+ <dependency>
+ <groupId>org.jboss</groupId>
+ <artifactId>jbossxb</artifactId>
+ <version>${version.jbossxb}</version>
+ </dependency>
+ <dependency>
+ <groupId>org.apache.portals.bridges</groupId>
+ <artifactId>portals-bridges-common</artifactId>
+ <version>${version.apache.portals.bridges}</version>
+ </dependency>
+
+ <dependency>
+ <groupId>sun-jaxb</groupId>
+ <artifactId>jaxb-api</artifactId>
+ <version>${version.sun-jaxb}</version>
+ </dependency>
+
+ <dependency>
+ <groupId>javax.ccpp</groupId>
+ <artifactId>ccpp</artifactId>
+ <version>${version.ccpp-api}</version>
+ </dependency>
+
+ <dependency>
+ <groupId>cargo</groupId>
+ <artifactId>cargo-manager</artifactId>
+ <type>war</type>
+ <version>0.9-portal</version>
+ </dependency>
+
</dependencies>
</dependencyManagement>