aboutsummaryrefslogtreecommitdiffstats
path: root/node-admin/pom.xml
diff options
context:
space:
mode:
authorBjørn Christian Seime <bjorncs@oath.com>2018-03-07 15:29:26 +0100
committerBjørn Christian Seime <bjorncs@oath.com>2018-03-07 15:29:26 +0100
commit4c78b141dae4ce29e66cd4803b8318fcc3bde1c0 (patch)
treecb278c888a65cd717e27714bc93d14b7205f1793 /node-admin/pom.xml
parent873c5f66858744e55069f77d6eddadd7f1c83f4e (diff)
Don't package BouncyCastle artifacts in node-admin
Diffstat (limited to 'node-admin/pom.xml')
-rw-r--r--node-admin/pom.xml17
1 files changed, 0 insertions, 17 deletions
diff --git a/node-admin/pom.xml b/node-admin/pom.xml
index e9f1dcdbfa1..f8ac9f4d9e1 100644
--- a/node-admin/pom.xml
+++ b/node-admin/pom.xml
@@ -163,23 +163,6 @@
</compilerArgs>
</configuration>
</plugin>
- <plugin>
- <groupId>org.apache.maven.plugins</groupId>
- <artifactId>maven-dependency-plugin</artifactId>
- <executions>
- <execution>
- <id>copy-dependencies</id>
- <phase>package</phase>
- <goals>
- <goal>copy-dependencies</goal>
- </goals>
- <configuration>
- <outputDirectory>target/node-admin-app/components</outputDirectory>
- <includeArtifactIds>bcprov-jdk15on,bcpkix-jdk15on</includeArtifactIds>
- </configuration>
- </execution>
- </executions>
- </plugin>
</plugins>
</build>
</project>