diff options
Diffstat (limited to 'adapters/so-appc-orchestrator')
-rw-r--r-- | adapters/so-appc-orchestrator/pom.xml | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/adapters/so-appc-orchestrator/pom.xml b/adapters/so-appc-orchestrator/pom.xml index 0491dd9d56..f8d8fabcf7 100644 --- a/adapters/so-appc-orchestrator/pom.xml +++ b/adapters/so-appc-orchestrator/pom.xml @@ -97,6 +97,19 @@ <pluginExecutions> <pluginExecution> <pluginExecutionFilter> + <groupId>org.apache.maven.plugins</groupId> + <artifactId>maven-dependency-plugin</artifactId> + <versionRange>[1.0.0,)</versionRange> + <goals> + <goal>unpack</goal> + </goals> + </pluginExecutionFilter> + <action> + <execute /> + </action> + </pluginExecution> + <pluginExecution> + <pluginExecutionFilter> <groupId> org.jvnet.jax-ws-commons </groupId> |