summaryrefslogtreecommitdiffstats
path: root/container-core/pom.xml
diff options
context:
space:
mode:
authorgjoranv <gv@verizonmedia.com>2021-03-18 21:08:46 +0100
committergjoranv <gv@verizonmedia.com>2021-03-23 22:58:12 +0100
commite73d53af8da2de34825674fb2b1fad82763f43ac (patch)
treeaafc0317f64eafd266ae2ab00f01a7352e15af2f /container-core/pom.xml
parent384345c6b6926cca10b0fce281127067f229c2dd (diff)
Copy plugin configuration from jdisc_http_service.
- Copy bouncycastle deps to target/deps
Diffstat (limited to 'container-core/pom.xml')
-rw-r--r--container-core/pom.xml16
1 files changed, 16 insertions, 0 deletions
diff --git a/container-core/pom.xml b/container-core/pom.xml
index 12097aef787..d0722a081d1 100644
--- a/container-core/pom.xml
+++ b/container-core/pom.xml
@@ -384,6 +384,22 @@
<groupId>com.yahoo.vespa</groupId>
<artifactId>abi-check-plugin</artifactId>
</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>
<outputDirectory>${buildOutputDirectory}</outputDirectory>
</build>