From 3d9d90b068f98deaf3139a1d6b0895f1c5d37bba Mon Sep 17 00:00:00 2001 From: Sara Bertocco <bertocco@oats.inaf.it> Date: Thu, 21 Jul 2016 15:58:26 +0200 Subject: [PATCH] New working version after Victoria trip --- pom.xml | 33 ++++++++++++++++++++++++--------- 1 file changed, 24 insertions(+), 9 deletions(-) diff --git a/pom.xml b/pom.xml index 0aca6cc..ce676fc 100644 --- a/pom.xml +++ b/pom.xml @@ -107,20 +107,33 @@ <version>2.1.4</version> </dependency> <dependency> - <groupId>commons-io</groupId> - <artifactId>commons-io</artifactId> - <version>2.4</version> + <groupId>commons-io</groupId> + <artifactId>commons-io</artifactId> + <version>2.4</version> </dependency> - <dependency> - <groupId>commons-codec</groupId> - <artifactId>commons-codec</artifactId> - <version>1.4</version> + <dependency> + <groupId>commons-codec</groupId> + <artifactId>commons-codec</artifactId> + <version>1.4</version> </dependency> <dependency> <groupId>commons-lang</groupId> <artifactId>commons-lang</artifactId> <version>2.2</version> </dependency> + <dependency> + <groupId>org.apache.httpcomponents</groupId> + <artifactId>httpcore</artifactId> + <version>4.4.4</version> + <type>jar</type> + </dependency> + <!-- https://mvnrepository.com/artifact/xerces/xercesImpl --> + <dependency> + <groupId>xerces</groupId> + <artifactId>xercesImpl</artifactId> + <version>2.9.1</version> + <scope>runtime</scope> + </dependency> </dependencies> @@ -175,9 +188,11 @@ <resources> <resource> <directory>src/main/java</directory> - <excludes><exclude>**/*.java</exclude></excludes> + <excludes> + <exclude>**/*.java</exclude> + </excludes> </resource> - </resources> + </resources> </build> </project> -- GitLab