added portal-service

git-svn-id: http://svn.research-infrastructures.eu/public/d4science/gcube/trunk/distributions/maven-portal-bom@82987 82a268e6-3cf1-43bd-a215-b396298e98cf
This commit is contained in:
Andrea Manzi 2013-10-11 07:34:57 +00:00
parent 1e09a6cada
commit c16909960e
1 changed files with 7 additions and 1 deletions

View File

@ -261,7 +261,13 @@
<groupId>org.gcube.execution</groupId>
<artifactId>rraggregator</artifactId>
<version>[1.3.4-SNAPSHOT,)</version>
<scope>provided</scope>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>com.liferay.portal</groupId>
<artifactId>portal-service</artifactId>
<version>6.0.6</version>
<scope>provided</scope>
</dependency>
</dependencies>
</dependencyManagement>