You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@any23.apache.org by le...@apache.org on 2018/11/15 16:06:58 UTC

[2/2] any23 git commit: ANY23-419 Add J2EE depednencies such that service runs under JDK11

ANY23-419 Add J2EE depednencies such that service runs under JDK11


Project: http://git-wip-us.apache.org/repos/asf/any23/repo
Commit: http://git-wip-us.apache.org/repos/asf/any23/commit/b37d0862
Tree: http://git-wip-us.apache.org/repos/asf/any23/tree/b37d0862
Diff: http://git-wip-us.apache.org/repos/asf/any23/diff/b37d0862

Branch: refs/heads/master
Commit: b37d086217b960d5f4965006aa532eda3febba18
Parents: c57abb1
Author: Lewis John McGibbney <le...@gmail.com>
Authored: Tue Nov 13 21:42:42 2018 -0800
Committer: Lewis John McGibbney <le...@gmail.com>
Committed: Tue Nov 13 21:42:42 2018 -0800

----------------------------------------------------------------------
 service/pom.xml | 20 --------------------
 1 file changed, 20 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/any23/blob/b37d0862/service/pom.xml
----------------------------------------------------------------------
diff --git a/service/pom.xml b/service/pom.xml
index cf2e112..8432f4b 100644
--- a/service/pom.xml
+++ b/service/pom.xml
@@ -92,26 +92,6 @@
 
     <!-- BEGIN: Java EE APIs -->
     <dependency>
-      <groupId>javax.xml.bind</groupId>
-      <artifactId>jaxb-api</artifactId>
-      <version>2.3.1</version>
-    </dependency>
-    <dependency>
-      <groupId>com.sun.xml.bind</groupId>
-      <artifactId>jaxb-core</artifactId>
-      <version>2.3.0.1</version>
-    </dependency>
-    <dependency>
-      <groupId>com.sun.xml.bind</groupId>
-      <artifactId>jaxb-impl</artifactId>
-      <version>2.3.1</version>
-    </dependency>
-    <dependency>
-      <groupId>javax.activation</groupId>
-      <artifactId>activation</artifactId>
-      <version>1.1.1</version>
-    </dependency>
-    <dependency>
       <groupId>javax.xml.ws</groupId>
       <artifactId>jaxws-api</artifactId>
       <version>2.3.1</version>