aboutsummaryrefslogtreecommitdiffstats
path: root/jdisc_http_service/pom.xml
diff options
context:
space:
mode:
authorBjørn Christian Seime <bjorncs@oath.com>2018-03-07 17:26:40 +0100
committerBjørn Christian Seime <bjorncs@oath.com>2018-03-07 17:26:40 +0100
commit8d87cdc7876b6064533e87d746ba9e92aa3a4197 (patch)
treeec52ad174a73e4c3e30be39882cee7fd25c8f87c /jdisc_http_service/pom.xml
parentd8d690817817ff704119bd33630fe48ad3f3e8be (diff)
Copy bouncycastle dependencies
Diffstat (limited to 'jdisc_http_service/pom.xml')
-rw-r--r--jdisc_http_service/pom.xml16
1 files changed, 16 insertions, 0 deletions
diff --git a/jdisc_http_service/pom.xml b/jdisc_http_service/pom.xml
index 48f5cdd11db..6373189e738 100644
--- a/jdisc_http_service/pom.xml
+++ b/jdisc_http_service/pom.xml
@@ -194,6 +194,22 @@
</discPreInstallBundle>
</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>
+ <includeGroupIds>org.bouncycastle</includeGroupIds>
+ </configuration>
+ </execution>
+ </executions>
+ </plugin>
</plugins>
</build>
</project>