Skip to content

Commit

Permalink
JAMES-1830 Remove duplication of mockito in mailet/standard POM
Browse files Browse the repository at this point in the history
  • Loading branch information
chibenwa committed Oct 4, 2016
1 parent 0501c99 commit 396a950
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 15 deletions.
5 changes: 0 additions & 5 deletions mailet/standard/pom.xml
Expand Up @@ -62,11 +62,6 @@
<groupId>javax.mail</groupId>
<artifactId>mail</artifactId>
</dependency>
<dependency>
<groupId>org.mockito</groupId>
<artifactId>mockito-core</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
Expand Down
16 changes: 8 additions & 8 deletions server/mailet/mailets/pom.xml
Expand Up @@ -34,14 +34,6 @@
<name>Apache James :: Server :: Mailets</name>

<dependencies>
<dependency>
<groupId>org.apache.james</groupId>
<artifactId>apache-mime4j-dom</artifactId>
</dependency>
<dependency>
<groupId>org.apache.james</groupId>
<artifactId>apache-mime4j-james-utils</artifactId>
</dependency>
<dependency>
<groupId>org.apache.james</groupId>
<artifactId>james-server-util</artifactId>
Expand Down Expand Up @@ -117,6 +109,14 @@
<groupId>org.apache.james.jspf</groupId>
<artifactId>apache-jspf-resolver</artifactId>
</dependency>
<dependency>
<groupId>org.apache.james</groupId>
<artifactId>apache-mime4j-dom</artifactId>
</dependency>
<dependency>
<groupId>org.apache.james</groupId>
<artifactId>apache-mime4j-james-utils</artifactId>
</dependency>
<dependency>
<groupId>com.google.guava</groupId>
<artifactId>guava</artifactId>
Expand Down
Expand Up @@ -21,9 +21,9 @@

import org.apache.james.sieverepository.api.SieveRepository;
import org.apache.james.sieverepository.api.exception.SieveRepositoryException;
import org.apache.james.transport.mailets.jsieve.ResourceLocator;
import org.apache.james.user.api.UsersRepository;
import org.apache.james.user.api.UsersRepositoryException;
import org.apache.jsieve.mailet.ResourceLocator;
import org.joda.time.DateTime;

import javax.mail.MessagingException;
Expand Down
2 changes: 1 addition & 1 deletion server/pom.xml
Expand Up @@ -986,7 +986,7 @@
<groupId>xerces</groupId>
<artifactId>xerces</artifactId>
</exclusion>
<exclusion>Mime4J
<exclusion>
<groupId>xml-apis</groupId>
<artifactId>xml-apis</artifactId>
</exclusion>
Expand Down

0 comments on commit 396a950

Please sign in to comment.