diff options
| author | wangwei <[email protected]> | 2024-01-26 14:30:45 +0800 |
|---|---|---|
| committer | wangwei <[email protected]> | 2024-01-26 14:30:45 +0800 |
| commit | aaab45b8ec6d8d48abc967c200abf36dcf8e313e (patch) | |
| tree | 5f04859284a44790a47d7020fa48fd78e390f927 | |
| parent | 01e97642bc8191dfc80dd13c22511279c272ad52 (diff) | |
修正JAF库引入,解决本地打镜像NotFoundClass
| -rw-r--r-- | pom.xml | 14 |
1 files changed, 7 insertions, 7 deletions
@@ -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> |
