summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorwangwei <[email protected]>2024-01-26 14:30:45 +0800
committerwangwei <[email protected]>2024-01-26 14:30:45 +0800
commitaaab45b8ec6d8d48abc967c200abf36dcf8e313e (patch)
tree5f04859284a44790a47d7020fa48fd78e390f927
parent01e97642bc8191dfc80dd13c22511279c272ad52 (diff)
修正JAF库引入,解决本地打镜像NotFoundClass
-rw-r--r--pom.xml14
1 files changed, 7 insertions, 7 deletions
diff --git a/pom.xml b/pom.xml
index 889e73d..a3f8737 100644
--- a/pom.xml
+++ b/pom.xml
@@ -120,13 +120,6 @@
<artifactId>activerecord</artifactId>
<version>${active.record.version}</version>
</dependency>
- <dependency>
- <groupId>javax.activation</groupId>
- <artifactId>javax.activation-api</artifactId>
- <version>1.2.0</version>
- <scope>compile</scope>
- </dependency>
-
</dependencies>
<build>
@@ -170,6 +163,13 @@
</resources>
</configuration>
+ <dependencies>
+ <dependency>
+ <groupId>javax.activation</groupId>
+ <artifactId>activation</artifactId>
+ <version>1.1.1</version>
+ </dependency>
+ </dependencies>
</plugin>
<plugin>