Removed uneeded libraries

git-svn-id: https://svn.d4science.research-infrastructures.eu/gcube/private/luca.frosini/GenerateMapReduceCouchbase@164457 82a268e6-3cf1-43bd-a215-b396298e98cf
This commit is contained in:
Luca Frosini 2018-02-20 16:29:54 +00:00
parent 70b8a73c45
commit 6fa5e57f5d
1 changed files with 0 additions and 11 deletions

11
pom.xml
View File

@ -18,21 +18,10 @@
</repository>
</repositories>
<dependencies>
<dependency>
<groupId>org.influxdb</groupId>
<artifactId>influxdb-java</artifactId>
<version>2.2</version>
</dependency>
<dependency>
<groupId>com.google.code.gson</groupId>
<artifactId>gson</artifactId>
<version>2.3.1</version>
</dependency>
<dependency>
<groupId>com.couchbase.client</groupId>
<artifactId>java-client</artifactId>
<version>2.0.3</version>
</dependency>
</dependencies>
</project>