http://git-wip-us.apache.org/repos/asf/james-project/blob/dbd6223b/server/pom.xml ---------------------------------------------------------------------- diff --git a/server/pom.xml b/server/pom.xml index f6160bc..2b52a7a 100644 --- a/server/pom.xml +++ b/server/pom.xml @@ -37,25 +37,9 @@ <url>http://james.apache.org/server/</url> <inceptionYear>2002</inceptionYear> - <repositories> - <!-- apache.snapshot is needed for james-project SNAPSHOT, see JAMES-1470 --> - <repository> - <id>apache.snapshots</id> - <name>Apache Snapshot Repository</name> - <url>http://repository.apache.org/snapshots</url> - <releases> - <enabled>false</enabled> - </releases> - </repository> - </repositories> - <modules> <module>app</module> - <module>karaf/distribution</module> - <module>karaf/features</module> - <module>karaf/integration</module> - <module>container/cli</module> <module>container/cli-integration</module> <module>container/core</module> @@ -69,50 +53,54 @@ <module>container/util</module> <module>container/util-java8</module> - <module>mailet/mailetcontainer-api</module> - <module>mailet/mailetcontainer-camel</module> - <module>mailet/mailets</module> - <module>mailet/integration-testing</module> - - <module>dns-service/dnsservice-api</module> - <module>dns-service/dnsservice-dnsjava</module> - <module>dns-service/dnsservice-library</module> - <module>data/data-api</module> - <module>data/data-library</module> <module>data/data-cassandra</module> - <module>data/data-jpa</module> + <module>data/data-file</module> + <module>data/data-hbase</module> <module>data/data-jcr</module> <module>data/data-jdbc</module> <module>data/data-jmap</module> <module>data/data-jmap-cassandra</module> - <module>data/data-file</module> + <module>data/data-jpa</module> <module>data/data-ldap</module> <module>data/data-ldap-integration-testing</module> - <module>data/data-hbase</module> + <module>data/data-library</module> <module>data/data-memory</module> + <module>dns-service/dnsservice-api</module> + <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> + <module>mailet/mailetcontainer-camel</module> + <module>mailet/mailets</module> + <module>protocols/fetchmail</module> - <module>protocols/protocols-imap4</module> <module>protocols/jmap</module> <module>protocols/jmap-integration-testing</module> <module>protocols/jwt</module> + <module>protocols/protocols-imap4</module> <module>protocols/protocols-library</module> <module>protocols/protocols-lmtp</module> <module>protocols/protocols-managesieve</module> <module>protocols/protocols-pop3</module> <module>protocols/protocols-smtp</module> + <module>protocols/webadmin-integration-test</module> <module>protocols/webadmin/webadmin-cassandra</module> <module>protocols/webadmin/webadmin-core</module> <module>protocols/webadmin/webadmin-data</module> <module>protocols/webadmin/webadmin-mailbox</module> <module>protocols/webadmin/webadmin-swagger</module> - <module>protocols/webadmin-integration-test</module> + <module>queue/queue-activemq</module> <module>queue/queue-api</module> <module>queue/queue-file</module> <module>queue/queue-jms</module> - <module>queue/queue-activemq</module> <module>testing</module> </modules> @@ -191,199 +179,195 @@ <dependencyManagement> <dependencies> <dependency> - <groupId>org.ops4j.pax.logging</groupId> - <artifactId>pax-logging-api</artifactId> - <version>${pax-logging-api.version}</version> - </dependency> - <dependency> - <groupId>${project.groupId}</groupId> - <artifactId>james-server-cli</artifactId> - <version>${project.version}</version> - </dependency> - - <dependency> - <groupId>${project.groupId}</groupId> - <artifactId>james-server-spring</artifactId> - <version>${project.version}</version> - </dependency> - <dependency> <groupId>${project.groupId}</groupId> - <artifactId>james-server-cassandra-guice</artifactId> + <artifactId>apache-james-backends-cassandra</artifactId> <version>${project.version}</version> </dependency> <dependency> <groupId>${project.groupId}</groupId> - <artifactId>james-server-cassandra-guice</artifactId> + <artifactId>apache-james-backends-cassandra</artifactId> <version>${project.version}</version> <type>test-jar</type> - <scope>test</scope> - </dependency> - <dependency> - <groupId>${project.groupId}</groupId> - <artifactId>james-server-cassandra-ldap-guice</artifactId> - <version>${project.version}</version> - </dependency> - <dependency> - <groupId>${project.groupId}</groupId> - <artifactId>james-server-guice-common</artifactId> - <version>${project.version}</version> </dependency> <dependency> <groupId>${project.groupId}</groupId> - <artifactId>james-server-onami</artifactId> + <artifactId>apache-james-backends-es</artifactId> <version>${project.version}</version> </dependency> <dependency> <groupId>${project.groupId}</groupId> - <artifactId>james-server-guice-common</artifactId> + <artifactId>apache-james-backends-es</artifactId> <version>${project.version}</version> <type>test-jar</type> </dependency> <dependency> <groupId>${project.groupId}</groupId> - <artifactId>james-server-guice-jmap</artifactId> + <artifactId>apache-james-backends-jpa</artifactId> <version>${project.version}</version> </dependency> <dependency> <groupId>${project.groupId}</groupId> - <artifactId>james-server-guice-jmap</artifactId> + <artifactId>apache-james-backends-jpa</artifactId> <version>${project.version}</version> <type>test-jar</type> </dependency> <dependency> <groupId>${project.groupId}</groupId> - <artifactId>james-server-guice-mailbox</artifactId> + <artifactId>apache-james-mailbox-api</artifactId> <version>${project.version}</version> </dependency> <dependency> <groupId>${project.groupId}</groupId> - <artifactId>james-server-jetty</artifactId> + <artifactId>apache-james-mailbox-api</artifactId> <version>${project.version}</version> + <type>test-jar</type> </dependency> <dependency> <groupId>${project.groupId}</groupId> - <artifactId>james-server-queue-api</artifactId> + <artifactId>apache-james-mailbox-cassandra</artifactId> <version>${project.version}</version> </dependency> <dependency> <groupId>${project.groupId}</groupId> - <artifactId>james-server-queue-api</artifactId> + <artifactId>apache-james-mailbox-cassandra</artifactId> <version>${project.version}</version> <type>test-jar</type> - <scope>test</scope> - </dependency> - <dependency> - <groupId>${project.groupId}</groupId> - <artifactId>james-server-queue-file</artifactId> - <version>${project.version}</version> </dependency> <dependency> <groupId>${project.groupId}</groupId> - <artifactId>james-server-queue-jms</artifactId> + <artifactId>apache-james-mailbox-elasticsearch</artifactId> <version>${project.version}</version> </dependency> <dependency> <groupId>${project.groupId}</groupId> - <artifactId>james-server-queue-jms</artifactId> + <artifactId>apache-james-mailbox-elasticsearch</artifactId> <version>${project.version}</version> <type>test-jar</type> - <scope>test</scope> </dependency> <dependency> <groupId>${project.groupId}</groupId> - <artifactId>james-server-queue-activemq</artifactId> + <artifactId>apache-james-mailbox-hbase</artifactId> <version>${project.version}</version> + <classifier>tests</classifier> + <scope>test</scope> </dependency> <dependency> <groupId>${project.groupId}</groupId> - <artifactId>james-server-filesystem-api</artifactId> + <artifactId>apache-james-mailbox-jcr</artifactId> <version>${project.version}</version> </dependency> <dependency> <groupId>${project.groupId}</groupId> - <artifactId>james-server-filesystem-api</artifactId> - <type>test-jar</type> - <scope>test</scope> + <artifactId>apache-james-mailbox-jpa</artifactId> <version>${project.version}</version> </dependency> <dependency> <groupId>${project.groupId}</groupId> - <artifactId>james-server-dnsservice-api</artifactId> + <artifactId>apache-james-mailbox-jpa</artifactId> <version>${project.version}</version> - </dependency> - <dependency> - <groupId>${project.groupId}</groupId> - <artifactId>james-server-dnsservice-api</artifactId> <type>test-jar</type> - <scope>test</scope> - <version>${project.version}</version> </dependency> <dependency> <groupId>${project.groupId}</groupId> - <artifactId>james-server-dnsservice-library</artifactId> + <artifactId>apache-james-mailbox-kafka</artifactId> <version>${project.version}</version> </dependency> <dependency> <groupId>${project.groupId}</groupId> - <artifactId>james-server-dnsservice-library</artifactId> - <type>test-jar</type> - <scope>test</scope> + <artifactId>apache-james-mailbox-lucene</artifactId> <version>${project.version}</version> </dependency> <dependency> <groupId>${project.groupId}</groupId> - <artifactId>james-server-dnsservice-dnsjava</artifactId> + <artifactId>apache-james-mailbox-maildir</artifactId> <version>${project.version}</version> </dependency> <dependency> <groupId>${project.groupId}</groupId> - <artifactId>james-server-protocols-library</artifactId> + <artifactId>apache-james-mailbox-memory</artifactId> <version>${project.version}</version> </dependency> <dependency> <groupId>${project.groupId}</groupId> - <artifactId>james-server-protocols-library</artifactId> + <artifactId>apache-james-mailbox-memory</artifactId> + <version>${project.version}</version> <type>test-jar</type> <scope>test</scope> - <version>${project.version}</version> </dependency> <dependency> <groupId>${project.groupId}</groupId> - <artifactId>james-server-testing</artifactId> + <artifactId>apache-james-mailbox-spring</artifactId> <version>${project.version}</version> </dependency> <dependency> <groupId>${project.groupId}</groupId> - <artifactId>apache-james-backends-cassandra</artifactId> + <artifactId>apache-james-mailbox-store</artifactId> <version>${project.version}</version> + <exclusions> + <exclusion> + <artifactId>commons-collections</artifactId> + <groupId>commons-collections</groupId> + </exclusion> + <exclusion> + <artifactId>commons-logging</artifactId> + <groupId>commons-logging</groupId> + </exclusion> + </exclusions> </dependency> <dependency> <groupId>${project.groupId}</groupId> - <artifactId>apache-james-backends-cassandra</artifactId> + <artifactId>apache-james-mailbox-store</artifactId> <version>${project.version}</version> <type>test-jar</type> + <exclusions> + <exclusion> + <artifactId>commons-collections</artifactId> + <groupId>commons-collections</groupId> + </exclusion> + <exclusion> + <artifactId>commons-logging</artifactId> + <groupId>commons-logging</groupId> + </exclusion> + </exclusions> </dependency> <dependency> <groupId>${project.groupId}</groupId> - <artifactId>apache-james-backends-es</artifactId> + <artifactId>apache-james-mailbox-tika</artifactId> <version>${project.version}</version> + <exclusions> + <exclusion> + <artifactId>pdfbox</artifactId> + <groupId>org.apache.pdfbox</groupId> + </exclusion> + <exclusion> + <artifactId>poi-ooxml</artifactId> + <groupId>org.apache.poi</groupId> + </exclusion> + <exclusion> + <artifactId>poi-scratchpad</artifactId> + <groupId>org.apache.poi</groupId> + </exclusion> + <exclusion> + <artifactId>netcdf</artifactId> + <groupId>edu.ucar</groupId> + </exclusion> + </exclusions> </dependency> <dependency> <groupId>${project.groupId}</groupId> - <artifactId>apache-james-backends-es</artifactId> - <type>test-jar</type> + <artifactId>apache-james-mailbox-tika</artifactId> <version>${project.version}</version> + <type>test-jar</type> </dependency> <dependency> <groupId>${project.groupId}</groupId> - <artifactId>apache-james-backends-jpa</artifactId> + <artifactId>apache-james-mailbox-tool</artifactId> <version>${project.version}</version> </dependency> <dependency> <groupId>${project.groupId}</groupId> - <artifactId>apache-james-backends-jpa</artifactId> - <version>${project.version}</version> - <type>test-jar</type> + <artifactId>apache-jsieve-core</artifactId> + <version>${jsieve.version}</version> </dependency> <dependency> <groupId>${project.groupId}</groupId> @@ -391,8 +375,8 @@ <version>${project.version}</version> <exclusions> <exclusion> - <groupId>javax.mail</groupId> <artifactId>mail</artifactId> + <groupId>javax.mail</groupId> </exclusion> </exclusions> </dependency> @@ -402,12 +386,12 @@ <version>${project.version}</version> <exclusions> <exclusion> - <groupId>javax.mail</groupId> <artifactId>mail</artifactId> + <groupId>javax.mail</groupId> </exclusion> <exclusion> - <groupId>javax.activation</groupId> <artifactId>activation</artifactId> + <groupId>javax.activation</groupId> </exclusion> </exclusions> </dependency> @@ -419,16 +403,6 @@ <scope>test</scope> </dependency> <dependency> - <groupId>org.apache.geronimo.specs</groupId> - <artifactId>geronimo-jms_1.1_spec</artifactId> - <version>${geronimo-jms-spec.version}</version> - </dependency> - <dependency> - <groupId>org.apache.activemq</groupId> - <artifactId>artemis-jms-client</artifactId> - <version>${activmq-artemis.version}</version> - </dependency> - <dependency> <groupId>${project.groupId}</groupId> <artifactId>apache-mailet-base</artifactId> <version>${project.version}</version> @@ -436,8 +410,8 @@ <scope>test</scope> <exclusions> <exclusion> - <groupId>javax.mail</groupId> <artifactId>mail</artifactId> + <groupId>javax.mail</groupId> </exclusion> </exclusions> </dependency> @@ -447,8 +421,8 @@ <version>${project.version}</version> <exclusions> <exclusion> - <groupId>javax.mail</groupId> <artifactId>mail</artifactId> + <groupId>javax.mail</groupId> </exclusion> </exclusions> </dependency> @@ -460,128 +434,107 @@ <scope>test</scope> <exclusions> <exclusion> - <groupId>javax.mail</groupId> <artifactId>mail</artifactId> + <groupId>javax.mail</groupId> </exclusion> </exclusions> </dependency> - <dependency> <groupId>${project.groupId}</groupId> - <artifactId>metrics-api</artifactId> - <version>${project.version}</version> + <artifactId>apache-mime4j-dom</artifactId> + <version>${apache-mime4j.version}</version> </dependency> <dependency> <groupId>${project.groupId}</groupId> - <artifactId>metrics-dropwizard</artifactId> - <version>${project.version}</version> + <artifactId>apache-mime4j-james-utils</artifactId> + <version>${apache-mime4j.version}</version> </dependency> <dependency> <groupId>${project.groupId}</groupId> - <artifactId>metrics-logger</artifactId> - <version>${project.version}</version> - </dependency> - - <dependency> - <groupId>org.apache.james.protocols</groupId> - <artifactId>protocols-api</artifactId> + <artifactId>james-server-cassandra-guice</artifactId> <version>${project.version}</version> </dependency> <dependency> - <groupId>org.apache.james.protocols</groupId> - <artifactId>protocols-api</artifactId> + <groupId>${project.groupId}</groupId> + <artifactId>james-server-cassandra-guice</artifactId> <version>${project.version}</version> <type>test-jar</type> <scope>test</scope> </dependency> <dependency> - <groupId>org.apache.james.protocols</groupId> - <artifactId>protocols-netty</artifactId> + <groupId>${project.groupId}</groupId> + <artifactId>james-server-cassandra-ldap-guice</artifactId> <version>${project.version}</version> </dependency> <dependency> - <groupId>org.apache.james.protocols</groupId> - <artifactId>protocols-pop3</artifactId> + <groupId>${project.groupId}</groupId> + <artifactId>james-server-cli</artifactId> <version>${project.version}</version> </dependency> <dependency> - <groupId>org.apache.james.protocols</groupId> - <artifactId>protocols-smtp</artifactId> + <groupId>${project.groupId}</groupId> + <artifactId>james-server-core</artifactId> <version>${project.version}</version> </dependency> <dependency> - <groupId>org.apache.james.protocols</groupId> - <artifactId>protocols-lmtp</artifactId> - <version>${project.version}</version> - </dependency> - <dependency> - <groupId>org.apache.james.protocols</groupId> - <artifactId>protocols-managesieve</artifactId> - <version>${project.version}</version> - </dependency> - <dependency> - <groupId>org.apache.james.protocols</groupId> - <artifactId>protocols-managesieve</artifactId> + <groupId>${project.groupId}</groupId> + <artifactId>james-server-core</artifactId> <version>${project.version}</version> <type>test-jar</type> <scope>test</scope> </dependency> - <dependency> <groupId>${project.groupId}</groupId> - <artifactId>james-server-mailetcontainer-api</artifactId> + <artifactId>james-server-data-api</artifactId> <version>${project.version}</version> </dependency> <dependency> <groupId>${project.groupId}</groupId> - <artifactId>james-server-mailetcontainer-api</artifactId> + <artifactId>james-server-data-api</artifactId> <version>${project.version}</version> <type>test-jar</type> <scope>test</scope> </dependency> <dependency> <groupId>${project.groupId}</groupId> - <artifactId>james-server-mailetcontainer-camel</artifactId> + <artifactId>james-server-data-cassandra</artifactId> <version>${project.version}</version> </dependency> - <dependency> <groupId>${project.groupId}</groupId> - <artifactId>james-server-mailbox-adapter</artifactId> + <artifactId>james-server-data-file</artifactId> <version>${project.version}</version> </dependency> <dependency> <groupId>${project.groupId}</groupId> - <artifactId>james-server-util</artifactId> + <artifactId>james-server-data-hbase</artifactId> <version>${project.version}</version> </dependency> <dependency> <groupId>${project.groupId}</groupId> - <artifactId>james-server-util</artifactId> - <type>test-jar</type> - <scope>test</scope> + <artifactId>james-server-data-jcr</artifactId> <version>${project.version}</version> </dependency> <dependency> <groupId>${project.groupId}</groupId> - <artifactId>james-server-lifecycle-api</artifactId> + <artifactId>james-server-data-jdbc</artifactId> <version>${project.version}</version> </dependency> <dependency> <groupId>${project.groupId}</groupId> - <artifactId>james-server-data-api</artifactId> + <artifactId>james-server-data-jmap</artifactId> <version>${project.version}</version> </dependency> <dependency> <groupId>${project.groupId}</groupId> - <artifactId>james-server-data-api</artifactId> + <artifactId>james-server-data-jmap</artifactId> <version>${project.version}</version> - <scope>test</scope> <type>test-jar</type> + <scope>test</scope> </dependency> <dependency> <groupId>${project.groupId}</groupId> - <artifactId>james-server-data-cassandra</artifactId> + <artifactId>james-server-data-jmap-cassandra</artifactId> <version>${project.version}</version> </dependency> <dependency> @@ -591,286 +544,281 @@ </dependency> <dependency> <groupId>${project.groupId}</groupId> - <artifactId>james-server-data-hbase</artifactId> + <artifactId>james-server-data-ldap</artifactId> <version>${project.version}</version> </dependency> <dependency> <groupId>${project.groupId}</groupId> - <artifactId>james-server-data-file</artifactId> + <artifactId>james-server-data-ldap-integration-testing</artifactId> <version>${project.version}</version> </dependency> <dependency> <groupId>${project.groupId}</groupId> - <artifactId>james-server-data-jdbc</artifactId> + <artifactId>james-server-data-library</artifactId> <version>${project.version}</version> </dependency> <dependency> <groupId>${project.groupId}</groupId> - <artifactId>james-server-data-jmap</artifactId> + <artifactId>james-server-data-library</artifactId> <version>${project.version}</version> + <type>test-jar</type> + <scope>test</scope> </dependency> <dependency> <groupId>${project.groupId}</groupId> - <artifactId>james-server-data-jmap</artifactId> - <scope>test</scope> - <type>test-jar</type> + <artifactId>james-server-data-memory</artifactId> <version>${project.version}</version> </dependency> <dependency> <groupId>${project.groupId}</groupId> - <artifactId>james-server-data-jmap-cassandra</artifactId> + <artifactId>james-server-dnsservice-api</artifactId> <version>${project.version}</version> </dependency> <dependency> <groupId>${project.groupId}</groupId> - <artifactId>james-server-data-jcr</artifactId> + <artifactId>james-server-dnsservice-api</artifactId> <version>${project.version}</version> + <type>test-jar</type> + <scope>test</scope> </dependency> <dependency> <groupId>${project.groupId}</groupId> - <artifactId>james-server-data-memory</artifactId> + <artifactId>james-server-dnsservice-dnsjava</artifactId> <version>${project.version}</version> </dependency> <dependency> <groupId>${project.groupId}</groupId> - <artifactId>james-server-core</artifactId> + <artifactId>james-server-dnsservice-library</artifactId> <version>${project.version}</version> </dependency> <dependency> <groupId>${project.groupId}</groupId> - <artifactId>james-server-core</artifactId> + <artifactId>james-server-dnsservice-library</artifactId> <version>${project.version}</version> <type>test-jar</type> <scope>test</scope> </dependency> <dependency> <groupId>${project.groupId}</groupId> - <artifactId>james-server-data-library</artifactId> + <artifactId>james-server-fetchmail</artifactId> <version>${project.version}</version> </dependency> <dependency> <groupId>${project.groupId}</groupId> - <artifactId>james-server-data-library</artifactId> + <artifactId>james-server-filesystem-api</artifactId> + <version>${project.version}</version> + </dependency> + <dependency> + <groupId>${project.groupId}</groupId> + <artifactId>james-server-filesystem-api</artifactId> <version>${project.version}</version> - <scope>test</scope> <type>test-jar</type> + <scope>test</scope> </dependency> <dependency> <groupId>${project.groupId}</groupId> - <artifactId>james-server-memory-guice</artifactId> + <artifactId>james-server-guice-common</artifactId> <version>${project.version}</version> </dependency> <dependency> <groupId>${project.groupId}</groupId> - <artifactId>james-server-memory-guice</artifactId> + <artifactId>james-server-guice-common</artifactId> <version>${project.version}</version> <type>test-jar</type> </dependency> <dependency> <groupId>${project.groupId}</groupId> - <artifactId>james-server-jmap</artifactId> + <artifactId>james-server-guice-jmap</artifactId> <version>${project.version}</version> </dependency> <dependency> <groupId>${project.groupId}</groupId> - <artifactId>james-server-jmap-integration-testing</artifactId> + <artifactId>james-server-guice-jmap</artifactId> <version>${project.version}</version> + <type>test-jar</type> </dependency> <dependency> <groupId>${project.groupId}</groupId> - <artifactId>james-server-jmap-integration-testing</artifactId> - <type>test-jar</type> + <artifactId>james-server-guice-mailbox</artifactId> <version>${project.version}</version> </dependency> <dependency> <groupId>${project.groupId}</groupId> - <artifactId>james-server-webadmin-cassandra</artifactId> + <artifactId>james-server-jetty</artifactId> <version>${project.version}</version> </dependency> <dependency> <groupId>${project.groupId}</groupId> - <artifactId>james-server-webadmin-core</artifactId> + <artifactId>james-server-jmap</artifactId> <version>${project.version}</version> </dependency> <dependency> <groupId>${project.groupId}</groupId> - <artifactId>james-server-webadmin-data</artifactId> + <artifactId>james-server-jmap-integration-testing</artifactId> <version>${project.version}</version> </dependency> <dependency> <groupId>${project.groupId}</groupId> - <artifactId>james-server-webadmin-mailbox</artifactId> + <artifactId>james-server-jmap-integration-testing</artifactId> <version>${project.version}</version> + <type>test-jar</type> </dependency> <dependency> <groupId>${project.groupId}</groupId> - <artifactId>james-server-webadmin-swagger</artifactId> + <artifactId>james-server-jwt</artifactId> <version>${project.version}</version> </dependency> <dependency> - <groupId>org.apache.james.protocols</groupId> - <artifactId>protocols-smtp</artifactId> + <groupId>${project.groupId}</groupId> + <artifactId>james-server-lifecycle-api</artifactId> <version>${project.version}</version> - <type>test-jar</type> - <scope>test</scope> </dependency> + <dependency> <groupId>${project.groupId}</groupId> - <artifactId>apache-james-mailbox-memory</artifactId> + <artifactId>james-server-mailbox-adapter</artifactId> <version>${project.version}</version> </dependency> + <dependency> <groupId>${project.groupId}</groupId> - <artifactId>apache-james-mailbox-memory</artifactId> + <artifactId>james-server-mailetcontainer-api</artifactId> <version>${project.version}</version> - <type>test-jar</type> - <scope>test</scope> </dependency> <dependency> <groupId>${project.groupId}</groupId> - <artifactId>apache-james-mailbox-cassandra</artifactId> + <artifactId>james-server-mailetcontainer-api</artifactId> <version>${project.version}</version> + <type>test-jar</type> + <scope>test</scope> </dependency> <dependency> <groupId>${project.groupId}</groupId> - <artifactId>apache-james-mailbox-cassandra</artifactId> + <artifactId>james-server-mailetcontainer-camel</artifactId> <version>${project.version}</version> - <type>test-jar</type> </dependency> <dependency> <groupId>${project.groupId}</groupId> - <artifactId>apache-james-mailbox-kafka</artifactId> + <artifactId>james-server-mailets</artifactId> <version>${project.version}</version> </dependency> <dependency> <groupId>${project.groupId}</groupId> - <artifactId>apache-james-mailbox-api</artifactId> + <artifactId>james-server-memory-guice</artifactId> <version>${project.version}</version> </dependency> <dependency> <groupId>${project.groupId}</groupId> - <artifactId>apache-james-mailbox-api</artifactId> + <artifactId>james-server-memory-guice</artifactId> <version>${project.version}</version> <type>test-jar</type> </dependency> <dependency> <groupId>${project.groupId}</groupId> - <artifactId>apache-james-mailbox-elasticsearch</artifactId> + <artifactId>james-server-onami</artifactId> <version>${project.version}</version> </dependency> <dependency> <groupId>${project.groupId}</groupId> - <artifactId>apache-james-mailbox-elasticsearch</artifactId> + <artifactId>james-server-protocols-imap4</artifactId> <version>${project.version}</version> - <type>test-jar</type> </dependency> <dependency> <groupId>${project.groupId}</groupId> - <artifactId>apache-james-mailbox-tika</artifactId> + <artifactId>james-server-protocols-library</artifactId> <version>${project.version}</version> - <exclusions> - <exclusion> - <groupId>org.apache.pdfbox</groupId> - <artifactId>pdfbox</artifactId> - </exclusion> - <exclusion> - <groupId>org.apache.poi</groupId> - <artifactId>poi-ooxml</artifactId> - </exclusion> - <exclusion> - <groupId>org.apache.poi</groupId> - <artifactId>poi-scratchpad</artifactId> - </exclusion> - <exclusion> - <groupId>edu.ucar</groupId> - <artifactId>netcdf</artifactId> - </exclusion> - </exclusions> </dependency> <dependency> <groupId>${project.groupId}</groupId> - <artifactId>apache-james-mailbox-tika</artifactId> + <artifactId>james-server-protocols-library</artifactId> <version>${project.version}</version> <type>test-jar</type> + <scope>test</scope> </dependency> <dependency> <groupId>${project.groupId}</groupId> - <artifactId>apache-james-mailbox-spring</artifactId> + <artifactId>james-server-protocols-lmtp</artifactId> <version>${project.version}</version> </dependency> + <dependency> <groupId>${project.groupId}</groupId> - <artifactId>apache-james-mailbox-lucene</artifactId> + <artifactId>james-server-protocols-managesieve</artifactId> <version>${project.version}</version> </dependency> <dependency> - <groupId>org.apache.james.protocols</groupId> - <artifactId>protocols-imap</artifactId> + <groupId>${project.groupId}</groupId> + <artifactId>james-server-protocols-pop3</artifactId> <version>${project.version}</version> - <exclusions> - <exclusion> - <groupId>commons-logging</groupId> - <artifactId>commons-logging</artifactId> - </exclusion> - </exclusions> </dependency> <dependency> <groupId>${project.groupId}</groupId> - <artifactId>apache-james-mailbox-hbase</artifactId> - <classifier>tests</classifier> + <artifactId>james-server-protocols-smtp</artifactId> + <version>${project.version}</version> + </dependency> + <dependency> + <groupId>${project.groupId}</groupId> + <artifactId>james-server-protocols-smtp</artifactId> <version>${project.version}</version> + <type>test-jar</type> <scope>test</scope> </dependency> <dependency> <groupId>${project.groupId}</groupId> - <artifactId>james-server-data-ldap</artifactId> + <artifactId>james-server-queue-activemq</artifactId> <version>${project.version}</version> </dependency> <dependency> <groupId>${project.groupId}</groupId> - <artifactId>james-server-data-ldap-integration-testing</artifactId> + <artifactId>james-server-queue-api</artifactId> <version>${project.version}</version> </dependency> <dependency> <groupId>${project.groupId}</groupId> - <artifactId>james-server-jwt</artifactId> + <artifactId>james-server-queue-api</artifactId> <version>${project.version}</version> + <type>test-jar</type> + <scope>test</scope> </dependency> <dependency> <groupId>${project.groupId}</groupId> - <artifactId>james-server-protocols-lmtp</artifactId> + <artifactId>james-server-queue-file</artifactId> <version>${project.version}</version> </dependency> - <dependency> <groupId>${project.groupId}</groupId> - <artifactId>james-server-protocols-managesieve</artifactId> + <artifactId>james-server-queue-jms</artifactId> <version>${project.version}</version> </dependency> <dependency> <groupId>${project.groupId}</groupId> - <artifactId>james-server-protocols-smtp</artifactId> + <artifactId>james-server-queue-jms</artifactId> <version>${project.version}</version> + <type>test-jar</type> + <scope>test</scope> </dependency> + <dependency> <groupId>${project.groupId}</groupId> - <artifactId>james-server-protocols-imap4</artifactId> + <artifactId>james-server-spring</artifactId> <version>${project.version}</version> </dependency> <dependency> <groupId>${project.groupId}</groupId> - <artifactId>james-server-protocols-pop3</artifactId> + <artifactId>james-server-testing</artifactId> <version>${project.version}</version> </dependency> <dependency> <groupId>${project.groupId}</groupId> - <artifactId>james-server-fetchmail</artifactId> + <artifactId>james-server-util</artifactId> <version>${project.version}</version> </dependency> <dependency> <groupId>${project.groupId}</groupId> - <artifactId>james-server-mailets</artifactId> + <artifactId>james-server-util</artifactId> <version>${project.version}</version> + <type>test-jar</type> + <scope>test</scope> </dependency> <dependency> <groupId>${project.groupId}</groupId> @@ -883,148 +831,106 @@ <version>${project.version}</version> <type>test-jar</type> </dependency> - <dependency> <groupId>${project.groupId}</groupId> - <artifactId>apache-james-mailbox-maildir</artifactId> + <artifactId>james-server-webadmin-cassandra</artifactId> <version>${project.version}</version> </dependency> <dependency> <groupId>${project.groupId}</groupId> - <artifactId>apache-james-mailbox-jpa</artifactId> + <artifactId>james-server-webadmin-core</artifactId> <version>${project.version}</version> </dependency> <dependency> <groupId>${project.groupId}</groupId> - <artifactId>apache-james-mailbox-jpa</artifactId> + <artifactId>james-server-webadmin-data</artifactId> <version>${project.version}</version> - <type>test-jar</type> </dependency> <dependency> <groupId>${project.groupId}</groupId> - <artifactId>apache-james-mailbox-tool</artifactId> + <artifactId>james-server-webadmin-mailbox</artifactId> <version>${project.version}</version> </dependency> <dependency> <groupId>${project.groupId}</groupId> - <artifactId>apache-james-mailbox-jcr</artifactId> + <artifactId>james-server-webadmin-swagger</artifactId> <version>${project.version}</version> </dependency> + <dependency> <groupId>${project.groupId}</groupId> - <artifactId>apache-james-mailbox-store</artifactId> + <artifactId>metrics-api</artifactId> <version>${project.version}</version> - <exclusions> - <exclusion> - <groupId>commons-collections</groupId> - <artifactId>commons-collections</artifactId> - </exclusion> - <exclusion> - <groupId>commons-logging</groupId> - <artifactId>commons-logging</artifactId> - </exclusion> - </exclusions> </dependency> <dependency> <groupId>${project.groupId}</groupId> - <artifactId>apache-james-mailbox-store</artifactId> + <artifactId>metrics-dropwizard</artifactId> <version>${project.version}</version> - <type>test-jar</type> - <exclusions> - <exclusion> - <groupId>commons-collections</groupId> - <artifactId>commons-collections</artifactId> - </exclusion> - <exclusion> - <groupId>commons-logging</groupId> - <artifactId>commons-logging</artifactId> - </exclusion> - </exclusions> </dependency> <dependency> <groupId>${project.groupId}</groupId> - <artifactId>james-server-protocols-smtp</artifactId> + <artifactId>metrics-logger</artifactId> <version>${project.version}</version> - <type>test-jar</type> - <scope>test</scope> </dependency> - <dependency> - <groupId>com.h2database</groupId> - <artifactId>h2</artifactId> - <version>${h2.version}</version> - <scope>test</scope> + <groupId>com.fasterxml.jackson.core</groupId> + <artifactId>jackson-databind</artifactId> + <version>${jackson-data.version}</version> </dependency> - <dependency> - <groupId>org.apache.james.jspf</groupId> - <artifactId>apache-jspf-resolver</artifactId> - <version>${apache-jspf-resolver.version}</version> - <exclusions> - <exclusion> - <artifactId>log4j</artifactId> - <groupId>log4j</groupId> - </exclusion> - <exclusion> - <artifactId>dnsjava</artifactId> - <groupId>dnsjava</groupId> - </exclusion> - <exclusion> - <artifactId>commons-cli</artifactId> - <groupId>commons-cli</groupId> - </exclusion> - <!-- only used for the asynchronous executors --> - <exclusion> - <artifactId>dnsjnio</artifactId> - <groupId>uk.nominet</groupId> - </exclusion> - </exclusions> + <groupId>com.fasterxml.jackson.datatype</groupId> + <artifactId>jackson-datatype-guava</artifactId> + <version>${jackson-data.version}</version> </dependency> <dependency> - <groupId>${project.groupId}</groupId> - <artifactId>apache-jsieve-core</artifactId> - <version>${jsieve.version}</version> + <groupId>com.fasterxml.jackson.datatype</groupId> + <artifactId>jackson-datatype-jdk8</artifactId> + <version>${jackson-data.version}</version> </dependency> <dependency> - <groupId>${project.groupId}</groupId> - <artifactId>apache-mime4j-dom</artifactId> - <version>${apache-mime4j.version}</version> + <groupId>com.fasterxml.jackson.datatype</groupId> + <artifactId>jackson-datatype-jsr310</artifactId> + <version>2.6.1</version> </dependency> <dependency> - <groupId>${project.groupId}</groupId> - <artifactId>apache-mime4j-james-utils</artifactId> - <version>${apache-mime4j.version}</version> + <groupId>com.github.fge</groupId> + <artifactId>throwing-lambdas</artifactId> + <version>0.5.0</version> </dependency> + <dependency> <groupId>ch.qos.logback</groupId> <artifactId>logback-classic</artifactId> <version>1.1.7</version> </dependency> <dependency> - <groupId>com.sun.mail</groupId> - <artifactId>javax.mail</artifactId> - <version>1.5.4</version> - <exclusions> - <exclusion> - <groupId>javax.activation</groupId> - <artifactId>activation</artifactId> - </exclusion> - </exclusions> + <groupId>com.github.steveash.guavate</groupId> + <artifactId>guavate</artifactId> + <version>${guavate.version}</version> </dependency> <dependency> - <groupId>javax.inject</groupId> - <artifactId>javax.inject</artifactId> - <version>${javax.inject.version}</version> + <groupId>com.google.guava</groupId> + <artifactId>guava</artifactId> + <version>${guava.version}</version> </dependency> + + <!-- Guice dependencies --> <dependency> - <groupId>javax.activation</groupId> - <artifactId>activation</artifactId> - <version>${javax-activation.version}</version> + <groupId>com.google.inject</groupId> + <artifactId>guice</artifactId> + <version>4.0</version> </dependency> <dependency> - <groupId>org.apache.geronimo.specs</groupId> - <artifactId>geronimo-activation_1.1_spec</artifactId> - <version>${geronimo-activation-spec.version}</version> + <groupId>com.google.inject.extensions</groupId> + <artifactId>guice-multibindings</artifactId> + <version>4.0</version> + </dependency> + + <dependency> + <groupId>com.h2database</groupId> + <artifactId>h2</artifactId> + <version>${h2.version}</version> + <scope>test</scope> </dependency> <dependency> <groupId>com.jason-goodwin</groupId> @@ -1032,55 +938,51 @@ <version>0.4.0</version> </dependency> <dependency> - <groupId>commons-daemon</groupId> - <artifactId>commons-daemon</artifactId> - <version>${commons-daemon.version}</version> - </dependency> - <dependency> - <groupId>commons-collections</groupId> - <artifactId>commons-collections</artifactId> - <version>${commons-collections.version}</version> - </dependency> - <dependency> - <groupId>org.apache.commons</groupId> - <artifactId>commons-collections4</artifactId> - <version>4.0</version> + <groupId>com.jayway.awaitility</groupId> + <artifactId>awaitility</artifactId> + <version>1.6.5</version> </dependency> <dependency> - <groupId>org.hamcrest</groupId> - <artifactId>java-hamcrest</artifactId> - <version>2.0.0.0</version> + <groupId>com.jayway.jsonpath</groupId> + <artifactId>json-path</artifactId> + <version>2.1.0</version> </dependency> <dependency> - <groupId>org.slf4j</groupId> - <artifactId>slf4j-api</artifactId> - <version>${slf4j.version}</version> + <groupId>com.jayway.restassured</groupId> + <artifactId>rest-assured</artifactId> + <version>2.6.0</version> </dependency> <dependency> - <groupId>org.slf4j</groupId> - <artifactId>slf4j-log4j12</artifactId> - <version>${slf4j.version}</version> + <groupId>com.nurkiewicz.asyncretry</groupId> + <artifactId>asyncretry</artifactId> + <version>0.0.7</version> </dependency> <dependency> - <groupId>org.slf4j</groupId> - <artifactId>jcl-over-slf4j</artifactId> - <version>${slf4j.version}</version> + <groupId>com.rabbitmq</groupId> + <artifactId>amqp-client</artifactId> + <version>4.0.0</version> </dependency> <dependency> - <groupId>org.slf4j</groupId> - <artifactId>slf4j-simple</artifactId> - <version>${slf4j.version}</version> - <scope>test</scope> + <groupId>com.sparkjava</groupId> + <artifactId>spark-core</artifactId> + <version>2.6.0</version> </dependency> <dependency> - <groupId>commons-lang</groupId> - <artifactId>commons-lang</artifactId> - <version>${commons-lang.version}</version> + <groupId>com.sun.mail</groupId> + <artifactId>javax.mail</artifactId> + <version>1.5.4</version> + <exclusions> + <exclusion> + <artifactId>activation</artifactId> + <groupId>javax.activation</groupId> + </exclusion> + </exclusions> </dependency> <dependency> - <groupId>commons-codec</groupId> - <artifactId>commons-codec</artifactId> - <version>${commons-codec.version}</version> + <groupId>commons-beanutils</groupId> + <artifactId>commons-beanutils-core</artifactId> + <version>${commons-beanutils-core.version}</version> + <scope>runtime</scope> </dependency> <dependency> <groupId>commons-cli</groupId> @@ -1088,40 +990,14 @@ <version>${commons-cli.version}</version> </dependency> <dependency> - <groupId>commons-logging</groupId> - <artifactId>commons-logging</artifactId> - <version>${commons-logging.version}</version> - </dependency> - - <!-- used by spring deployment --> - <dependency> - <groupId>javax.servlet</groupId> - <artifactId>servlet-api</artifactId> - <version>${servlet-api.version}</version> - </dependency> - <dependency> - <groupId>javax.servlet</groupId> - <artifactId>javax.servlet-api</artifactId> - <version>3.1.0</version> + <groupId>commons-codec</groupId> + <artifactId>commons-codec</artifactId> + <version>${commons-codec.version}</version> </dependency> <dependency> - <groupId>commons-pool</groupId> - <artifactId>commons-pool</artifactId> - <version>${commons-pool.version}</version> - <exclusions> - <exclusion> - <groupId>xerces</groupId> - <artifactId>xercesImpl</artifactId> - </exclusion> - <exclusion> - <groupId>xerces</groupId> - <artifactId>xerces</artifactId> - </exclusion> - <exclusion> - <groupId>xml-apis</groupId> - <artifactId>xml-apis</artifactId> - </exclusion> - </exclusions> + <groupId>commons-collections</groupId> + <artifactId>commons-collections</artifactId> + <version>${commons-collections.version}</version> </dependency> <dependency> <groupId>commons-configuration</groupId> @@ -1137,12 +1013,16 @@ <groupId>commons-beanutils</groupId> </exclusion> <exclusion> - <groupId>commons-logging</groupId> <artifactId>commons-logging</artifactId> + <groupId>commons-logging</groupId> </exclusion> </exclusions> </dependency> - + <dependency> + <groupId>commons-daemon</groupId> + <artifactId>commons-daemon</artifactId> + <version>${commons-daemon.version}</version> + </dependency> <dependency> <groupId>commons-dbcp</groupId> <artifactId>commons-dbcp</artifactId> @@ -1155,198 +1035,231 @@ </exclusions> </dependency> <dependency> - <groupId>commons-net</groupId> - <artifactId>commons-net</artifactId> - <version>${commons-net.version}</version> + <groupId>commons-io</groupId> + <artifactId>commons-io</artifactId> + <version>${commons-io.version}</version> </dependency> <dependency> - <groupId>com.fasterxml.jackson.core</groupId> - <artifactId>jackson-databind</artifactId> - <version>${jackson-data.version}</version> + <groupId>commons-lang</groupId> + <artifactId>commons-lang</artifactId> + <version>${commons-lang.version}</version> </dependency> <dependency> - <groupId>com.fasterxml.jackson.datatype</groupId> - <artifactId>jackson-datatype-guava</artifactId> - <version>${jackson-data.version}</version> + <groupId>commons-logging</groupId> + <artifactId>commons-logging</artifactId> + <version>${commons-logging.version}</version> </dependency> <dependency> - <groupId>com.fasterxml.jackson.datatype</groupId> - <artifactId>jackson-datatype-jdk8</artifactId> - <version>${jackson-data.version}</version> + <groupId>commons-net</groupId> + <artifactId>commons-net</artifactId> + <version>${commons-net.version}</version> </dependency> <dependency> - <groupId>com.fasterxml.jackson.datatype</groupId> - <artifactId>jackson-datatype-jsr310</artifactId> - <version>2.6.1</version> + <groupId>commons-pool</groupId> + <artifactId>commons-pool</artifactId> + <version>${commons-pool.version}</version> + <exclusions> + <exclusion> + <artifactId>xercesImpl</artifactId> + <groupId>xerces</groupId> + </exclusion> + <exclusion> + <artifactId>xerces</artifactId> + <groupId>xerces</groupId> + </exclusion> + <exclusion> + <artifactId>xml-apis</artifactId> + <groupId>xml-apis</groupId> + </exclusion> + </exclusions> </dependency> <dependency> - <groupId>com.rabbitmq</groupId> - <artifactId>amqp-client</artifactId> - <version>4.0.0</version> + <groupId>concurrent</groupId> + <artifactId>concurrent</artifactId> + <version>${concurrent.version}</version> </dependency> <dependency> <groupId>dnsjava</groupId> <artifactId>dnsjava</artifactId> <version>${dnsjava.version}</version> </dependency> - <dependency> - <groupId>junit</groupId> - <artifactId>junit</artifactId> - <version>${junit.version}</version> - <scope>test</scope> + <groupId>info.cukes</groupId> + <artifactId>cucumber-guice</artifactId> + <version>${cucumber.version}</version> </dependency> <dependency> - <groupId>org.assertj</groupId> - <artifactId>assertj-core</artifactId> - <version>3.8.0</version> + <groupId>info.cukes</groupId> + <artifactId>cucumber-java</artifactId> + <version>${cucumber.version}</version> </dependency> <dependency> - <groupId>org.assertj</groupId> - <artifactId>assertj-guava</artifactId> - <version>${assertj-guava.version}</version> - </dependency> - <dependency> - <groupId>org.jmock</groupId> - <artifactId>jmock</artifactId> - <version>${jmock.version}</version> - <scope>test</scope> - </dependency> - <dependency> - <groupId>org.xenei</groupId> - <artifactId>junit-contracts</artifactId> - <version>0.1.5</version> + <groupId>info.cukes</groupId> + <artifactId>cucumber-junit</artifactId> + <version>${cucumber.version}</version> </dependency> <dependency> - <groupId>pl.pragmatists</groupId> - <artifactId>JUnitParams</artifactId> - <version>1.0.4</version> + <groupId>info.cukes</groupId> + <artifactId>cucumber-picocontainer</artifactId> + <version>${cucumber.version}</version> </dependency> <dependency> - <groupId>org.mockito</groupId> - <artifactId>mockito-core</artifactId> - <version>${mockito-core.version}</version> - <scope>test</scope> + <groupId>io.dropwizard.metrics</groupId> + <artifactId>metrics-core</artifactId> + <version>${metrics.version}</version> </dependency> <dependency> - <groupId>concurrent</groupId> - <artifactId>concurrent</artifactId> - <version>${concurrent.version}</version> + <groupId>io.dropwizard.metrics</groupId> + <artifactId>metrics-jvm</artifactId> + <version>${metrics.version}</version> </dependency> <dependency> - <groupId>commons-beanutils</groupId> - <artifactId>commons-beanutils-core</artifactId> - <version>${commons-beanutils-core.version}</version> - <scope>runtime</scope> + <groupId>io.jsonwebtoken</groupId> + <artifactId>jjwt</artifactId> + <version>0.6.0</version> </dependency> <dependency> - <groupId>org.apache.derby</groupId> - <artifactId>derby</artifactId> - <version>${derby.version}</version> - <scope>runtime</scope> + <groupId>io.netty</groupId> + <artifactId>netty</artifactId> + <version>${netty.version}</version> </dependency> - - <!-- Used by Mime4J --> <dependency> - <groupId>commons-io</groupId> - <artifactId>commons-io</artifactId> - <version>${commons-io.version}</version> + <groupId>javax.activation</groupId> + <artifactId>activation</artifactId> + <version>${javax-activation.version}</version> </dependency> - <dependency> - <groupId>log4j</groupId> - <artifactId>log4j</artifactId> - <version>${log4j.version}</version> + <groupId>javax.inject</groupId> + <artifactId>javax.inject</artifactId> + <version>${javax.inject.version}</version> </dependency> <dependency> - <groupId>org.springframework</groupId> - <artifactId>spring-core</artifactId> - <version>${spring.version}</version> + <groupId>javax.jcr</groupId> + <artifactId>jcr</artifactId> + <version>${jcr.version}</version> </dependency> <dependency> - <groupId>org.springframework</groupId> - <artifactId>spring-web</artifactId> - <version>${spring.version}</version> + <groupId>javax.servlet</groupId> + <artifactId>javax.servlet-api</artifactId> + <version>3.1.0</version> </dependency> - <dependency> - <groupId>org.springframework</groupId> - <artifactId>spring-beans</artifactId> - <version>${spring.version}</version> + <groupId>javax.servlet</groupId> + <artifactId>servlet-api</artifactId> + <version>${servlet-api.version}</version> </dependency> <dependency> - <groupId>org.springframework</groupId> - <artifactId>spring-context</artifactId> - <version>${spring.version}</version> + <groupId>joda-time</groupId> + <artifactId>joda-time</artifactId> + <version>${joda.version}</version> </dependency> <dependency> - <groupId>org.springframework</groupId> - <artifactId>spring-jdbc</artifactId> - <version>${spring.version}</version> + <groupId>junit</groupId> + <artifactId>junit</artifactId> + <version>${junit.version}</version> + <scope>test</scope> </dependency> - <dependency> - <groupId>org.springframework</groupId> - <artifactId>spring-tx</artifactId> - <version>${spring.version}</version> + <groupId>log4j</groupId> + <artifactId>log4j</artifactId> + <version>${log4j.version}</version> </dependency> <dependency> - <groupId>org.springframework</groupId> - <artifactId>spring-orm</artifactId> - <version>${spring.version}</version> - <scope>runtime</scope> + <groupId>org.apache.activemq</groupId> + <artifactId>activemq-broker</artifactId> + <version>${activemq.version}</version> <exclusions> <exclusion> - <groupId>com.oracle.toplink</groupId> - <artifactId>toplink</artifactId> - </exclusion> - <exclusion> - <groupId>com.oracle</groupId> - <artifactId>toplink-essentials</artifactId> + <artifactId>spring-osgi-core</artifactId> + <groupId>org.springframework.osgi</groupId> </exclusion> + <!-- exlude this, its only used in the authentication plugin which we don't use --> <exclusion> - <groupId>org.hibernate</groupId> - <artifactId>hibernate</artifactId> + <artifactId>icu4j</artifactId> + <groupId>com.ibm.icu</groupId> </exclusion> + <!-- exclude this, we don't use osgi yet --> <exclusion> - <groupId>org.hibernate</groupId> - <artifactId>hibernate-entitymanager</artifactId> + <artifactId>org.osgi.core</artifactId> + <groupId>org.osgi</groupId> </exclusion> + </exclusions> + </dependency> + <dependency> + <groupId>org.apache.activemq</groupId> + <artifactId>artemis-jms-client</artifactId> + <version>${activmq-artemis.version}</version> + </dependency> + <dependency> + <groupId>org.apache.camel</groupId> + <artifactId>camel-core</artifactId> + <version>${camel.version}</version> + </dependency> + <dependency> + <groupId>org.apache.camel</groupId> + <artifactId>camel-spring</artifactId> + <version>${camel.version}</version> + <scope>runtime</scope> + <exclusions> <exclusion> - <groupId>org.springframework</groupId> <artifactId>spring-web</artifactId> + <groupId>org.springframework</groupId> </exclusion> </exclusions> </dependency> <dependency> - <groupId>org.springframework</groupId> - <artifactId>spring-jms</artifactId> - <version>${spring.version}</version> - <scope>runtime</scope> + <groupId>org.apache.commons</groupId> + <artifactId>commons-collections4</artifactId> + <version>4.0</version> </dependency> <dependency> - <groupId>org.springframework</groupId> - <artifactId>spring-aop</artifactId> - <version>${spring.version}</version> + <groupId>org.apache.derby</groupId> + <artifactId>derby</artifactId> + <version>${derby.version}</version> <scope>runtime</scope> </dependency> - <dependency> - <groupId>javax.jcr</groupId> - <artifactId>jcr</artifactId> - <version>${jcr.version}</version> + <groupId>org.apache.felix</groupId> + <artifactId>org.apache.felix.framework</artifactId> + <version>${felix.version}</version> </dependency> - <dependency> - <groupId>org.apache.jackrabbit</groupId> - <artifactId>jackrabbit-jcr-rmi</artifactId> - <version>${jackrabbit.version}</version> + <groupId>org.apache.geronimo.specs</groupId> + <artifactId>geronimo-activation_1.1_spec</artifactId> + <version>${geronimo-activation-spec.version}</version> </dependency> - <dependency> - <groupId>org.apache.jackrabbit</groupId> - <artifactId>jackrabbit-jcr-commons</artifactId> - <version>${jackrabbit.version}</version> + <groupId>org.apache.geronimo.specs</groupId> + <artifactId>geronimo-annotation_1.1_spec</artifactId> + <version>${geronimo-annotation-spec.version}</version> + </dependency> + <dependency> + <groupId>org.apache.geronimo.specs</groupId> + <artifactId>geronimo-jms_1.1_spec</artifactId> + <version>${geronimo-jms-spec.version}</version> + </dependency> + <dependency> + <groupId>org.apache.hadoop</groupId> + <artifactId>hadoop-core</artifactId> + <version>${hadoop.version}</version> + </dependency> + <dependency> + <groupId>org.apache.hadoop</groupId> + <artifactId>hadoop-test</artifactId> + <version>${hadoop.version}</version> + <scope>test</scope> + </dependency> + <dependency> + <groupId>org.apache.hbase</groupId> + <artifactId>hbase</artifactId> + <version>${hbase.version}</version> + </dependency> + <dependency> + <groupId>org.apache.hbase</groupId> + <artifactId>hbase</artifactId> + <version>${hbase.version}</version> + <type>test-jar</type> + <scope>test</scope> </dependency> <dependency> <groupId>org.apache.jackrabbit</groupId> @@ -1354,339 +1267,420 @@ <version>${jackrabbit.version}</version> <exclusions> <exclusion> - <groupId>org.apache.pdfbox</groupId> <artifactId>pdfbox</artifactId> + <groupId>org.apache.pdfbox</groupId> </exclusion> <exclusion> - <groupId>edu.ucar</groupId> <artifactId>netcdf</artifactId> + <groupId>edu.ucar</groupId> </exclusion> </exclusions> </dependency> - <dependency> - <groupId>org.apache.camel</groupId> - <artifactId>camel-core</artifactId> - <version>${camel.version}</version> + <groupId>org.apache.jackrabbit</groupId> + <artifactId>jackrabbit-jcr-commons</artifactId> + <version>${jackrabbit.version}</version> </dependency> <dependency> - <groupId>org.apache.camel</groupId> - <artifactId>camel-spring</artifactId> - <version>${camel.version}</version> - <scope>runtime</scope> + <groupId>org.apache.jackrabbit</groupId> + <artifactId>jackrabbit-jcr-rmi</artifactId> + <version>${jackrabbit.version}</version> + </dependency> + <dependency> + <groupId>org.apache.james</groupId> + <artifactId>james-karaf-distribution</artifactId> + <version>${project.version}</version> + <type>tar.gz</type> + <scope>test</scope> <exclusions> <exclusion> - <groupId>org.springframework</groupId> - <artifactId>spring-web</artifactId> + <artifactId>org.apache.karaf.client</artifactId> + <groupId>org.apache.karaf</groupId> + </exclusion> + <exclusion> + <artifactId>org.eclipse.osgi</artifactId> + <groupId>org.eclipse.osgi</groupId> </exclusion> </exclusions> </dependency> - <dependency> - <groupId>org.apache.activemq</groupId> - <artifactId>activemq-broker</artifactId> - <version>${activemq.version}</version> + <groupId>org.apache.james</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> <exclusions> <exclusion> - <groupId>org.springframework.osgi</groupId> - <artifactId>spring-osgi-core</artifactId> + <artifactId>log4j</artifactId> + <groupId>log4j</groupId> </exclusion> - <!-- exlude this, its only used in the authentication plugin which we don't use --> <exclusion> - <groupId>com.ibm.icu</groupId> - <artifactId>icu4j</artifactId> + <artifactId>dnsjava</artifactId> + <groupId>dnsjava</groupId> </exclusion> - <!-- exclude this, we don't use osgi yet --> <exclusion> - <groupId>org.osgi</groupId> - <artifactId>org.osgi.core</artifactId> + <artifactId>commons-cli</artifactId> + <groupId>commons-cli</groupId> </exclusion> - </exclusions> - </dependency> - - <dependency> - <groupId>org.apache.xbean</groupId> - <artifactId>xbean-spring</artifactId> - <version>${xbean-spring.version}</version> - <scope>runtime</scope> - <exclusions> + <!-- only used for the asynchronous executors --> <exclusion> - <groupId>org.springframework</groupId> - <artifactId>spring-web</artifactId> + <artifactId>dnsjnio</artifactId> + <groupId>uk.nominet</groupId> </exclusion> </exclusions> </dependency> - <dependency> - <groupId>io.netty</groupId> - <artifactId>netty</artifactId> - <version>${netty.version}</version> + <groupId>org.apache.james.protocols</groupId> + <artifactId>protocols-api</artifactId> + <version>${project.version}</version> </dependency> <dependency> - <groupId>io.dropwizard.metrics</groupId> - <artifactId>metrics-core</artifactId> - <version>${metrics.version}</version> + <groupId>org.apache.james.protocols</groupId> + <artifactId>protocols-api</artifactId> + <version>${project.version}</version> + <type>test-jar</type> + <scope>test</scope> </dependency> <dependency> - <groupId>io.dropwizard.metrics</groupId> - <artifactId>metrics-jvm</artifactId> - <version>${metrics.version}</version> + <groupId>org.apache.james.protocols</groupId> + <artifactId>protocols-imap</artifactId> + <version>${project.version}</version> + <exclusions> + <exclusion> + <artifactId>commons-logging</artifactId> + <groupId>commons-logging</groupId> + </exclusion> + </exclusions> </dependency> - <!-- This needed to let the bundle plugin to generate the right import statement --> <dependency> - <groupId>org.apache.geronimo.specs</groupId> - <artifactId>geronimo-annotation_1.1_spec</artifactId> - <version>${geronimo-annotation-spec.version}</version> + <groupId>org.apache.james.protocols</groupId> + <artifactId>protocols-lmtp</artifactId> + <version>${project.version}</version> </dependency> - <dependency> - <groupId>com.github.steveash.guavate</groupId> - <artifactId>guavate</artifactId> - <version>${guavate.version}</version> + <groupId>org.apache.james.protocols</groupId> + <artifactId>protocols-managesieve</artifactId> + <version>${project.version}</version> </dependency> <dependency> - <groupId>com.google.guava</groupId> - <artifactId>guava</artifactId> - <version>${guava.version}</version> + <groupId>org.apache.james.protocols</groupId> + <artifactId>protocols-managesieve</artifactId> + <version>${project.version}</version> + <type>test-jar</type> + <scope>test</scope> </dependency> - - <!-- OSGI dependencies --> <dependency> - <groupId>org.springframework.osgi</groupId> - <artifactId>spring-osgi-extender</artifactId> - <version>${spring-osgi-extender.version}</version> - <exclusions> - <exclusion> - <groupId>org.springframework</groupId> - <artifactId>org.springframework.core</artifactId> - </exclusion> - <exclusion> - <groupId>org.springframework</groupId> - <artifactId>org.springframework.aop</artifactId> - </exclusion> - <exclusion> - <groupId>org.springframework</groupId> - <artifactId>org.springframework.context</artifactId> - </exclusion> - <exclusion> - <groupId>org.springframework</groupId> - <artifactId>org.springframework.beans</artifactId> - </exclusion> - </exclusions> + <groupId>org.apache.james.protocols</groupId> + <artifactId>protocols-netty</artifactId> + <version>${project.version}</version> </dependency> <dependency> - <groupId>org.osgi</groupId> - <artifactId>org.osgi.core</artifactId> - <version>${org.osgi.core.version}</version> + <groupId>org.apache.james.protocols</groupId> + <artifactId>protocols-pop3</artifactId> + <version>${project.version}</version> </dependency> - <dependency> - <groupId>org.ops4j.pax.exam</groupId> - <artifactId>pax-exam</artifactId> - <version>${exam.version}</version> + <groupId>org.apache.james.protocols</groupId> + <artifactId>protocols-smtp</artifactId> + <version>${project.version}</version> + </dependency> + <dependency> + <groupId>org.apache.james.protocols</groupId> + <artifactId>protocols-smtp</artifactId> + <version>${project.version}</version> + <type>test-jar</type> + <scope>test</scope> </dependency> - <dependency> <groupId>org.apache.karaf.tooling.exam</groupId> <artifactId>org.apache.karaf.tooling.exam.container</artifactId> <version>${karaf.tooling.exam.container.version}</version> <scope>test</scope> </dependency> - <dependency> - <groupId>org.ops4j.pax.exam</groupId> - <artifactId>pax-exam-junit4</artifactId> - <version>${exam.version}</version> - <scope>test</scope> + <groupId>org.apache.xbean</groupId> + <artifactId>xbean-spring</artifactId> + <version>${xbean-spring.version}</version> + <scope>runtime</scope> + <exclusions> + <exclusion> + <artifactId>spring-web</artifactId> + <groupId>org.springframework</groupId> + </exclusion> + </exclusions> </dependency> - <dependency> - <groupId>org.ops4j.pax.exam</groupId> - <artifactId>pax-exam-link-mvn</artifactId> - <version>${exam.version}</version> - <scope>test</scope> + <groupId>org.assertj</groupId> + <artifactId>assertj-core</artifactId> + <version>3.8.0</version> </dependency> - <dependency> - <groupId>org.ops4j.pax.url</groupId> - <artifactId>pax-url-aether</artifactId> - <version>${url.version}</version> - <scope>test</scope> + <groupId>org.assertj</groupId> + <artifactId>assertj-guava</artifactId> + <version>${assertj-guava.version}</version> </dependency> - <dependency> - <groupId>org.apache.felix</groupId> - <artifactId>org.apache.felix.framework</artifactId> - <version>${felix.version}</version> + <groupId>org.bouncycastle</groupId> + <artifactId>bcpkix-jdk15on</artifactId> + <version>1.52</version> </dependency> - <dependency> - <groupId>org.ops4j.pax.swissbox</groupId> - <artifactId>pax-swissbox-tinybundles</artifactId> - <version>${pax-swissbox-tinybundles.version}</version> + <groupId>org.bouncycastle</groupId> + <artifactId>bcprov-jdk15on</artifactId> + <version>1.52</version> + </dependency> + <dependency> + <groupId>org.eclipse.jetty</groupId> + <artifactId>jetty-http</artifactId> + <version>${jetty.version}</version> </dependency> - - <!-- Guice dependencies --> <dependency> - <groupId>com.google.inject</groupId> - <artifactId>guice</artifactId> - <version>4.0</version> + <groupId>org.eclipse.jetty</groupId> + <artifactId>jetty-server</artifactId> + <version>${jetty.version}</version> </dependency> <dependency> - <groupId>com.google.inject.extensions</groupId> - <artifactId>guice-multibindings</artifactId> -
<TRUNCATED> --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
