fix: Clean file/pom.xml

This commit is contained in:
1ambda 2016-11-22 19:05:36 +09:00
parent be0a4e7cae
commit 647249dbc7

View file

@ -31,6 +31,15 @@
<version>0.7.0-SNAPSHOT</version>
<name>Zeppelin: File System Interpreters</name>
<properties>
<!--library versions-->
<ws.rsapi.version>2.0</ws.rsapi.version>
<jersey.common.version>2.22.2</jersey.common.version>
<!--plugin versions-->
<plugin.surefire.version>2.18.1</plugin.surefire.version>
</properties>
<dependencies>
<dependency>
<groupId>org.apache.zeppelin</groupId>
@ -42,7 +51,7 @@
<dependency>
<groupId>javax.ws.rs</groupId>
<artifactId>javax.ws.rs-api</artifactId>
<version>2.0</version>
<version>${ws.rsapi.version}</version>
</dependency>
<dependency>
@ -58,10 +67,9 @@
<dependency>
<groupId>org.glassfish.jersey.core</groupId>
<artifactId>jersey-common</artifactId>
<version>2.22.2</version>
<version>${jersey.common.version}</version>
</dependency>
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
@ -74,13 +82,12 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-surefire-plugin</artifactId>
<version>2.18.1</version>
<version>${plugin.surefire.version}</version>
</plugin>
<plugin>
<artifactId>maven-enforcer-plugin</artifactId>
<version>1.3.1</version>
<executions>
<executions>
<execution>
<id>enforce</id>
<phase>none</phase>
@ -90,7 +97,6 @@
<plugin>
<artifactId>maven-dependency-plugin</artifactId>
<version>2.8</version>
<executions>
<execution>
<id>copy-dependencies</id>