Repository: cxf Updated Branches: refs/heads/master 5093b5b3e -> 9ef02595b
Use jaxws22 with java8 Project: http://git-wip-us.apache.org/repos/asf/cxf/repo Commit: http://git-wip-us.apache.org/repos/asf/cxf/commit/9ef02595 Tree: http://git-wip-us.apache.org/repos/asf/cxf/tree/9ef02595 Diff: http://git-wip-us.apache.org/repos/asf/cxf/diff/9ef02595 Branch: refs/heads/master Commit: 9ef02595b1bb92326110b350c9eda1884dff04da Parents: 5093b5b Author: Daniel Kulp <[email protected]> Authored: Thu May 29 22:06:38 2014 -0400 Committer: Daniel Kulp <[email protected]> Committed: Thu May 29 22:06:38 2014 -0400 ---------------------------------------------------------------------- rt/frontend/jaxws/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cxf/blob/9ef02595/rt/frontend/jaxws/pom.xml ---------------------------------------------------------------------- diff --git a/rt/frontend/jaxws/pom.xml b/rt/frontend/jaxws/pom.xml index 14be77a..4a1aad9 100644 --- a/rt/frontend/jaxws/pom.xml +++ b/rt/frontend/jaxws/pom.xml @@ -381,7 +381,7 @@ <profile> <id>jdk17</id> <activation> - <jdk>1.7</jdk> + <jdk>[1.7,1.9)</jdk> </activation> <properties> <cxf.spi-dir>spi-2.2</cxf.spi-dir>
