git-svn-id: https://svn.d4science.research-infrastructures.eu/gcube/trunk/distributions/smartgears-distribution@86813 82a268e6-3cf1-43bd-a215-b396298e98cf
This commit is contained in:
parent
05a4bb04d2
commit
2b1cca24b0
8
pom.xml
8
pom.xml
|
@ -10,7 +10,7 @@
|
|||
<artifactId>smartgears-distribution</artifactId>
|
||||
<version>1.1.0-SNAPSHOT</version>
|
||||
<packaging>pom</packaging>
|
||||
<name>A distribution for the Smartgears Framework</name>
|
||||
<name>A distribution for the SmartGears Framework</name>
|
||||
|
||||
<properties>
|
||||
<distroDirectory>distro</distroDirectory>
|
||||
|
@ -47,6 +47,12 @@
|
|||
<classifier>probe</classifier>
|
||||
<type>war</type>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.gcube.resourcemanagement</groupId>
|
||||
<artifactId>whn-manager</artifactId>
|
||||
<version>[1.0.0-SNAPSHOT,)</version>
|
||||
<type>war</type>
|
||||
</dependency>
|
||||
</dependencies>
|
||||
<build>
|
||||
<plugins>
|
||||
|
|
Loading…
Reference in New Issue