Skip to content

Commit

Permalink
JSIEVE-106 JSIEVE do not depend anymore on Mime4J
Browse files Browse the repository at this point in the history
  • Loading branch information
chibenwa committed Oct 11, 2016
1 parent 41c8140 commit d3edb2b
Showing 1 changed file with 0 additions and 16 deletions.
16 changes: 0 additions & 16 deletions pom.xml
Expand Up @@ -78,7 +78,6 @@
<target.jdk>1.6</target.jdk>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>

<mime4j.version>0.8.0</mime4j.version>
<junit.version>4.10</junit.version>
<jmock.version>1.2.0</jmock.version>
<log4j.version>1.2.14</log4j.version>
Expand Down Expand Up @@ -114,21 +113,6 @@
<artifactId>apache-jsieve-util</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>org.apache.james</groupId>
<artifactId>apache-mime4j-core</artifactId>
<version>${mime4j.version}</version>
</dependency>
<dependency>
<groupId>org.apache.james</groupId>
<artifactId>apache-mime4j-dom</artifactId>
<version>${mime4j.version}</version>
</dependency>
<dependency>
<groupId>org.apache.james</groupId>
<artifactId>apache-mime4j-james-utils</artifactId>
<version>${mime4j.version}</version>
</dependency>
<dependency>
<groupId>com.google.guava</groupId>
<artifactId>guava</artifactId>
Expand Down

0 comments on commit d3edb2b

Please sign in to comment.