Added gXREST HTTP library

git-svn-id: https://svn.d4science.research-infrastructures.eu/gcube/trunk/distributions/maven-smartgears-bom@176289 82a268e6-3cf1-43bd-a215-b396298e98cf
This commit is contained in:
Luca Frosini 2019-01-02 15:45:27 +00:00
parent 8a416f2b63
commit dd3cd5299d
1 changed files with 6 additions and 1 deletions

View File

@ -123,7 +123,12 @@
<version>[3.0.0-SNAPSHOT,4.0.0-SNAPSHOT)</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.gcube.common</groupId>
<artifactId>gxHTTP</artifactId>
<version>[1.0.0-SNAPSHOT, 2.0.0-SNAPSHOT)</version>
<scope>provided</scope>
</dependency>
</dependencies>
</dependencyManagement>
</project>