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 2015/09/03 11:54:55 UTC

svn commit: r1700974 - in /james/mpt/trunk/impl/imap-mailbox: cassandra/pom.xml elasticsearch/pom.xml external-james/pom.xml

Author: btellier
Date: Thu Sep  3 09:54:54 2015
New Revision: 1700974

URL: http://svn.apache.org/r1700974
Log:
MPT-22 move java8 dependencies in the right profile

Modified:
    james/mpt/trunk/impl/imap-mailbox/cassandra/pom.xml
    james/mpt/trunk/impl/imap-mailbox/elasticsearch/pom.xml
    james/mpt/trunk/impl/imap-mailbox/external-james/pom.xml

Modified: james/mpt/trunk/impl/imap-mailbox/cassandra/pom.xml
URL: http://svn.apache.org/viewvc/james/mpt/trunk/impl/imap-mailbox/cassandra/pom.xml?rev=1700974&r1=1700973&r2=1700974&view=diff
==============================================================================
--- james/mpt/trunk/impl/imap-mailbox/cassandra/pom.xml (original)
+++ james/mpt/trunk/impl/imap-mailbox/cassandra/pom.xml Thu Sep  3 09:54:54 2015
@@ -33,28 +33,6 @@
     <artifactId>apache-james-mpt-imapmailbox-cassandra</artifactId>
     <name>Apache James MPT Imap Mailbox - Cassandra</name>
 
-    <dependencies>
-        <dependency>
-            <groupId>org.apache.james</groupId>
-            <artifactId>apache-james-mailbox-cassandra</artifactId>
-        </dependency>
-        <dependency>
-            <groupId>org.apache.james</groupId>
-            <artifactId>apache-james-mailbox-cassandra</artifactId>
-            <type>test-jar</type>
-        </dependency>
-        <dependency>
-            <groupId>org.apache.james</groupId>
-            <artifactId>apache-james-mpt-imapmailbox-core</artifactId>
-        </dependency>
-        <dependency>
-            <groupId>org.cassandraunit</groupId>
-            <artifactId>cassandra-unit</artifactId>
-            <version>2.0.2.2</version>
-            <scope>test</scope>
-        </dependency>
-    </dependencies>
-
     <profiles>
         <profile>
             <id>noTest</id>
@@ -169,6 +147,27 @@
             <activation>
                 <jdk>[1.8,)</jdk>
             </activation>
+	        <dependencies>
+                <dependency>
+                    <groupId>org.apache.james</groupId>
+                    <artifactId>apache-james-mailbox-cassandra</artifactId>
+                </dependency>
+                <dependency>
+                    <groupId>org.apache.james</groupId>
+                    <artifactId>apache-james-mailbox-cassandra</artifactId>
+                    <type>test-jar</type>
+                </dependency>
+                <dependency>
+                    <groupId>org.apache.james</groupId>
+                    <artifactId>apache-james-mpt-imapmailbox-core</artifactId>
+                </dependency>
+                <dependency>
+                    <groupId>org.cassandraunit</groupId>
+                    <artifactId>cassandra-unit</artifactId>
+                    <version>2.0.2.2</version>
+                    <scope>test</scope>
+                </dependency>
+            </dependencies>
             <build>
                 <plugins>
                     <plugin>

Modified: james/mpt/trunk/impl/imap-mailbox/elasticsearch/pom.xml
URL: http://svn.apache.org/viewvc/james/mpt/trunk/impl/imap-mailbox/elasticsearch/pom.xml?rev=1700974&r1=1700973&r2=1700974&view=diff
==============================================================================
--- james/mpt/trunk/impl/imap-mailbox/elasticsearch/pom.xml (original)
+++ james/mpt/trunk/impl/imap-mailbox/elasticsearch/pom.xml Thu Sep  3 09:54:54 2015
@@ -30,50 +30,6 @@
     <artifactId>apache-james-mpt-imapmailbox-elasticsearch</artifactId>
     <name>Apache James MPT Imap Mailbox - ElasticSearch</name>
 
-    <dependencies>
-        <dependency>
-            <groupId>org.apache.james</groupId>
-            <artifactId>apache-james-mailbox-api</artifactId>
-        </dependency>
-        <dependency>
-            <groupId>org.apache.james</groupId>
-            <artifactId>apache-james-mailbox-elasticsearch</artifactId>
-        </dependency>
-        <dependency>
-            <groupId>org.apache.james</groupId>
-            <artifactId>apache-james-mailbox-elasticsearch</artifactId>
-            <type>test-jar</type>
-        </dependency>
-        <dependency>
-            <groupId>org.apache.james</groupId>
-            <artifactId>apache-james-mailbox-memory</artifactId>
-        </dependency>
-        <dependency>
-            <groupId>org.apache.james</groupId>
-            <artifactId>apache-james-mailbox-store</artifactId>
-        </dependency>
-        <dependency>
-            <groupId>junit</groupId>
-            <artifactId>junit</artifactId>
-            <version>${junit.version}</version>
-        </dependency>
-        <dependency>
-            <groupId>org.apache.james</groupId>
-            <artifactId>apache-james-mpt-imapmailbox-core</artifactId>
-        </dependency>
-        <dependency>
-            <groupId>org.apache.lucene</groupId>
-            <artifactId>lucene-core</artifactId>
-            <version>4.10.4</version>
-            <scope>test</scope>
-        </dependency>
-        <dependency>
-            <groupId>org.codehaus.groovy</groupId>
-            <artifactId>groovy-all</artifactId>
-            <version>2.3.2</version>
-        </dependency>
-    </dependencies>
-
     <profiles>
         <profile>
             <id>disable-build-for-older-jdk</id>
@@ -169,6 +125,49 @@
             <activation>
                 <jdk>[1.8,)</jdk>
             </activation>
+            <dependencies>
+                <dependency>
+                    <groupId>org.apache.james</groupId>
+                    <artifactId>apache-james-mailbox-api</artifactId>
+                </dependency>
+                <dependency>
+                    <groupId>org.apache.james</groupId>
+                    <artifactId>apache-james-mailbox-elasticsearch</artifactId>
+                </dependency>
+                <dependency>
+                    <groupId>org.apache.james</groupId>
+                    <artifactId>apache-james-mailbox-elasticsearch</artifactId>
+                    <type>test-jar</type>
+                </dependency>
+                <dependency>
+                    <groupId>org.apache.james</groupId>
+                    <artifactId>apache-james-mailbox-memory</artifactId>
+                </dependency>
+                <dependency>
+                    <groupId>org.apache.james</groupId>
+                    <artifactId>apache-james-mailbox-store</artifactId>
+                </dependency>
+                <dependency>
+                    <groupId>junit</groupId>
+                    <artifactId>junit</artifactId>
+                    <version>${junit.version}</version>
+                </dependency>
+                <dependency>
+                    <groupId>org.apache.james</groupId>
+                    <artifactId>apache-james-mpt-imapmailbox-core</artifactId>
+                </dependency>
+                <dependency>
+                    <groupId>org.apache.lucene</groupId>
+                    <artifactId>lucene-core</artifactId>
+                    <version>4.10.4</version>
+                    <scope>test</scope>
+                </dependency>
+                <dependency>
+                    <groupId>org.codehaus.groovy</groupId>
+                    <artifactId>groovy-all</artifactId>
+                    <version>2.3.2</version>
+                </dependency>
+            </dependencies>
             <build>
                 <plugins>
                     <plugin>
@@ -216,4 +215,4 @@
             </build>
         </profile>
     </profiles>
-</project>
\ No newline at end of file
+</project>

Modified: james/mpt/trunk/impl/imap-mailbox/external-james/pom.xml
URL: http://svn.apache.org/viewvc/james/mpt/trunk/impl/imap-mailbox/external-james/pom.xml?rev=1700974&r1=1700973&r2=1700974&view=diff
==============================================================================
--- james/mpt/trunk/impl/imap-mailbox/external-james/pom.xml (original)
+++ james/mpt/trunk/impl/imap-mailbox/external-james/pom.xml Thu Sep  3 09:54:54 2015
@@ -30,13 +30,6 @@
     <artifactId>apache-james-mpt-external-james</artifactId>
     <name>Apache James MPT Imap Mailbox - External James</name>
 
-    <dependencies>
-        <dependency>
-            <groupId>org.apache.james</groupId>
-            <artifactId>apache-james-mpt-imapmailbox-core</artifactId>
-        </dependency>
-    </dependencies>
-
     <profiles>
         <profile>
             <id>disable-build-for-older-jdk</id>
@@ -132,6 +125,12 @@
             <activation>
                 <jdk>[1.8,)</jdk>
             </activation>
+            <dependencies>
+                <dependency>
+                    <groupId>org.apache.james</groupId>
+                    <artifactId>apache-james-mpt-imapmailbox-core</artifactId>
+                </dependency>
+            </dependencies>
             <build>
                 <plugins>
                     <plugin>
@@ -181,4 +180,4 @@
     </profiles>
 
 
-</project>
\ No newline at end of file
+</project>



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