Skip to content

Commit 624f7fb

Browse files
committed
Added javax.activation as a dependency (#129).
1 parent b6b2f65 commit 624f7fb

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

pom.xml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -189,6 +189,11 @@
189189
<artifactId>jaxb-api</artifactId>
190190
<version>2.3.0</version>
191191
</dependency>
192+
<dependency>
193+
<groupId>com.sun.activation</groupId>
194+
<artifactId>javax.activation</artifactId>
195+
<version>1.2.0</version>
196+
</dependency>
192197
<dependency>
193198
<groupId>com.fasterxml.jackson.jaxrs</groupId>
194199
<artifactId>jackson-jaxrs-json-provider</artifactId>

0 commit comments

Comments
 (0)