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:
parent
1e09a6cada
commit
c16909960e
8
pom.xml
8
pom.xml
|
@ -261,7 +261,13 @@
|
||||||
<groupId>org.gcube.execution</groupId>
|
<groupId>org.gcube.execution</groupId>
|
||||||
<artifactId>rraggregator</artifactId>
|
<artifactId>rraggregator</artifactId>
|
||||||
<version>[1.3.4-SNAPSHOT,)</version>
|
<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>
|
</dependency>
|
||||||
</dependencies>
|
</dependencies>
|
||||||
</dependencyManagement>
|
</dependencyManagement>
|
||||||
|
|
Loading…
Reference in New Issue