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

[karaf] branch master updated: use com.sun.activation:javax.activation which has both api and impl

This is an automated email from the ASF dual-hosted git repository.

ffang pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/karaf.git


The following commit(s) were added to refs/heads/master by this push:
     new 367b96c  use com.sun.activation:javax.activation which has both api and impl
367b96c is described below

commit 367b96c4e8e63320ed8a7aac7cfaf74b3c9a2a43
Author: Freeman Fang <fr...@gmail.com>
AuthorDate: Thu Nov 15 14:27:34 2018 +0800

    use com.sun.activation:javax.activation which has both api and impl
---
 assemblies/features/base/pom.xml | 10 ----------
 1 file changed, 10 deletions(-)

diff --git a/assemblies/features/base/pom.xml b/assemblies/features/base/pom.xml
index cb74dde..4849e4b 100644
--- a/assemblies/features/base/pom.xml
+++ b/assemblies/features/base/pom.xml
@@ -43,11 +43,6 @@
                         <version>2.3.0</version>
                     </dependency>
                     <dependency>
-                        <groupId>javax.activation</groupId>
-                        <artifactId>javax.activation-api</artifactId>
-                        <version>1.2.0</version>
-                    </dependency>
-                    <dependency>
                         <groupId>javax.annotation</groupId>
                         <artifactId>javax.annotation-api</artifactId>
                         <version>${javax.annotation.version}</version>
@@ -223,11 +218,6 @@
                                     <outputDirectory>target/classes/resources/lib/jdk9plus</outputDirectory>
                                 </artifactItem>
                                 <artifactItem>
-                                    <groupId>javax.activation</groupId>
-                                    <artifactId>javax.activation-api</artifactId>
-                                    <outputDirectory>target/classes/resources/lib/jdk9plus</outputDirectory>
-                                </artifactItem>
-                                <artifactItem>
                                     <groupId>com.sun.activation</groupId>
                                     <artifactId>javax.activation</artifactId>
                                     <outputDirectory>target/classes/resources/lib/jdk9plus</outputDirectory>