summaryrefslogtreecommitdiffstats
path: root/node-admin/pom.xml
diff options
context:
space:
mode:
authorfreva <valerijf@yahoo-inc.com>2017-01-26 14:34:54 +0100
committerfreva <valerijf@yahoo-inc.com>2017-01-26 14:34:54 +0100
commit43abc75dc998397f8fc5ffdb1476ae5467579fc9 (patch)
tree2eea79a6eaefdb1a9ad80a76868593203f72953a /node-admin/pom.xml
parent4e012ae3a7ded24e9b4779176bb55a893ba4c2c7 (diff)
Moved node-admin maintainer to own package
Diffstat (limited to 'node-admin/pom.xml')
-rw-r--r--node-admin/pom.xml44
1 files changed, 7 insertions, 37 deletions
diff --git a/node-admin/pom.xml b/node-admin/pom.xml
index 159124f6657..6216381bd7c 100644
--- a/node-admin/pom.xml
+++ b/node-admin/pom.xml
@@ -35,12 +35,6 @@
<scope>provided</scope>
</dependency>
<dependency>
- <groupId>org.hamcrest</groupId>
- <artifactId>hamcrest-junit</artifactId>
- <version>2.0.0.0</version>
- <scope>test</scope>
- </dependency>
- <dependency>
<groupId>com.yahoo.vespa</groupId>
<artifactId>container-dev</artifactId>
<version>${project.version}</version>
@@ -79,6 +73,13 @@
<version>${project.version}</version>
<scope>compile</scope>
</dependency>
+
+ <dependency>
+ <groupId>org.hamcrest</groupId>
+ <artifactId>hamcrest-junit</artifactId>
+ <version>2.0.0.0</version>
+ <scope>test</scope>
+ </dependency>
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
@@ -95,18 +96,6 @@
<artifactId>mockito-core</artifactId>
<scope>test</scope>
</dependency>
- <dependency>
- <groupId>io.airlift</groupId>
- <artifactId>airline</artifactId>
- <version>0.7</version>
- </dependency>
-
- <!-- JSON parser for Maintenance JVM -->
- <dependency>
- <groupId>com.google.code.gson</groupId>
- <artifactId>gson</artifactId>
- <version>2.6.2</version>
- </dependency>
</dependencies>
<build>
@@ -129,25 +118,6 @@
</compilerArgs>
</configuration>
</plugin>
- <plugin>
- <groupId>org.apache.maven.plugins</groupId>
- <artifactId>maven-assembly-plugin</artifactId>
- <configuration>
- <finalName>node-admin-maintenance</finalName>
- <descriptorRefs>
- <descriptorRef>jar-with-dependencies</descriptorRef>
- </descriptorRefs>
- </configuration>
- <executions>
- <execution>
- <id>make-assembly</id>
- <phase>package</phase>
- <goals>
- <goal>single</goal>
- </goals>
- </execution>
- </executions>
- </plugin>
</plugins>
</build>
</project>