Update javax.activation to 1.1.1 to keep up with agent

This commit is contained in:
Robin Shen 2022-07-05 15:52:22 +08:00
parent c32442a97b
commit 0d1494520e

View File

@ -129,6 +129,11 @@
<artifactId>commons-jsymbol</artifactId>
<version>${commons.version}</version>
</dependency>
<dependency>
<groupId>javax.activation</groupId>
<artifactId>activation</artifactId>
<version>1.1.1</version>
</dependency>
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-api</artifactId>