updated gcf Dep and description and scm
git-svn-id: http://svn.research-infrastructures.eu/public/d4science/gcube/trunk/portal/social-networking-library@68360 82a268e6-3cf1-43bd-a215-b396298e98cf
This commit is contained in:
parent
a109e8f16b
commit
97f7b726c5
26
pom.xml
26
pom.xml
|
@ -40,9 +40,16 @@
|
||||||
<version>1.56.21</version>
|
<version>1.56.21</version>
|
||||||
</dependency>
|
</dependency>
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>junit</groupId>
|
<groupId>org.gcube.core</groupId>
|
||||||
<artifactId>junit</artifactId>
|
<artifactId>gcf</artifactId>
|
||||||
<version>4.8</version>
|
<version>[1.4.0,1.6.0]</version>
|
||||||
|
<scope>provided</scope>
|
||||||
|
</dependency>
|
||||||
|
<dependency>
|
||||||
|
<groupId>org.gcube.distribution</groupId>
|
||||||
|
<artifactId>ghn-client-runtime</artifactId>
|
||||||
|
<version>2.0.0</version>
|
||||||
|
<scope>provided</scope>
|
||||||
</dependency>
|
</dependency>
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>com.google</groupId>
|
<groupId>com.google</groupId>
|
||||||
|
@ -61,16 +68,9 @@
|
||||||
<scope>provided</scope>
|
<scope>provided</scope>
|
||||||
</dependency>
|
</dependency>
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>org.gcube.core</groupId>
|
<groupId>junit</groupId>
|
||||||
<artifactId>gcf</artifactId>
|
<artifactId>junit</artifactId>
|
||||||
<version>[1.4.0,1.6.0]</version>
|
<version>4.8</version>
|
||||||
<scope>provided</scope>
|
|
||||||
</dependency>
|
|
||||||
<dependency>
|
|
||||||
<groupId>org.gcube.distribution</groupId>
|
|
||||||
<artifactId>ghn-client-runtime</artifactId>
|
|
||||||
<version>2.0.0</version>
|
|
||||||
<scope>provided</scope>
|
|
||||||
</dependency>
|
</dependency>
|
||||||
<!-- Google Web Toolkit (GWT) -->
|
<!-- Google Web Toolkit (GWT) -->
|
||||||
<dependency>
|
<dependency>
|
||||||
|
|
Loading…
Reference in New Issue