Author: ate
Date: Thu Dec 10 08:47:59 2009
New Revision: 889140
URL: http://svn.apache.org/viewvc?rev=889140&view=rev
Log:
Fixing jetspeed-registry compilation errors because of missing 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=889140&r1=889139&r2=889140&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:47:59 2009
@@ -52,6 +52,15 @@
</dependency>
<dependency>
<groupId>${pom.groupId}</groupId>
+ <artifactId>jetspeed-commons</artifactId>
+ <scope>provided</scope>
+ </dependency>
+ <dependency>
+ <groupId>javax.xml.bind</groupId>
+ <artifactId>jaxb-api</artifactId>
+ </dependency>
+ <dependency>
+ <groupId>${pom.groupId}</groupId>
<artifactId>jetspeed-rdbms</artifactId>
</dependency>
<dependency>
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]