[jboss-cvs] JBossAS SVN: r84119 - in branches/Branch_5_0: embedded and 1 other directory.
jboss-cvs-commits at lists.jboss.org
jboss-cvs-commits at lists.jboss.org
Thu Feb 12 05:22:55 EST 2009
Author: alesj
Date: 2009-02-12 05:22:55 -0500 (Thu, 12 Feb 2009)
New Revision: 84119
Modified:
branches/Branch_5_0/console/pom.xml
branches/Branch_5_0/embedded/pom.xml
Log:
Fix servlet-api in pom.xml.
Modified: branches/Branch_5_0/console/pom.xml
===================================================================
--- branches/Branch_5_0/console/pom.xml 2009-02-12 10:19:46 UTC (rev 84118)
+++ branches/Branch_5_0/console/pom.xml 2009-02-12 10:22:55 UTC (rev 84119)
@@ -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_0/embedded/pom.xml
===================================================================
--- branches/Branch_5_0/embedded/pom.xml 2009-02-12 10:19:46 UTC (rev 84118)
+++ branches/Branch_5_0/embedded/pom.xml 2009-02-12 10:22:55 UTC (rev 84119)
@@ -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>
More information about the jboss-cvs-commits
mailing list