Hi Phil,

Phil Steitz wrote:

> Can I get someone with a little more osgi and maven knowledge to
> have a look at DBCP-445?  I would appreciate feedback on whether the
> suggested fix is a good idea and how to get maven to do it if it is.

Here's at least the Maven part:

==================== %< ==================
$ svndiff
Index: pom.xml
===================================================================
--- pom.xml     (revision 1696548)
+++ pom.xml     (working copy)
@@ -22,7 +22,7 @@
   <parent>
     <groupId>org.apache.commons</groupId>
     <artifactId>commons-parent</artifactId>
-    <version>34</version>
+    <version>37</version>
   </parent>
   <modelVersion>4.0.0</modelVersion>
   <groupId>org.apache.commons</groupId>
@@ -242,6 +242,8 @@
 
     <!-- Temporary fix to support Java 8 -->
     <commons.jacoco.version>0.7.4.201502262128</commons.jacoco.version>
+    <!-- See DBCP-445 -->
+    
<commons.osgi.import>*,javax.transaction;version="1.1.0",javax.transaction.xa;version="1.1.0";partial=true;mandatory:=partial</commons.osgi.import>
   </properties> 
 
   <build>
==================== %< ==================

Cheers,
Jörg


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@commons.apache.org
For additional commands, e-mail: dev-h...@commons.apache.org

Reply via email to