Remove override of mime4j version in parent pom (#20893)
Closes #20892 Co-authored-by: Stian Thorgersen <stianst@gmail.com>
This commit is contained in:
parent
5730b54ac7
commit
475b4fa05b
1 changed files with 0 additions and 12 deletions
12
pom.xml
12
pom.xml
|
@ -65,7 +65,6 @@
|
|||
<aesh.version>2.4</aesh.version>
|
||||
<apache.httpcomponents.version>4.5.14</apache.httpcomponents.version>
|
||||
<apache.httpcomponents.httpcore.version>4.4.16</apache.httpcomponents.httpcore.version>
|
||||
<apache.mime4j.version>0.6</apache.mime4j.version>
|
||||
<jboss.dmr.version>1.5.1.Final</jboss.dmr.version>
|
||||
<bouncycastle.version>1.73</bouncycastle.version>
|
||||
<bouncycastle-bcprov-jdk15on.version>1.70</bouncycastle-bcprov-jdk15on.version>
|
||||
|
@ -811,17 +810,6 @@
|
|||
</exclusion>
|
||||
</exclusions>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.apache.james</groupId>
|
||||
<artifactId>apache-mime4j</artifactId>
|
||||
<version>${apache.mime4j.version}</version>
|
||||
<exclusions>
|
||||
<exclusion>
|
||||
<groupId>commons-logging</groupId>
|
||||
<artifactId>commons-logging</artifactId>
|
||||
</exclusion>
|
||||
</exclusions>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.wildfly.core</groupId>
|
||||
<artifactId>wildfly-controller</artifactId>
|
||||
|
|
Loading…
Reference in a new issue