Repository: tomee Updated Branches: refs/heads/master 7aa041047 -> b470fc8ce
Revert JAXB upgrade to 2.3.1 - not yet available Project: http://git-wip-us.apache.org/repos/asf/tomee/repo Commit: http://git-wip-us.apache.org/repos/asf/tomee/commit/b470fc8c Tree: http://git-wip-us.apache.org/repos/asf/tomee/tree/b470fc8c Diff: http://git-wip-us.apache.org/repos/asf/tomee/diff/b470fc8c Branch: refs/heads/master Commit: b470fc8ce03c90cc2c051fb683acb2943262cc54 Parents: 7aa0410 Author: Jean-Louis Monteiro <[email protected]> Authored: Tue Nov 13 14:29:10 2018 +0100 Committer: Jean-Louis Monteiro <[email protected]> Committed: Tue Nov 13 14:29:10 2018 +0100 ---------------------------------------------------------------------- pom.xml | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/tomee/blob/b470fc8c/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index d00622f..537ec3a 100644 --- a/pom.xml +++ b/pom.xml @@ -137,8 +137,6 @@ <cxf.version>3.2.7</cxf.version> <ehcache.version>2.10.3</ehcache.version> - <jaxb.version>2.3.1</jaxb.version> - <!-- used by cxf for security (replay attack) --> <jetty.version>7.5.3.v20111011</jetty.version> <pax-url.version>1.3.5</pax-url.version> @@ -1697,17 +1695,17 @@ <dependency> <groupId>javax.xml.bind</groupId> <artifactId>jaxb-api</artifactId> - <version>${jaxb.version}</version> + <version>2.3.0</version> </dependency> <dependency> <groupId>com.sun.xml.bind</groupId> <artifactId>jaxb-impl</artifactId> - <version>${jaxb.version}</version> + <version>2.3.0</version> </dependency> <dependency> <groupId>com.sun.xml.bind</groupId> <artifactId>jaxb-core</artifactId> - <version>${jaxb.version}</version> + <version>2.3.0</version> </dependency> <dependency> <!-- licence apache, only 110ko --> <groupId>org.fusesource.jansi</groupId>
