Author: norman
Date: Sat Jan 9 14:36:44 2010
New Revision: 897462
URL: http://svn.apache.org/viewvc?rev=897462&view=rev
Log:
Remove stuff from stage which is on central repos (JAMES-946)
Added:
james/server/trunk/stage/org.apache.james/poms/james-parent-1.3RC3-SNAPSHOT.pom
james/server/trunk/stage/org.apache.james/poms/james-server-root-1.3RC3-SNAPSHOT.pom
Removed:
james/server/trunk/stage/com.h2database/
james/server/trunk/stage/commons-beanutils/
james/server/trunk/stage/commons-codec/
james/server/trunk/stage/commons-collections/
james/server/trunk/stage/commons-configuration/
james/server/trunk/stage/commons-dbcp/
james/server/trunk/stage/commons-digester/
james/server/trunk/stage/commons-io/
james/server/trunk/stage/commons-jxpath/
james/server/trunk/stage/commons-lang/
james/server/trunk/stage/commons-logging/
james/server/trunk/stage/commons-net/
james/server/trunk/stage/commons-pool/
james/server/trunk/stage/concurrent/
james/server/trunk/stage/javax.servlet/
james/server/trunk/stage/jdom/
james/server/trunk/stage/jmock/
james/server/trunk/stage/junit/
james/server/trunk/stage/log4j/
james/server/trunk/stage/org.apache.activeio/
james/server/trunk/stage/org.apache.activemq/
james/server/trunk/stage/org.apache.avalon/
james/server/trunk/stage/org.apache.avalon.cornerstone/
james/server/trunk/stage/org.apache.avalon.cornerstone.connection/
james/server/trunk/stage/org.apache.avalon.cornerstone.datasources/
james/server/trunk/stage/org.apache.avalon.cornerstone.scheduler/
james/server/trunk/stage/org.apache.avalon.cornerstone.sockets/
james/server/trunk/stage/org.apache.avalon.cornerstone.store/
james/server/trunk/stage/org.apache.avalon.cornerstone.threads/
james/server/trunk/stage/org.apache.avalon.framework/
james/server/trunk/stage/org.apache.db.torque/
james/server/trunk/stage/org.apache.derby/
james/server/trunk/stage/org.apache.excalibur/
james/server/trunk/stage/org.apache.excalibur.components/
james/server/trunk/stage/org.apache.excalibur.containerkit/
james/server/trunk/stage/org.apache.geronimo/
james/server/trunk/stage/org.apache.geronimo.genesis.config/
james/server/trunk/stage/org.apache.geronimo.javamail/
james/server/trunk/stage/org.apache.geronimo.specs/
james/server/trunk/stage/org.apache.jackrabbit/
james/server/trunk/stage/org.apache.james/poms/james-parent-1.1.pom
james/server/trunk/stage/org.apache.james/poms/james-parent-1.2.pom
james/server/trunk/stage/org.apache.james/poms/james-project-1.1.pom
james/server/trunk/stage/org.apache.james/poms/james-project-1.3.pom
james/server/trunk/stage/org.apache.james/poms/james-server-root-1.0.pom
james/server/trunk/stage/org.apache.james/poms/james-server-root-1.2.pom
james/server/trunk/stage/org.apache.lucene/
james/server/trunk/stage/org.apache.mina/
james/server/trunk/stage/org.apache.openjpa/
james/server/trunk/stage/org.slf4j/
james/server/trunk/stage/org.springframework/
james/server/trunk/stage/oro/
james/server/trunk/stage/village/
Modified:
james/server/trunk/pom.xml
james/server/trunk/stage/pom.xml
Modified: james/server/trunk/pom.xml
URL:
http://svn.apache.org/viewvc/james/server/trunk/pom.xml?rev=897462&r1=897461&r2=897462&view=diff
==============================================================================
--- james/server/trunk/pom.xml (original)
+++ james/server/trunk/pom.xml Sat Jan 9 14:36:44 2010
@@ -21,7 +21,7 @@
<parent>
<artifactId>james-server-root</artifactId>
<groupId>org.apache.james</groupId>
- <version>1.2</version>
+ <version>1.3RC3-SNAPSHOT</version>
<relativePath>stage/org.apache.org/poms/james-server-root-1.2.pom</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
@@ -225,10 +225,15 @@
</exclusions>
</dependency>
<dependency>
- <groupId>org.apache.geronimo.specs</groupId>
- <artifactId>geronimo-annotation_1.0_spec</artifactId>
- <version>1.1</version>
- </dependency>
+ <groupId>org.apache.geronimo.specs</groupId>
+ <artifactId>geronimo-annotation_1.0_spec</artifactId>
+ <version>1.1</version>
+ </dependency>
+ <dependency>
+ <groupId>org.apache.geronimo.specs</groupId>
+ <artifactId>geronimo-jms_1.1_spec</artifactId>
+ <version>1.0</version>
+ </dependency>
<dependency>
<groupId>org.apache.james</groupId>
<artifactId>apache-mailet-base</artifactId>
@@ -365,11 +370,27 @@
<groupId>org.apache.james</groupId>
<artifactId>apache-james-imap-decode</artifactId>
<version>0.1-SNAPSHOT</version>
+ <exclusions>
+ <exclusion>
+ <groupId>commons-lang</groupId>
+ <artifactId>commons-lang</artifactId>
+ </exclusion>
+ <exclusion>
+ <groupId>commons-logging</groupId>
+ <artifactId>commons-logging</artifactId>
+ </exclusion>
+ </exclusions>
</dependency>
<dependency>
<groupId>org.apache.james</groupId>
<artifactId>apache-james-imap-message</artifactId>
<version>0.1-SNAPSHOT</version>
+ <exclusions>
+ <exclusion>
+ <groupId>commons-logging</groupId>
+ <artifactId>commons-logging</artifactId>
+ </exclusion>
+ </exclusions>
</dependency>
<dependency>
<groupId>org.apache.james</groupId>
@@ -435,11 +456,27 @@
<groupId>org.apache.james</groupId>
<artifactId>apache-james-imap-store</artifactId>
<version>0.1-SNAPSHOT</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>org.apache.james</groupId>
<artifactId>apache-james-imap-processor</artifactId>
<version>0.1-SNAPSHOT</version>
+ <exclusions>
+ <exclusion>
+ <groupId>commons-logging</groupId>
+ <artifactId>commons-logging</artifactId>
+ </exclusion>
+ </exclusions>
</dependency>
<dependency>
<groupId>org.apache.james</groupId>
@@ -450,6 +487,12 @@
<groupId>org.apache.james</groupId>
<artifactId>apache-james-imap-seda</artifactId>
<version>0.1-SNAPSHOT</version>
+ <exclusions>
+ <exclusion>
+ <groupId>commons-logging</groupId>
+ <artifactId>commons-logging</artifactId>
+ </exclusion>
+ </exclusions>
</dependency>
<dependency>
<groupId>org.apache.james</groupId>
@@ -467,6 +510,12 @@
<groupId>org.apache.james</groupId>
<artifactId>apache-james-imap-api</artifactId>
<version>0.1-SNAPSHOT</version>
+ <exclusions>
+ <exclusion>
+ <groupId>commons-logging</groupId>
+ <artifactId>commons-logging</artifactId>
+ </exclusion>
+ </exclusions>
</dependency>
<dependency>
<groupId>org.apache.james</groupId>
@@ -546,6 +595,12 @@
<groupId>org.apache.james</groupId>
<artifactId>apache-mime4j</artifactId>
<version>0.6</version>
+ <exclusions>
+ <exclusion>
+ <groupId>commons-logging</groupId>
+ <artifactId>commons-logging</artifactId>
+ </exclusion>
+ </exclusions>
</dependency>
<!-- Declare javamail as provided to be able to easily switch -->
<!-- to different implementations (Geronimo) -->
@@ -583,7 +638,7 @@
<dependency>
<groupId>commons-collections</groupId>
<artifactId>commons-collections</artifactId>
- <version>3.1</version>
+ <version>3.2.1</version>
</dependency>
<dependency>
<groupId>commons-logging</groupId>
@@ -611,7 +666,7 @@
<dependency>
<groupId>commons-lang</groupId>
<artifactId>commons-lang</artifactId>
- <version>2.2</version>
+ <version>2.4</version>
</dependency>
<dependency>
<groupId>commons-codec</groupId>
@@ -910,11 +965,6 @@
</exclusions>
</dependency>
<dependency>
- <groupId>org.apache.geronimo.specs</groupId>
- <artifactId>geronimo-jms_1.1_spec</artifactId>
- <version>1.0</version>
- </dependency>
- <dependency>
<groupId>xml-apis</groupId>
<artifactId>xml-apis</artifactId>
<version>2.0.2</version>
Added:
james/server/trunk/stage/org.apache.james/poms/james-parent-1.3RC3-SNAPSHOT.pom
URL:
http://svn.apache.org/viewvc/james/server/trunk/stage/org.apache.james/poms/james-parent-1.3RC3-SNAPSHOT.pom?rev=897462&view=auto
==============================================================================
---
james/server/trunk/stage/org.apache.james/poms/james-parent-1.3RC3-SNAPSHOT.pom
(added)
+++
james/server/trunk/stage/org.apache.james/poms/james-parent-1.3RC3-SNAPSHOT.pom
Sat Jan 9 14:36:44 2010
@@ -0,0 +1,284 @@
+<project xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0
http://maven.apache.org/maven-v4_0_0.xsd">
+ <!--
+ Licensed to the Apache Software Foundation (ASF) under one
+ or more contributor license agreements. See the NOTICE file
+ distributed with this work for additional information
+ regarding copyright ownership. The ASF licenses this file
+ to you under the Apache License, Version 2.0 (the
+ "License"); you may not use this file except in compliance
+ with the License. You may obtain a copy of the License at
+
+ http://www.apache.org/licenses/LICENSE-2.0
+
+ Unless required by applicable law or agreed to in writing,
+ software distributed under the License is distributed on an
+ "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ KIND, either express or implied. See the License for the
+ specific language governing permissions and limitations
+ under the License.
+ -->
+ <modelVersion>4.0.0</modelVersion>
+ <groupId>org.apache.james</groupId>
+ <artifactId>james-parent</artifactId>
+ <name>Apache JAMES Parent POM</name>
+ <version>1.3RC3-SNAPSHOT</version>
+ <description>
+ The Apache JAMES Parent POM
+ </description>
+
+ <parent>
+ <groupId>org.apache</groupId>
+ <artifactId>apache</artifactId>
+ <version>6</version>
+ </parent>
+
+ <properties>
+ <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
+ </properties>
+
+ <prerequisites>
+ <maven>2.0.6</maven>
+ </prerequisites>
+
+ <modules>
+ <module>maven-skin</module>
+ <module>project</module>
+ </modules>
+
+ <url>http://james.apache.org/</url>
+ <inceptionYear>2006</inceptionYear>
+ <packaging>pom</packaging>
+
+ <dependencies>
+ </dependencies>
+
+ <organization>
+ <name>The Apache Software Foundation</name>
+ <url>http://www.apache.org</url>
+ </organization>
+
+ <ciManagement>
+ <system>hudson</system>
+ <url>http://hudson.zones.apache.org/hudson/view/James/</url>
+ </ciManagement>
+
+ <build>
+ <pluginManagement>
+ <plugins>
+ <plugin>
+ <groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-site-plugin</artifactId>
+ <version>2.0.1</version>
+ </plugin>
+ </plugins>
+ </pluginManagement>
+ </build>
+
+ <licenses>
+ <license>
+ <name>Apache License, Version 2.0</name>
+ <url>http://www.apache.org/licenses/LICENSE-2.0.html</url>
+ <distribution>repo</distribution>
+ </license>
+ </licenses>
+
+ <issueManagement>
+ <system>JIRA</system>
+ <url>http://issues.apache.org/jira/browse/JAMES</url>
+ </issueManagement>
+
+ <developers>
+ <developer>
+ <id>bago</id>
+ <name>Stefano Bagnara</name>
+ <email>bago at apache.org</email>
+ <timezone>2</timezone>
+ <roles>
+ <role>Developer</role>
+ </roles>
+ </developer>
+ <developer>
+ <id>norman</id>
+ <name>Norman Maurer</name>
+ <email>norman at apache.org</email>
+ <timezone>2</timezone>
+ <roles>
+ <role>PMC Chair</role>
+ </roles>
+ </developer>
+ <developer>
+ <id>serge</id>
+ <name>Serge Knystautas</name>
+ <email>sergek at lokitech.com</email>
+ <timezone />
+ <roles>
+ <role>Developer</role>
+ </roles>
+ </developer>
+ <developer>
+ <id>benrdf</id>
+ <name>Bernd Fondermann</name>
+ <email>bf_jak at brainlounge.de</email>
+ <timezone />
+ <roles>
+ <role>Developer</role>
+ </roles>
+ </developer>
+ <developer>
+ <id>sbrewin</id>
+ <name>Steve Brewin</name>
+ <email>sbrewin at synsys.com</email>
+ <timezone />
+ <roles>
+ <role>Developer</role>
+ </roles>
+ </developer>
+ <developer>
+ <id>hilmer</id>
+ <!-- This is not correctly handled by maven release plugin -->
+ <!-- <name>Søren Hilmer</name> -->
+ <name>Soren Hilmer</name>
+ <email>sh at widetrail.dk</email>
+ <timezone />
+ <roles>
+ <role>Developer</role>
+ </roles>
+ </developer>
+ <developer>
+ <id>noel</id>
+ <name>Noel J. Bergman</name>
+ <email>noel at devtech.com</email>
+ <timezone />
+ <roles>
+ <role>Developer</role>
+ </roles>
+ </developer>
+ <developer>
+ <id>danny</id>
+ <name>Danny Angus</name>
+ <email>danny at apache.org</email>
+ <timezone />
+ <roles>
+ <role>Developer</role>
+ </roles>
+ </developer>
+ <developer>
+ <id>adc</id>
+ <name>Alan D. Cabrera</name>
+ <email>list at toolazydogs.com</email>
+ <timezone>-8</timezone>
+ <roles>
+ <role>Developer</role>
+ </roles>
+ </developer>
+ <developer>
+ <id>vincenzo</id>
+ <name>Vincenzo Gianferrari Pini</name>
+ <email>vincenzo.gianferraripini at praxis.it</email>
+ <timezone />
+ <roles>
+ <role>Developer</role>
+ </roles>
+ </developer>
+ <developer>
+ <id>rdonkin</id>
+ <name>Robert Burrell Donkin</name>
+ <email>rdonkin at apache.org</email>
+ <timezone />
+ <roles>
+ <role>Developer</role>
+ </roles>
+ </developer>
+ <developer>
+ <id>niklas</id>
+ <name>Niklas Therning</name>
+ <email>niklas(at)apache(dot)org</email>
+ <organization>Trillian AB</organization>
+ </developer>
+ <developer>
+ <id>jcheng</id>
+ <name>Joe Cheng</name>
+ <email>joe(at)joecheng(dot)com</email>
+ <properties>
+ <description>
+ Former author to the mime4j product
+ </description>
+ </properties>
+ </developer>
+ <developer>
+ <id>mwiederkehr</id>
+ <name>Markus Wiederkehr</name>
+ <email>mwiederkehr at apache.org</email>
+ <timezone />
+ <roles>
+ <role>PMC Member</role>
+ </roles>
+ </developer>
+ <developer>
+ <id>olegk</id>
+ <name>Oleg Kalnichevski</name>
+ <email>olegk at apache.org</email>
+ <timezone />
+ <roles>
+ <role>PMC Member</role>
+ </roles>
+ </developer>
+ <developer>
+ <id>manolo</id>
+ <name>Manuel Carrasco Monino</name>
+ <email>manolo at apache.org</email>
+ <timezone />
+ <roles>
+ <role>Developer</role>
+ </roles>
+ </developer>
+ </developers>
+
+ <contributors>
+ <contributor>
+ <name>Rob Oxspring</name>
+ <properties>
+ <description>
+ Contributed to the mime4j product
+ </description>
+ </properties>
+ </contributor>
+ <contributor>
+ <name>Roger Fullerton</name>
+ <properties>
+ <description>
+ Wrote spfjava, the first spf implementation in java
+ </description>
+ </properties>
+ </contributor>
+ </contributors>
+
+ <scm>
+
<connection>scm:svn:http://svn.apache.org/repos/asf/james/project/tags/james-parent-1.2</connection>
+
<developerConnection>scm:svn:https://svn.apache.org/repos/asf/james/project/tags/james-parent-1.2</developerConnection>
+ <url>http://svn.apache.org/viewvc/james/project/tags/james-parent-1.2</url>
+ </scm>
+
+ <distributionManagement>
+ <repository>
+ <id>apache.releases</id>
+ <name>Apache Release Distribution Repository</name>
+
<url>scp://people.apache.org/www/people.apache.org/repo/m2-ibiblio-rsync-repository</url>
+ </repository>
+ <snapshotRepository>
+ <id>apache.snapshots</id>
+ <name>Apache Development Snapshot Repository</name>
+
<url>scp://people.apache.org/www/people.apache.org/repo/m2-snapshot-repository</url>
+ </snapshotRepository>
+ <!-- Each project must override this with their own -->
+ <site>
+ <id>james-parent-website</id>
+ <url>scp://people.apache.org/www/james.apache.org/parent/</url>
+ </site>
+ </distributionManagement>
+
+ <profiles>
+ <!-- Use inherited apache release profile -->
+ </profiles>
+
+</project>
Added:
james/server/trunk/stage/org.apache.james/poms/james-server-root-1.3RC3-SNAPSHOT.pom
URL:
http://svn.apache.org/viewvc/james/server/trunk/stage/org.apache.james/poms/james-server-root-1.3RC3-SNAPSHOT.pom?rev=897462&view=auto
==============================================================================
---
james/server/trunk/stage/org.apache.james/poms/james-server-root-1.3RC3-SNAPSHOT.pom
(added)
+++
james/server/trunk/stage/org.apache.james/poms/james-server-root-1.3RC3-SNAPSHOT.pom
Sat Jan 9 14:36:44 2010
@@ -0,0 +1,71 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+ Licensed to the Apache Software Foundation (ASF) under one
+ or more contributor license agreements. See the NOTICE file
+ distributed with this work for additional information
+ regarding copyright ownership. The ASF licenses this file
+ to you under the Apache License, Version 2.0 (the
+ "License"); you may not use this file except in compliance
+ with the License. You may obtain a copy of the License at
+
+ http://www.apache.org/licenses/LICENSE-2.0
+
+ Unless required by applicable law or agreed to in writing,
+ software distributed under the License is distributed on an
+ "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ KIND, either express or implied. See the License for the
+ specific language governing permissions and limitations
+ under the License.
+-->
+<project xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0
http://maven.apache.org/maven-v4_0_0.xsd">
+ <modelVersion>4.0.0</modelVersion>
+ <groupId>org.apache.james</groupId>
+ <artifactId>james-server-root</artifactId>
+ <name>JAMES Server</name>
+ <version>1.3RC3-SNAPSHOT</version>
+ <description>
+ Apache JAMES Server
+ </description>
+ <packaging>pom</packaging>
+ <parent>
+ <groupId>org.apache.james</groupId>
+ <artifactId>james-project</artifactId>
+ <version>1.4RC3-SNAPSHOT</version>
+ </parent>
+ <modules>
+ <module>2.2.0</module>
+ </modules>
+ <url>http://james.apache.org/server/</url>
+ <inceptionYear>2006</inceptionYear>
+
+ <distributionManagement>
+ <site>
+ <id>james-server-website</id>
+ <url>scp://people.apache.org/www/james.apache.org/server/</url>
+ </site>
+ </distributionManagement>
+
+ <mailingLists>
+ <mailingList>
+ <name>Server User List</name>
+ <subscribe>[email protected]</subscribe>
+ <unsubscribe>[email protected]</unsubscribe>
+
<archive>http://www.mail-archive.com/[email protected]/</archive>
+ </mailingList>
+ <mailingList>
+ <name>Server Developer List</name>
+ <subscribe>[email protected]</subscribe>
+ <unsubscribe>[email protected]</unsubscribe>
+ <post>[email protected]</post>
+
<archive>http://www.mail-archive.com/[email protected]/</archive>
+ </mailingList>
+ <mailingList>
+ <name>James General List</name>
+ <subscribe>[email protected]</subscribe>
+ <unsubscribe>[email protected]</unsubscribe>
+
<archive>http://www.mail-archive.com/general%40james.apache.org/</archive>
+ </mailingList>
+ </mailingLists>
+
+
+</project>
Modified: james/server/trunk/stage/pom.xml
URL:
http://svn.apache.org/viewvc/james/server/trunk/stage/pom.xml?rev=897462&r1=897461&r2=897462&view=diff
==============================================================================
--- james/server/trunk/stage/pom.xml (original)
+++ james/server/trunk/stage/pom.xml Sat Jan 9 14:36:44 2010
@@ -46,14 +46,6 @@
<dependencies>
<dependency>
- <groupId>org.apache.mina</groupId>
- <artifactId>mina-core</artifactId>
- </dependency>
- <dependency>
- <groupId>org.apache.james</groupId>
- <artifactId>james-server-socket-shared-library</artifactId>
- </dependency>
- <dependency>
<groupId>org.apache.james</groupId>
<artifactId>apache-mailet</artifactId>
</dependency>
@@ -121,11 +113,6 @@
</dependency>
<dependency>
<groupId>org.apache.james</groupId>
- <artifactId>apache-james-mpt-antlib</artifactId>
- <version>0.2-SNAPSHOT</version>
- </dependency>
- <dependency>
- <groupId>org.apache.james</groupId>
<artifactId>apache-james-mpt-main</artifactId>
<version>0.2-SNAPSHOT</version>
</dependency>
@@ -142,171 +129,17 @@
<groupId>${javax.activation.groupId}</groupId>
<artifactId>${javax.activation.artifactId}</artifactId>
</dependency>
- <dependency>
- <groupId>org.apache.avalon.framework</groupId>
- <artifactId>avalon-framework-api</artifactId>
- </dependency>
- <dependency>
- <groupId>commons-collections</groupId>
- <artifactId>commons-collections</artifactId>
- </dependency>
- <dependency>
- <groupId>commons-logging</groupId>
- <artifactId>commons-logging</artifactId>
- </dependency>
- <dependency>
- <groupId>commons-codec</groupId>
- <artifactId>commons-codec</artifactId>
- </dependency>
- <dependency>
- <groupId>commons-lang</groupId>
- <artifactId>commons-lang</artifactId>
- </dependency>
- <dependency>
- <groupId>commons-jxpath</groupId>
- <artifactId>commons-jxpath</artifactId>
- <scope>runtime</scope>
- </dependency>
- <dependency>
- <groupId>org.apache.geronimo.specs</groupId>
- <artifactId>geronimo-annotation_1.0_spec</artifactId>
- </dependency>
- <!-- used by torque -->
- <dependency>
- <groupId>commons-pool</groupId>
- <artifactId>commons-pool</artifactId>
- </dependency>
- <dependency>
- <groupId>commons-configuration</groupId>
- <artifactId>commons-configuration</artifactId>
- </dependency>
- <dependency>
- <groupId>village</groupId>
- <artifactId>village</artifactId>
- </dependency>
- <dependency>
- <groupId>org.apache.avalon.framework</groupId>
- <artifactId>avalon-framework-impl</artifactId>
- </dependency>
- <dependency>
- <groupId>commons-dbcp</groupId>
- <artifactId>commons-dbcp</artifactId>
- </dependency>
- <dependency>
- <groupId>commons-net</groupId>
- <artifactId>commons-net</artifactId>
- </dependency>
- <dependency>
- <groupId>commons-collections</groupId>
- <artifactId>commons-collections</artifactId>
- </dependency>
- <dependency>
- <groupId>org.apache.avalon.cornerstone.connection</groupId>
- <artifactId>cornerstone-connection-api</artifactId>
- </dependency>
- <dependency>
- <groupId>org.apache.avalon.cornerstone.connection</groupId>
- <artifactId>cornerstone-connection-impl</artifactId>
- </dependency>
- <dependency>
- <groupId>org.apache.avalon.cornerstone.sockets</groupId>
- <artifactId>cornerstone-sockets-api</artifactId>
- </dependency>
- <dependency>
- <groupId>org.apache.avalon.cornerstone.sockets</groupId>
- <artifactId>cornerstone-sockets-impl</artifactId>
- </dependency>
- <dependency>
- <groupId>org.apache.avalon.cornerstone.datasources</groupId>
- <artifactId>cornerstone-datasources-api</artifactId>
- </dependency>
- <dependency>
- <groupId>org.apache.excalibur.components</groupId>
- <artifactId>excalibur-datasource</artifactId>
- </dependency>
- <dependency>
- <groupId>org.apache.avalon.cornerstone.datasources</groupId>
- <artifactId>cornerstone-datasources-impl</artifactId>
- </dependency>
- <dependency>
- <groupId>org.apache.avalon.cornerstone.scheduler</groupId>
- <artifactId>cornerstone-scheduler-api</artifactId>
- </dependency>
- <dependency>
- <groupId>org.apache.avalon.cornerstone.scheduler</groupId>
- <artifactId>cornerstone-scheduler-impl</artifactId>
- </dependency>
- <dependency>
- <groupId>org.apache.avalon.cornerstone.store</groupId>
- <artifactId>cornerstone-store-api</artifactId>
- </dependency>
+
<dependency>
<groupId>dnsjava</groupId>
<artifactId>dnsjava</artifactId>
</dependency>
- <dependency>
- <groupId>org.apache.excalibur.components</groupId>
- <artifactId>excalibur-pool-api</artifactId>
- </dependency>
- <dependency>
- <groupId>org.apache.excalibur.components</groupId>
- <artifactId>excalibur-pool-impl</artifactId>
- </dependency>
- <dependency>
- <groupId>org.apache.avalon.cornerstone.threads</groupId>
- <artifactId>cornerstone-threads-api</artifactId>
- </dependency>
- <dependency>
- <groupId>org.apache.avalon.cornerstone.threads</groupId>
- <artifactId>cornerstone-threads-impl</artifactId>
- </dependency>
- <dependency>
- <groupId>org.apache.excalibur.components</groupId>
- <artifactId>excalibur-thread-api</artifactId>
- </dependency>
- <dependency>
- <groupId>org.apache.excalibur.components</groupId>
- <artifactId>excalibur-thread-impl</artifactId>
- </dependency>
- <dependency>
- <groupId>junit</groupId>
- <artifactId>junit</artifactId>
- </dependency>
- <dependency>
- <groupId>jmock</groupId>
- <artifactId>jmock</artifactId>
- </dependency>
<dependency>
- <groupId>concurrent</groupId>
- <artifactId>concurrent</artifactId>
- </dependency>
- <dependency>
- <groupId>commons-beanutils</groupId>
- <artifactId>commons-beanutils</artifactId>
- </dependency>
- <dependency>
- <groupId>jmock</groupId>
- <artifactId>jmock</artifactId>
- </dependency>
- <dependency>
- <groupId>org.apache.derby</groupId>
- <artifactId>derby</artifactId>
- </dependency>
- <dependency>
- <groupId>oro</groupId>
- <artifactId>oro</artifactId>
- </dependency>
- <dependency>
<groupId>mstor</groupId>
<artifactId>mstor</artifactId>
</dependency>
- <!--
- <dependency>
- <groupId>xml-apis</groupId>
- <artifactId>xml-apis</artifactId>
- </dependency>
- -->
+
<dependency>
<groupId>com.thoughtworks.xstream</groupId>
<artifactId>xstream</artifactId>
@@ -317,53 +150,11 @@
</dependency>
<dependency>
- <groupId>log4j</groupId>
- <artifactId>log4j</artifactId>
- </dependency>
-
- <dependency>
- <groupId>org.apache.db.torque</groupId>
- <artifactId>runtime</artifactId>
- </dependency>
- <dependency>
- <groupId>org.apache.avalon.cornerstone.datasources</groupId>
- <artifactId>cornerstone-datasources-api</artifactId>
- </dependency>
- <dependency>
<groupId>org.apache.james</groupId>
<artifactId>apache-mime4j</artifactId>
</dependency>
- <!-- Used by Mime4J -->
- <dependency>
- <groupId>commons-io</groupId>
- <artifactId>commons-io</artifactId>
- </dependency>
- <dependency>
- <groupId>org.apache.activemq</groupId>
- <artifactId>activemq-core</artifactId>
- </dependency>
- <dependency>
- <groupId>javax.jcr</groupId>
- <artifactId>jcr</artifactId>
- </dependency>
<dependency>
- <groupId>org.springframework</groupId>
- <artifactId>spring-core</artifactId>
- </dependency>
- <dependency>
- <groupId>org.springframework</groupId>
- <artifactId>spring-beans</artifactId>
- </dependency>
- <dependency>
- <groupId>org.springframework</groupId>
- <artifactId>spring-context</artifactId>
- </dependency>
- <dependency>
- <groupId>javax.servlet</groupId>
- <artifactId>servlet-api</artifactId>
- </dependency>
- <dependency>
<groupId>org.apache.james</groupId>
<artifactId>apache-mailet-base</artifactId>
<classifier>tests</classifier>
@@ -373,44 +164,6 @@
<artifactId>apache-standard-mailets</artifactId>
<classifier>tests</classifier>
</dependency>
-
- <dependency>
- <groupId>javax.jcr</groupId>
- <artifactId>jcr</artifactId>
- </dependency>
- <dependency>
- <groupId>org.apache.jackrabbit</groupId>
- <artifactId>jackrabbit-jcr-rmi</artifactId>
- <exclusions>
- <exclusion>
- <groupId>xerces</groupId>
- <artifactId>xercesImpl</artifactId>
- </exclusion>
- </exclusions>
- </dependency>
- <dependency>
- <groupId>org.apache.jackrabbit</groupId>
- <artifactId>jackrabbit-jcr-commons</artifactId>
- </dependency>
- <dependency>
- <groupId>org.apache.jackrabbit</groupId>
- <artifactId>jackrabbit-core</artifactId>
- <scope>test</scope>
- </dependency>
-
- <dependency>
- <groupId>com.h2database</groupId>
- <artifactId>h2</artifactId>
- <version>1.1.102</version>
- <scope>test</scope>
- </dependency>
-
- <dependency>
- <groupId>org.slf4j</groupId>
- <artifactId>slf4j-log4j12</artifactId>
- <scope>test</scope>
- </dependency>
-
</dependencies>
<build>
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]