aboutsummaryrefslogtreecommitdiffstats
path: root/application/pom.xml
diff options
context:
space:
mode:
authorgjoranv <gv@verizonmedia.com>2021-07-12 12:15:11 +0200
committergjoranv <gv@verizonmedia.com>2021-07-12 12:20:22 +0200
commitae6a285e3e2c3f6ac3e7f61afea517a2412eb90c (patch)
treef0e414bac55b4add1465bf072507e9198ee12bc8 /application/pom.xml
parent162330a00e6c5a3ed0a0567a99aaa340bb6bd347 (diff)
Remove JerseyTest
Diffstat (limited to 'application/pom.xml')
-rw-r--r--application/pom.xml25
1 files changed, 0 insertions, 25 deletions
diff --git a/application/pom.xml b/application/pom.xml
index c0bef61f57d..4d82367c560 100644
--- a/application/pom.xml
+++ b/application/pom.xml
@@ -183,31 +183,6 @@
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
- <artifactId>maven-dependency-plugin</artifactId>
- <executions>
- <execution>
- <id>copy</id>
- <phase>process-test-resources</phase>
- <goals>
- <goal>copy</goal>
- </goals>
- <configuration>
- <artifactItems>
- <artifactItem>
- <groupId>com.yahoo.vespa.container-test-jars</groupId>
- <artifactId>jersey-resources</artifactId>
- <version>${project.version}</version>
- <type>jar</type>
- <outputDirectory>target/test-jars</outputDirectory>
- <destFileName>jersey-resources.jar</destFileName>
- </artifactItem>
- </artifactItems>
- </configuration>
- </execution>
- </executions>
- </plugin>
- <plugin>
- <groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-surefire-plugin</artifactId>
<configuration>
<forkCount>2</forkCount>