From 9560f1b308e4386c0538674bbab8ebf3d4dbd812 Mon Sep 17 00:00:00 2001 From: Florian Zschocke Date: Thu, 7 Nov 2019 15:28:21 +0100 Subject: [PATCH] Update to recommended com.sun.activation package. Update the dependency to the recommended JAF stand-alone com.sun.activation:javax.activation:1.2.0 --- .classpath | 2 +- build.moxie | 2 +- gitblit.iml | 6 +++--- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.classpath b/.classpath index c66b3856..51de1bc4 100644 --- a/.classpath +++ b/.classpath @@ -80,7 +80,7 @@ - + diff --git a/build.moxie b/build.moxie index fd6471eb..2c030e25 100644 --- a/build.moxie +++ b/build.moxie @@ -181,7 +181,7 @@ dependencies: - compile 'ro.fortsoft.pf4j:pf4j:0.9.0' :war - compile 'org.apache.tika:tika-core:1.5' :war - compile 'org.jsoup:jsoup:1.7.3' :war -- compile 'javax.activation:javax.activation-api:1.2.0' +- compile 'com.sun.activation:javax.activation:1.2.0' - test 'junit:junit:4.12' # Dependencies for Selenium web page testing - test 'org.seleniumhq.selenium:selenium-java:${selenium.version}' @jar diff --git a/gitblit.iml b/gitblit.iml index 0c059a5e..51945b11 100644 --- a/gitblit.iml +++ b/gitblit.iml @@ -825,13 +825,13 @@ - + - + - + -- 2.39.5