From: Iwao AVE! Date: Tue, 22 Nov 2022 06:16:46 +0000 (+0900) Subject: Updated dependencies X-Git-Tag: ozacc-mail-2.0.0~6 X-Git-Url: http://git.osdn.net/view?p=spring-ext%2Fozacc-mail.git;a=commitdiff_plain;h=53ddbf5a942c0da652a73985e8e0e4ea6f8d8cd5 Updated dependencies - Bumped minor version as it requires Java 1.8 now. - Replaced Log4J with Reload4J (it's used only for tests, though) --- diff --git a/pom.xml b/pom.xml index ca49efe..b3d2f9f 100755 --- a/pom.xml +++ b/pom.xml @@ -3,7 +3,7 @@ jp.sourceforge.spring-ext ozacc-mail jar - 1.2.6-SNAPSHOT + 1.3.0-SNAPSHOT ozacc-mail library Library to send and receive emails. http://spring-ext.sourceforge.jp/oml/ @@ -45,36 +45,36 @@ 1.8 UTF-8 UTF-8 + 5.3.24 junit junit - 3.8.1 + 4.13.2 test - javax.mail - mail - 1.4 - provided + com.sun.mail + mailapi + 1.6.2 javax.activation activation - 1.1 + 1.1.1 provided commons-logging commons-logging - 1.0.4 + 1.2 provided - log4j - log4j - 1.2.8 + ch.qos.reload4j + reload4j + 1.2.22 test @@ -92,19 +92,37 @@ quartz quartz - 1.4.0 + 1.5.1 + provided + + + org.springframework + spring-core + ${spring.version} + provided + + + org.springframework + spring-beans + ${spring.version} provided org.springframework - spring - 2.5 + spring-context + ${spring.version} + provided + + + org.springframework + spring-context-support + ${spring.version} provided org.jvnet.mock-javamail mock-javamail - 1.9 + 1.12 test @@ -185,7 +203,7 @@ org.apache.maven.plugins maven-javadoc-plugin - 2.10.3 + 3.0.1 attach-javadocs @@ -194,6 +212,8 @@ -Xdoclint:none + -Xdoclint:none + -Xdoclint:none @@ -209,6 +229,12 @@ sign + + + --pinentry-mode + loopback + + @@ -225,4 +251,10 @@ + + + repo.jenkins-ci.org + https://repo.jenkins-ci.org/public/ + +