Author: chris.laprun(a)jboss.com
Date: 2011-08-01 11:00:03 -0400 (Mon, 01 Aug 2011)
New Revision: 6964
Modified:
portal/branches/api/component/api-impl/pom.xml
Log:
- Added missing dependency and removed useless one.
Modified: portal/branches/api/component/api-impl/pom.xml
===================================================================
--- portal/branches/api/component/api-impl/pom.xml 2011-08-01 14:57:53 UTC (rev 6963)
+++ portal/branches/api/component/api-impl/pom.xml 2011-08-01 15:00:03 UTC (rev 6964)
@@ -30,11 +30,6 @@
<artifactId>exo.portal.component.portal</artifactId>
</dependency>
<dependency>
- <groupId>com.google.guava</groupId>
- <artifactId>guava</artifactId>
- <version>r09</version>
- </dependency>
- <dependency>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.component.application-registry</artifactId>
</dependency>
@@ -44,6 +39,12 @@
<version>5.14.10</version>
<scope>test</scope>
</dependency>
+
+ <!-- To be able to access Util to generate Navigation URI -->
+ <dependency>
+ <groupId>org.exoplatform.portal</groupId>
+ <artifactId>exo.portal.webui.portal</artifactId>
+ </dependency>
</dependencies>
<build>