removed unused imports
This commit is contained in:
parent
0fd375f43c
commit
2a081f73a9
15
pom.xml
15
pom.xml
|
@ -98,13 +98,6 @@
|
||||||
<version>[1.0.0,2.0.0-SNAPSHOT)</version>
|
<version>[1.0.0,2.0.0-SNAPSHOT)</version>
|
||||||
</dependency>
|
</dependency>
|
||||||
|
|
||||||
<!-- TODO REMOVE THIS IMPORT -->
|
|
||||||
<!-- <dependency> -->
|
|
||||||
<!-- <groupId>org.gcube.common</groupId> -->
|
|
||||||
<!-- <artifactId>gxHTTP</artifactId> -->
|
|
||||||
<!-- <scope>compile</scope> -->
|
|
||||||
<!-- </dependency> -->
|
|
||||||
|
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>com.google.guava</groupId>
|
<groupId>com.google.guava</groupId>
|
||||||
<artifactId>guava</artifactId>
|
<artifactId>guava</artifactId>
|
||||||
|
@ -277,15 +270,9 @@
|
||||||
<groupId>org.geotoolkit</groupId>
|
<groupId>org.geotoolkit</groupId>
|
||||||
<artifactId>geotk-xml-base</artifactId>
|
<artifactId>geotk-xml-base</artifactId>
|
||||||
<version>3.20-geoapi-3.0</version>
|
<version>3.20-geoapi-3.0</version>
|
||||||
|
<scope>provided</scope>
|
||||||
</dependency>
|
</dependency>
|
||||||
|
|
||||||
|
|
||||||
<!-- <dependency> -->
|
|
||||||
<!-- <groupId>com.webcohesion.enunciate</groupId> -->
|
|
||||||
<!-- <artifactId>enunciate-rt-util</artifactId> -->
|
|
||||||
<!-- <version>${enunciate.version}</version> -->
|
|
||||||
<!-- </dependency> -->
|
|
||||||
|
|
||||||
</dependencies>
|
</dependencies>
|
||||||
|
|
||||||
<build>
|
<build>
|
||||||
|
|
Loading…
Reference in New Issue