Skip to content

Commit

Permalink
#14: include Jakarta Activation Framework as explicity dependency for…
Browse files Browse the repository at this point in the history
… Java 9+
  • Loading branch information
Benny Bottema authored and Benny Bottema committed Oct 4, 2019
1 parent ace95a6 commit 9468d33
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
3 changes: 2 additions & 1 deletion NOTICE.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,5 @@

This product uses the following external (Open Source) libraries:

- Apache POI
- Apache POI (https://poi.apache.org/)
- Jakarta Activation (https://eclipse-ee4j.github.io/jaf/)
5 changes: 5 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,11 @@
<artifactId>poi-scratchpad</artifactId>
<version>3.9</version>
</dependency>
<dependency>
<groupId>com.sun.activation</groupId>
<artifactId>jakarta.activation</artifactId>
<version>1.2.1</version>
</dependency>

<!-- logging -->
<dependency>
Expand Down

0 comments on commit 9468d33

Please sign in to comment.