You are viewing a plain text version of this content. The canonical link for it is here.
Posted to jdo-commits@db.apache.org by mb...@apache.org on 2020/09/05 20:46:18 UTC

[db-jdo] branch master updated: JDO-786: Update Logging

This is an automated email from the ASF dual-hosted git repository.

mbo pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/db-jdo.git


The following commit(s) were added to refs/heads/master by this push:
     new e086c57  JDO-786: Update Logging
e086c57 is described below

commit e086c57ff62eeda5d948bdbda19972294cd31c3a
Author: Michael Bouschen <mb...@apache.org>
AuthorDate: Sat Sep 5 22:46:09 2020 +0200

    JDO-786: Update Logging
---
 exectck/src/main/java/org/apache/jdo/exectck/Enhance.java | 1 +
 parent-pom/pom.xml                                        | 2 +-
 tck/pom.xml                                               | 2 +-
 3 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/exectck/src/main/java/org/apache/jdo/exectck/Enhance.java b/exectck/src/main/java/org/apache/jdo/exectck/Enhance.java
index eb86ff7..7e5c5ee 100644
--- a/exectck/src/main/java/org/apache/jdo/exectck/Enhance.java
+++ b/exectck/src/main/java/org/apache/jdo/exectck/Enhance.java
@@ -190,6 +190,7 @@ public class Enhance extends AbstractTCKMojo {
             try {
                 // Must add enhancedIdDirName first!!
                 cpList1.add((new File(enhancedIdDirName)).toURI().toURL());
+                cpList1.add((new File(classesDirName)).toURI().toURL());
                 for (String dependency : this.dependencyClasspath.split(File.pathSeparator)) {
                     cpList1.add(new File(dependency).toURI().toURL());
                 }
diff --git a/parent-pom/pom.xml b/parent-pom/pom.xml
index f67b200..81f6baf 100644
--- a/parent-pom/pom.xml
+++ b/parent-pom/pom.xml
@@ -124,7 +124,7 @@ Requests (JSR 12 and 243) under the auspices of the Java Community Process.</des
      <dependency>
         <groupId>commons-logging</groupId>
         <artifactId>commons-logging</artifactId>
-        <version>1.1.3</version>
+        <version>1.2</version>
       </dependency>
     </dependencies>
   </dependencyManagement>
diff --git a/tck/pom.xml b/tck/pom.xml
index f93f4b0..183fb50 100644
--- a/tck/pom.xml
+++ b/tck/pom.xml
@@ -168,7 +168,7 @@
                 <dependency>
                     <groupId>log4j</groupId>
                     <artifactId>log4j</artifactId>
-                    <version>1.2.16</version>
+                    <version>1.2.17</version>
                 </dependency>
                 <dependency>
                   <!-- License: CDDL + GPLv2 with classpath exception https://github.com/javaee/javax.annotation/blob/master/LICENSE -->