removed dependencies

This commit is contained in:
Miriam Baglioni 2020-08-07 16:46:37 +02:00
parent bcc70dce5e
commit 931fa2ff00
1 changed files with 37 additions and 30 deletions

View File

@ -41,36 +41,43 @@
</build> </build>
<dependencies> <dependencies>
<!-- <dependency>-->
<!-- <groupId>org.apache.hadoop</groupId>-->
<!-- <artifactId>hadoop-common</artifactId>-->
<!-- <exclusions>-->
<!-- <exclusion>-->
<!-- <groupId>com.sun.xml.bind</groupId>-->
<!-- <artifactId>jaxb-impl</artifactId>-->
<!-- </exclusion>-->
<!-- </exclusions>-->
<!-- </dependency>-->
<!-- https://mvnrepository.com/artifact/org.apache.commons/commons-compress -->
<dependency> <dependency>
<groupId>org.apache.hadoop</groupId> <groupId>org.apache.commons</groupId>
<artifactId>hadoop-common</artifactId> <artifactId>commons-compress</artifactId>
<exclusions> <version>1.1</version>
<exclusion>
<groupId>com.sun.xml.bind</groupId>
<artifactId>jaxb-impl</artifactId>
</exclusion>
</exclusions>
</dependency> </dependency>
<dependency> <!-- <dependency>-->
<groupId>org.apache.hadoop</groupId> <!-- <groupId>org.apache.hadoop</groupId>-->
<artifactId>hadoop-aws</artifactId> <!-- <artifactId>hadoop-aws</artifactId>-->
<version>2.6.0-cdh5.9.2</version> <!-- <version>3.0.0</version>-->
</dependency> <!-- </dependency>-->
<!-- https://mvnrepository.com/artifact/com.sun.xml.bind/jaxb-impl--> <!--&lt;!&ndash; https://mvnrepository.com/artifact/com.sun.xml.bind/jaxb-impl&ndash;&gt;-->
<dependency> <!-- <dependency>-->
<groupId>com.sun.xml.bind</groupId> <!-- <groupId>com.sun.xml.bind</groupId>-->
<artifactId>jaxb-impl</artifactId> <!-- <artifactId>jaxb-impl</artifactId>-->
<version>2.2.11</version> <!-- <version>2.2.11</version>-->
</dependency> <!-- </dependency>-->
<!-- https://mvnrepository.com/artifact/com.sun.xml.bind/jaxb-core --> <!-- &lt;!&ndash; https://mvnrepository.com/artifact/com.sun.xml.bind/jaxb-core &ndash;&gt;-->
<dependency> <!-- <dependency>-->
<groupId>com.sun.xml.bind</groupId> <!-- <groupId>com.sun.xml.bind</groupId>-->
<artifactId>jaxb-core</artifactId> <!-- <artifactId>jaxb-core</artifactId>-->
<version>2.2.11</version> <!-- <version>2.2.11</version>-->
</dependency> <!-- </dependency>-->
<dependency> <dependency>
<groupId>commons-io</groupId> <groupId>commons-io</groupId>
@ -133,11 +140,11 @@
<groupId>org.apache.httpcomponents</groupId> <groupId>org.apache.httpcomponents</groupId>
<artifactId>httpmime</artifactId> <artifactId>httpmime</artifactId>
</dependency> </dependency>
<dependency> <!-- <dependency>-->
<groupId>com.squareup.okhttp3</groupId> <!-- <groupId>com.squareup.okhttp3</groupId>-->
<artifactId>okhttp</artifactId> <!-- <artifactId>okhttp</artifactId>-->
<version>4.7.2</version> <!-- <version>4.7.2</version>-->
</dependency> <!-- </dependency>-->
<dependency> <dependency>
<groupId>com.github.victools</groupId> <groupId>com.github.victools</groupId>
<artifactId>jsonschema-generator</artifactId> <artifactId>jsonschema-generator</artifactId>