You are viewing a plain text version of this content. The canonical link for it is here.
Posted to server-dev@james.apache.org by bt...@apache.org on 2018/07/30 06:54:52 UTC

[6/8] james-project git commit: JAMES-2492 Cut off the maven dependency of Karaf implementation

JAMES-2492 Cut off the maven dependency of Karaf implementation


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

Branch: refs/heads/master
Commit: ff93cf59147e84d799f8d9345b9e2cb2724c3de1
Parents: 1f51b69
Author: Antoine Duprat <ad...@linagora.com>
Authored: Mon Jul 23 15:01:44 2018 +0200
Committer: benwa <bt...@linagora.com>
Committed: Mon Jul 30 13:52:48 2018 +0700

----------------------------------------------------------------------
 pom.xml        | 22 ----------------------
 server/pom.xml |  3 ---
 2 files changed, 25 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/james-project/blob/ff93cf59/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 723c7ee..e37be8a 100644
--- a/pom.xml
+++ b/pom.xml
@@ -2094,28 +2094,6 @@
                 <version>${jackrabbit.version}</version>
             </dependency>
             <dependency>
-                <groupId>${james.groupId}</groupId>
-                <artifactId>james-karaf-distribution</artifactId>
-                <version>${project.version}</version>
-                <type>tar.gz</type>
-                <exclusions>
-                    <exclusion>
-                        <groupId>org.apache.karaf</groupId>
-                        <artifactId>org.apache.karaf.client</artifactId>
-                    </exclusion>
-                    <exclusion>
-                        <groupId>org.eclipse.osgi</groupId>
-                        <artifactId>org.eclipse.osgi</artifactId>
-                    </exclusion>
-                </exclusions>
-            </dependency>
-            <dependency>
-                <groupId>${james.groupId}</groupId>
-                <artifactId>james-karaf-features</artifactId>
-                <version>${project.version}</version>
-                <type>pom</type>
-            </dependency>
-            <dependency>
                 <groupId>org.apache.james.jspf</groupId>
                 <artifactId>apache-jspf-resolver</artifactId>
                 <version>${apache-jspf-resolver.version}</version>

http://git-wip-us.apache.org/repos/asf/james-project/blob/ff93cf59/server/pom.xml
----------------------------------------------------------------------
diff --git a/server/pom.xml b/server/pom.xml
index e4a5265..b1b61e3 100644
--- a/server/pom.xml
+++ b/server/pom.xml
@@ -73,9 +73,6 @@
         <module>dns-service/dnsservice-dnsjava</module>
         <module>dns-service/dnsservice-library</module>
 
-        <module>karaf/distribution</module>
-        <module>karaf/features</module>
-        <module>karaf/integration</module>
         <module>mailet/integration-testing</module>
 
         <module>mailet/mailetcontainer-api</module>


---------------------------------------------------------------------
To unsubscribe, e-mail: server-dev-unsubscribe@james.apache.org
For additional commands, e-mail: server-dev-help@james.apache.org