Author: ieugen
Date: Tue Mar 5 23:27:55 2013
New Revision: 1453088
URL: http://svn.apache.org/r1453088
Log:
Updated dependencies to test mailbox-0.5 release. Tests pass locally.
Modified:
james/mailbox-integration-tester/trunk/pom.xml
Modified: james/mailbox-integration-tester/trunk/pom.xml
URL:
http://svn.apache.org/viewvc/james/mailbox-integration-tester/trunk/pom.xml?rev=1453088&r1=1453087&r2=1453088&view=diff
==============================================================================
--- james/mailbox-integration-tester/trunk/pom.xml (original)
+++ james/mailbox-integration-tester/trunk/pom.xml Tue Mar 5 23:27:55 2013
@@ -18,16 +18,15 @@
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">
+ 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>
<parent>
<groupId>org.apache.james</groupId>
<artifactId>james-project</artifactId>
- <version>1.8.1</version>
- <relativePath></relativePath>
+ <version>1.8.2</version>
</parent>
<artifactId>apache-james-mailbox-integration-tester</artifactId>
@@ -37,79 +36,87 @@
<properties>
<hbase.version>0.92.0</hbase.version>
<hadoop.version>1.0.1</hadoop.version>
- <commons-io.version>2.0.1</commons-io.version>
- <junit.version>4.8.2</junit.version>
+ <commons-io.version>2.4</commons-io.version>
+ <commons-lang.version>2.6</commons-lang.version>
+ <junit.version>4.11</junit.version>
<log4j.version>1.2.16</log4j.version>
- <slf4j.version>1.6.1</slf4j.version>
+ <slf4j.version>1.6.6</slf4j.version>
<javax.mail.groupId>javax.mail</javax.mail.groupId>
<javax.mail.artifactId>mail</javax.mail.artifactId>
- <version.javax.mail>1.4.1</version.javax.mail>
- <version.james-protocols>1.6.3-SNAPSHOT</version.james-protocols>
- <version.james-mailbox>0.5-SNAPSHOT</version.james-mailbox>
- <version.james-mpt>0.2-SNAPSHOT</version.james-mpt>
+ <javax.mail.version>1.8.3</javax.mail.version>
+
+ <james-protocols.version>1.6.3-SNAPSHOT</james-protocols.version>
+ <james-mpt.version>0.2-SNAPSHOT</james-mpt.version>
+
+ <james-mailbox.mailbox>0.6-SNAPSHOT</james-mailbox.mailbox>
+ <lucene-core.version>3.6.0</lucene-core.version>
+ <jackrabbit-core.version>2.5.2</jackrabbit-core.version>
+ <h2.version>1.3.170</h2.version>
+ <derby.version>10.9.1.0</derby.version>
+ <jmock.version>2.6.0</jmock.version>
</properties>
<dependencies>
<dependency>
<groupId>org.apache.james</groupId>
<artifactId>apache-james-mpt-main</artifactId>
- <version>${version.james-mpt}</version>
+ <version>${james-mpt.version}</version>
</dependency>
<dependency>
<groupId>org.apache.james.protocols</groupId>
<artifactId>protocols-imap</artifactId>
- <version>${version.james-protocols}</version>
+ <version>${james-protocols.version}</version>
</dependency>
<dependency>
<groupId>org.apache.james.protocols</groupId>
<artifactId>protocols-imap</artifactId>
- <version>${version.james-protocols}</version>
+ <version>${james-protocols.version}</version>
<type>test-jar</type>
- <scope>compile</scope>
+ <scope>test</scope>
</dependency>
<dependency>
<groupId>org.apache.james</groupId>
<artifactId>apache-james-mailbox-api</artifactId>
- <version>${version.james-mailbox}</version>
+ <version>${james-mailbox.mailbox}</version>
</dependency>
<dependency>
<groupId>org.apache.james</groupId>
<artifactId>apache-james-mailbox-store</artifactId>
- <version>${version.james-mailbox}</version>
+ <version>${james-mailbox.mailbox}</version>
<type>test-jar</type>
<scope>test</scope>
</dependency>
<dependency>
<groupId>commons-io</groupId>
<artifactId>commons-io</artifactId>
- <version>2.0.1</version>
+ <version>${commons-io.version}</version>
</dependency>
<dependency>
<groupId>commons-lang</groupId>
<artifactId>commons-lang</artifactId>
- <version>2.4</version>
+ <version>${commons-lang.version}</version>
</dependency>
<dependency>
<groupId>${javax.mail.groupId}</groupId>
<artifactId>${javax.mail.artifactId}</artifactId>
- <version>${version.javax.mail}</version>
+ <version>${javax.mail.version}</version>
</dependency>
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-api</artifactId>
- <version>1.6.1</version>
+ <version>${slf4j.version}</version>
</dependency>
<dependency>
<groupId>org.apache.james</groupId>
<artifactId>apache-james-mailbox-jcr</artifactId>
- <version>${version.james-mailbox}</version>
+ <version>${james-mailbox.mailbox}</version>
<scope>test</scope>
</dependency>
<!-- As mime4j use commons-logging we need to specify the binding here
-->
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>jcl-over-slf4j</artifactId>
- <version>1.6.1</version>
+ <version>${slf4j.version}</version>
<scope>test</scope>
</dependency>
@@ -117,78 +124,72 @@
<dependency>
<groupId>org.apache.lucene</groupId>
<artifactId>lucene-core</artifactId>
- <version>2.4.1</version>
+ <version>${lucene-core.version}</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.apache.jackrabbit</groupId>
<artifactId>jackrabbit-core</artifactId>
- <version>2.2.7</version>
+ <version>${jackrabbit-core.version}</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.apache.james</groupId>
<artifactId>apache-james-mailbox-jpa</artifactId>
- <version>${version.james-mailbox}</version>
+ <version>${james-mailbox.mailbox}</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>com.h2database</groupId>
<artifactId>h2</artifactId>
- <version>1.3.154</version>
+ <version>${h2.version}</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.apache.james</groupId>
<artifactId>apache-james-mailbox-maildir</artifactId>
- <version>${version.james-mailbox}</version>
+ <version>${james-mailbox.mailbox}</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.apache.james</groupId>
<artifactId>apache-james-mailbox-memory</artifactId>
- <version>${version.james-mailbox}</version>
+ <version>${james-mailbox.mailbox}</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.apache.derby</groupId>
<artifactId>derby</artifactId>
- <version>10.7.1.1</version>
+ <version>${derby.version}</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
- <version>4.8.1</version>
- <scope>compile</scope>
- </dependency>
- <dependency>
- <groupId>junit</groupId>
- <artifactId>junit-dep</artifactId>
- <version>4.4</version>
- <scope>compile</scope>
+ <version>${junit.version}</version>
+ <scope>test</scope>
</dependency>
<dependency>
<groupId>org.jmock</groupId>
<artifactId>jmock</artifactId>
- <version>2.5.1</version>
- <scope>compile</scope>
+ <version>${jmock.version}</version>
+ <scope>test</scope>
</dependency>
<dependency>
<groupId>org.jmock</groupId>
<artifactId>jmock-junit4</artifactId>
- <version>2.5.1</version>
- <scope>compile</scope>
+ <version>${jmock.version}</version>
+ <scope>test</scope>
</dependency>
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-simple</artifactId>
- <version>1.6.1</version>
+ <version>${slf4j.version}</version>
</dependency>
<dependency>
- <groupId>${project.groupId}</groupId>
+ <groupId>org.apache.james</groupId>
<artifactId>apache-james-mailbox-hbase</artifactId>
- <version>${version.james-mailbox}</version>
+ <version>${james-mailbox.mailbox}</version>
</dependency>
<dependency>
<groupId>org.apache.hbase</groupId>
@@ -215,7 +216,7 @@
<profile>
<id>geronimo</id>
<activation>
- <activeByDefault>true</activeByDefault>
+ <activeByDefault>true</activeByDefault>
</activation>
<properties>
<javax.mail.groupId>org.apache.geronimo.javamail</javax.mail.groupId>
@@ -228,13 +229,13 @@
<build>
<plugins>
<plugin>
- <groupId>org.apache.maven.plugins</groupId>
- <artifactId>maven-surefire-plugin</artifactId>
- <configuration>
- <includes>
- <include>**/hbase/**/*.java</include>
- </includes>
- </configuration>
+ <groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-surefire-plugin</artifactId>
+ <configuration>
+ <includes>
+ <include>**/hbase/**/*.java</include>
+ </includes>
+ </configuration>
</plugin>
</plugins>
</build>
@@ -244,13 +245,13 @@
<build>
<plugins>
<plugin>
- <groupId>org.apache.maven.plugins</groupId>
- <artifactId>maven-surefire-plugin</artifactId>
- <configuration>
- <includes>
- <include>**/inmemory/**/*.java</include>
- </includes>
- </configuration>
+ <groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-surefire-plugin</artifactId>
+ <configuration>
+ <includes>
+ <include>**/inmemory/**/*.java</include>
+ </includes>
+ </configuration>
</plugin>
</plugins>
</build>
@@ -260,13 +261,13 @@
<build>
<plugins>
<plugin>
- <groupId>org.apache.maven.plugins</groupId>
- <artifactId>maven-surefire-plugin</artifactId>
- <configuration>
- <includes>
- <include>**/jcr/**/*.java</include>
- </includes>
- </configuration>
+ <groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-surefire-plugin</artifactId>
+ <configuration>
+ <includes>
+ <include>**/jcr/**/*.java</include>
+ </includes>
+ </configuration>
</plugin>
</plugins>
</build>
@@ -276,13 +277,13 @@
<build>
<plugins>
<plugin>
- <groupId>org.apache.maven.plugins</groupId>
- <artifactId>maven-surefire-plugin</artifactId>
- <configuration>
- <includes>
- <include>**/jpa/**/*.java</include>
- </includes>
- </configuration>
+ <groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-surefire-plugin</artifactId>
+ <configuration>
+ <includes>
+ <include>**/jpa/**/*.java</include>
+ </includes>
+ </configuration>
</plugin>
</plugins>
</build>
@@ -292,13 +293,13 @@
<build>
<plugins>
<plugin>
- <groupId>org.apache.maven.plugins</groupId>
- <artifactId>maven-surefire-plugin</artifactId>
- <configuration>
- <includes>
- <include>**/maildir/**/*.java</include>
- </includes>
- </configuration>
+ <groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-surefire-plugin</artifactId>
+ <configuration>
+ <includes>
+ <include>**/maildir/**/*.java</include>
+ </includes>
+ </configuration>
</plugin>
</plugins>
</build>
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]