Repository: cxf Updated Branches: refs/heads/3.1.x-fixes 3e0ec9cc8 -> f62e5dd8e
Add versions to samples so samples build Project: http://git-wip-us.apache.org/repos/asf/cxf/repo Commit: http://git-wip-us.apache.org/repos/asf/cxf/commit/f62e5dd8 Tree: http://git-wip-us.apache.org/repos/asf/cxf/tree/f62e5dd8 Diff: http://git-wip-us.apache.org/repos/asf/cxf/diff/f62e5dd8 Branch: refs/heads/3.1.x-fixes Commit: f62e5dd8ea53b96fed4c17e32e77ff1844713a17 Parents: 3e0ec9c Author: Daniel Kulp <[email protected]> Authored: Fri Dec 9 13:54:13 2016 -0500 Committer: Daniel Kulp <[email protected]> Committed: Fri Dec 9 13:57:28 2016 -0500 ---------------------------------------------------------------------- .../src/main/release/samples/oauth/client/pom.xml | 1 + distribution/src/main/release/samples/pom.xml | 15 +++++++++++++++ 2 files changed, 16 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cxf/blob/f62e5dd8/distribution/src/main/release/samples/oauth/client/pom.xml ---------------------------------------------------------------------- diff --git a/distribution/src/main/release/samples/oauth/client/pom.xml b/distribution/src/main/release/samples/oauth/client/pom.xml index d73a0ba..ca01cf6 100644 --- a/distribution/src/main/release/samples/oauth/client/pom.xml +++ b/distribution/src/main/release/samples/oauth/client/pom.xml @@ -86,6 +86,7 @@ <dependency> <groupId>javax.servlet</groupId> <artifactId>javax.servlet-api</artifactId> + <version>3.0.1</version> </dependency> <dependency> <artifactId>standard</artifactId> http://git-wip-us.apache.org/repos/asf/cxf/blob/f62e5dd8/distribution/src/main/release/samples/pom.xml ---------------------------------------------------------------------- diff --git a/distribution/src/main/release/samples/pom.xml b/distribution/src/main/release/samples/pom.xml index 4433827..b37ed07 100644 --- a/distribution/src/main/release/samples/pom.xml +++ b/distribution/src/main/release/samples/pom.xml @@ -163,6 +163,21 @@ <artifactId>exec-maven-plugin</artifactId> <version>1.2</version> </plugin> + <plugin> + <groupId>org.apache.felix</groupId> + <artifactId>maven-bundle-plugin</artifactId> + <version>2.4.0</version> + </plugin> + <plugin> + <groupId>org.apache.maven.plugins</groupId> + <artifactId>maven-war-plugin</artifactId> + <version>2.4</version> + </plugin> + <plugin> + <groupId>org.springframework.boot</groupId> + <artifactId>spring-boot-maven-plugin</artifactId> + <version>${spring.boot.version}</version> + </plugin> </plugins> </pluginManagement> </build>
