Skip to content

Commit cd1defb

Browse files
committed
#393: use newer version of outlook-message-parser, updating Apache POI and POI Scratchpad (and update parent pom for security update regarding log4j)
1 parent 7c195a3 commit cd1defb

File tree

2 files changed

+4
-22
lines changed

2 files changed

+4
-22
lines changed

modules/outlook-module/pom.xml

Lines changed: 1 addition & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -35,24 +35,8 @@
3535
<dependency>
3636
<groupId>org.simplejavamail</groupId>
3737
<artifactId>outlook-message-parser</artifactId>
38-
<version>1.9.0</version>
38+
<version>1.9.4</version>
3939
<scope>compile</scope>
4040
</dependency>
4141
</dependencies>
42-
43-
<!-- Apache POI 4.x is Java 8, so we can't use that -->
44-
<dependencyManagement>
45-
<dependencies>
46-
<dependency>
47-
<groupId>org.apache.poi</groupId>
48-
<artifactId>poi</artifactId>
49-
<version>3.17</version>
50-
</dependency>
51-
<dependency>
52-
<groupId>org.apache.poi</groupId>
53-
<artifactId>poi-scratchpad</artifactId>
54-
<version>3.9</version>
55-
</dependency>
56-
</dependencies>
57-
</dependencyManagement>
5842
</project>

pom.xml

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<groupId>com.github.bbottema</groupId>
88
<artifactId>modular-project-parent</artifactId>
9-
<version>1.0.19</version>
9+
<version>1.0.21</version>
1010
</parent>
1111

1212
<groupId>org.simplejavamail</groupId>
@@ -157,10 +157,8 @@
157157
<excludes>
158158
<!-- tests seem to work fine with the version Maven's dependency resolution defaults to -->
159159
<exclude>org.objenesis:objenesis</exclude>
160-
<!-- these are manually managed versions -->
161-
<exclude>org.apache.poi:poi</exclude>
162-
<exclude>org.apache.poi:poi-scratchpad</exclude>
163-
<exclude>org.slf4j:slf4j-api</exclude>
160+
<exclude>commons-codec:commons-codec</exclude>
161+
<exclude>org.apache.logging.log4j:log4j-api</exclude>
164162
</excludes>
165163
</requireUpperBoundDeps>
166164
</rules>

0 commit comments

Comments
 (0)