Author: ate
Date: Thu Dec 10 08:57:52 2009
New Revision: 889146
URL: http://svn.apache.org/viewvc?rev=889146&view=rev
Log:
Correcting added jaxb-api dependency
Modified:
portals/jetspeed-2/portal/trunk/components/jetspeed-registry/pom.xml
Modified: portals/jetspeed-2/portal/trunk/components/jetspeed-registry/pom.xml
URL:
http://svn.apache.org/viewvc/portals/jetspeed-2/portal/trunk/components/jetspeed-registry/pom.xml?rev=889146&r1=889145&r2=889146&view=diff
==============================================================================
--- portals/jetspeed-2/portal/trunk/components/jetspeed-registry/pom.xml
(original)
+++ portals/jetspeed-2/portal/trunk/components/jetspeed-registry/pom.xml Thu
Dec 10 08:57:52 2009
@@ -51,14 +51,9 @@
<scope>provided</scope>
</dependency>
<dependency>
- <groupId>${pom.groupId}</groupId>
- <artifactId>jetspeed-commons</artifactId>
- <scope>provided</scope>
+ <groupId>javax.xml.bind</groupId>
+ <artifactId>jaxb-api</artifactId>
</dependency>
- <dependency>
- <groupId>javax.xml.bind</groupId>
- <artifactId>jaxb-api</artifactId>
- </dependency>
<dependency>
<groupId>${pom.groupId}</groupId>
<artifactId>jetspeed-rdbms</artifactId>
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]