From d9d62de44d11a1912a128649aac3a91b838f8579a86465982e54bad2c38c0637 Mon Sep 17 00:00:00 2001 From: Fridrich Strba Date: Mon, 15 Apr 2019 13:37:07 +0000 Subject: [PATCH] OBS-URL: https://build.opensuse.org/package/show/Java:packages/apache-commons-dbcp?expand=0&rev=25 --- apache-commons-dbcp.changes | 6 ++++++ apache-commons-dbcp.spec | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/apache-commons-dbcp.changes b/apache-commons-dbcp.changes index 3678a0d..adc6f8c 100644 --- a/apache-commons-dbcp.changes +++ b/apache-commons-dbcp.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Mon Apr 15 13:35:14 UTC 2019 - Fridrich Strba + +- Build classpath using directly geronimo-jta-1.1-api instead of + the jta symlink + ------------------------------------------------------------------- Mon Mar 25 17:39:46 UTC 2019 - Fridrich Strba diff --git a/apache-commons-dbcp.spec b/apache-commons-dbcp.spec index e833a85..6b74df6 100644 --- a/apache-commons-dbcp.spec +++ b/apache-commons-dbcp.spec @@ -94,7 +94,7 @@ ant \ -Dxml-apis.jar=$(build-classpath xml-commons-jaxp-1.3-apis) \ -Dcommons-logging.jar=$(build-classpath commons-logging) \ -Djava.io.tmpdir=. \ - -Djta-impl.jar=$(build-classpath jta) \ + -Djta-impl.jar=$(build-classpath geronimo-jta-1.1-api) \ dist %install