fix: Clean shell/pom.xml

This commit is contained in:
1ambda 2016-11-22 20:43:37 +09:00
parent 5b3785745b
commit ff91207e10

View file

@ -32,6 +32,11 @@
<version>0.7.0-SNAPSHOT</version>
<name>Zeppelin: Shell interpreter</name>
<properties>
<!--library versions -->
<commons.exec.version>1.3</commons.exec.version>
</properties>
<dependencies>
<dependency>
<groupId>${project.groupId}</groupId>
@ -39,13 +44,7 @@
<version>${project.version}</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.apache.commons</groupId>
<artifactId>commons-exec</artifactId>
<version>1.3</version>
</dependency>
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-api</artifactId>
@ -55,7 +54,13 @@
<groupId>org.slf4j</groupId>
<artifactId>slf4j-log4j12</artifactId>
</dependency>
<dependency>
<groupId>org.apache.commons</groupId>
<artifactId>commons-exec</artifactId>
<version>${commons.exec.version}</version>
</dependency>
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
@ -67,8 +72,7 @@
<plugins>
<plugin>
<artifactId>maven-enforcer-plugin</artifactId>
<version>1.3.1</version>
<executions>
<executions>
<execution>
<id>enforce</id>
<phase>none</phase>
@ -78,7 +82,6 @@
<plugin>
<artifactId>maven-dependency-plugin</artifactId>
<version>2.8</version>
<executions>
<execution>
<id>copy-dependencies</id>