Author: mwringe
Date: 2008-12-15 23:20:45 -0500 (Mon, 15 Dec 2008)
New Revision: 12389
Modified:
modules/metadata/trunk/build/pom.xml
modules/metadata/trunk/metadata/pom.xml
Log:
Code update dump.
Modified: modules/metadata/trunk/build/pom.xml
===================================================================
--- modules/metadata/trunk/build/pom.xml 2008-12-16 04:17:59 UTC (rev 12388)
+++ modules/metadata/trunk/build/pom.xml 2008-12-16 04:20:45 UTC (rev 12389)
@@ -16,6 +16,7 @@
<properties>
<version.jboss.portal.common>1.2.0</version.jboss.portal.common>
<version.jboss.portal.portlet>2.1.0-SNAPSHOT</version.jboss.portal.portlet>
+ <version.jboss.portal.server>2.7.0.GA</version.jboss.portal.server>
<version.jboss-metadata>1.0.0.CR1</version.jboss-metadata>
<version.jboss.jbossxb>2.0.0.CR15</version.jboss.jbossxb>
<version.saxon>6.5.3</version.saxon>
@@ -91,8 +92,11 @@
<artifactId>jaxb-api</artifactId>
<version>${version.jaxb}</version>
</dependency>
-
-
+ <dependency>
+ <groupId>org.jboss.portal.core</groupId>
+ <artifactId>core</artifactId>
+ <version>${version.jboss.portal.server}</version>
+ </dependency>
</dependencies>
</dependencyManagement>
Modified: modules/metadata/trunk/metadata/pom.xml
===================================================================
--- modules/metadata/trunk/metadata/pom.xml 2008-12-16 04:17:59 UTC (rev 12388)
+++ modules/metadata/trunk/metadata/pom.xml 2008-12-16 04:20:45 UTC (rev 12389)
@@ -23,10 +23,11 @@
<artifactId>common-portal</artifactId>
<!-- <scope>provided</scope> -->
</dependency>
-<!-- <dependency>
+ <dependency>
<groupId>org.jboss.portal.portlet</groupId>
<artifactId>portlet-portlet</artifactId>
- </dependency> -->
+ <scope>provided</scope>
+ </dependency>
<dependency>
<groupId>org.jboss.metadata</groupId>
<artifactId>jboss-metadata</artifactId>
@@ -47,7 +48,10 @@
<artifactId>jaxb-api</artifactId>
<scope>provided</scope>
</dependency>
-
+ <dependency>
+ <groupId>org.jboss.portal.core</groupId>
+ <artifactId>core</artifactId>
+ </dependency>
</dependencies>
<build>
Show replies by date