[jboss-cvs] JBossAS SVN: r84173 - in branches/Branch_5_x: embedded and 1 other directories.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Fri Feb 13 09:06:12 EST 2009


Author: richard.opalka at jboss.com
Date: 2009-02-13 09:06:12 -0500 (Fri, 13 Feb 2009)
New Revision: 84173

Modified:
   branches/Branch_5_x/console/pom.xml
   branches/Branch_5_x/embedded/pom.xml
   branches/Branch_5_x/webservices/pom.xml
Log:
fix poms

Modified: branches/Branch_5_x/console/pom.xml
===================================================================
--- branches/Branch_5_x/console/pom.xml	2009-02-13 13:56:27 UTC (rev 84172)
+++ branches/Branch_5_x/console/pom.xml	2009-02-13 14:06:12 UTC (rev 84173)
@@ -57,8 +57,8 @@
       <artifactId>jfreechart</artifactId>
     </dependency>
     <dependency>
-      <groupId>org.jboss.javaee</groupId>
-      <artifactId>jboss-servlet-api</artifactId>
+      <groupId>jboss.web</groupId>
+      <artifactId>servlet-api</artifactId>
     </dependency>
     <dependency>
       <groupId>org.jboss</groupId>

Modified: branches/Branch_5_x/embedded/pom.xml
===================================================================
--- branches/Branch_5_x/embedded/pom.xml	2009-02-13 13:56:27 UTC (rev 84172)
+++ branches/Branch_5_x/embedded/pom.xml	2009-02-13 14:06:12 UTC (rev 84173)
@@ -149,8 +149,8 @@
       <artifactId>jboss-jms-api</artifactId>
     </dependency>
     <dependency>
-      <groupId>org.jboss.javaee</groupId>
-      <artifactId>jboss-servlet-api</artifactId>
+      <groupId>jboss.web</groupId>
+      <artifactId>servlet-api</artifactId>
     </dependency>
     <dependency>
       <groupId>org.jboss</groupId>

Modified: branches/Branch_5_x/webservices/pom.xml
===================================================================
--- branches/Branch_5_x/webservices/pom.xml	2009-02-13 13:56:27 UTC (rev 84172)
+++ branches/Branch_5_x/webservices/pom.xml	2009-02-13 14:06:12 UTC (rev 84173)
@@ -128,7 +128,6 @@
             </goals>
             <configuration>
               <descriptors>
-                <descriptor>src/scripts/assembly-container.xml</descriptor>
                 <descriptor>src/scripts/assembly-resources.xml</descriptor>
               </descriptors>
             </configuration>




More information about the jboss-cvs-commits mailing list