Repository: camel Updated Branches: refs/heads/master d9f4ff922 -> 4f415029d
CAMEL-11166: make camel-package-maven-plugin work on Java 9 Project: http://git-wip-us.apache.org/repos/asf/camel/repo Commit: http://git-wip-us.apache.org/repos/asf/camel/commit/4f415029 Tree: http://git-wip-us.apache.org/repos/asf/camel/tree/4f415029 Diff: http://git-wip-us.apache.org/repos/asf/camel/diff/4f415029 Branch: refs/heads/master Commit: 4f415029d7fb58976264ce22654b290053a84949 Parents: d9f4ff9 Author: jpoth <[email protected]> Authored: Wed Apr 19 12:32:06 2017 +0200 Committer: jpoth <[email protected]> Committed: Wed Apr 19 12:32:06 2017 +0200 ---------------------------------------------------------------------- parent/pom.xml | 11 +++++++++++ 1 file changed, 11 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/camel/blob/4f415029/parent/pom.xml ---------------------------------------------------------------------- diff --git a/parent/pom.xml b/parent/pom.xml index 79bd2fa..578d968 100644 --- a/parent/pom.xml +++ b/parent/pom.xml @@ -5239,6 +5239,17 @@ </dependencies> </plugin> <plugin> + <groupId>org.apache.camel</groupId> + <artifactId>camel-package-maven-plugin</artifactId> + <dependencies> + <dependency> + <groupId>javax.xml.ws</groupId> + <artifactId>jaxws-api</artifactId> + <version>2.2.11</version> + </dependency> + </dependencies> + </plugin> + <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-compiler-plugin</artifactId> <version>${maven-compiler-plugin-version}</version>
