[openjpa] branch master updated: removing kubernetes module from our osgi bundle

2020-02-10 Thread rmannibucau
This is an automated email from the ASF dual-hosted git repository.

rmannibucau pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/openjpa.git


The following commit(s) were added to refs/heads/master by this push:
 new aad345f  removing kubernetes module from our osgi bundle
aad345f is described below

commit aad345fc4a690db8b07a428ff6fa82cd02cf4183
Author: Romain Manni-Bucau 
AuthorDate: Tue Feb 11 08:10:44 2020 +0100

removing kubernetes module from our osgi bundle
---
 openjpa/pom.xml | 7 ---
 1 file changed, 7 deletions(-)

diff --git a/openjpa/pom.xml b/openjpa/pom.xml
index 3300b37..a3a4b8e 100644
--- a/openjpa/pom.xml
+++ b/openjpa/pom.xml
@@ -83,7 +83,6 @@
 
org.apache.openjpa:openjpa-persistence-jdbc
 
org.apache.openjpa:openjpa-xmlstore
 
org.apache.openjpa:openjpa-slice
-
org.apache.openjpa:openjpa-kubernetes
 
 
 
@@ -139,7 +138,6 @@
 serp.*;resolution:=optional,
 org.apache.commons.dbcp2.*;resolution:=optional,
 org.apache.commons.pool2.*;resolution:=optional,
-io.fabric8.kubernetes.*;resolution:=optional,
 javax.persistence.*;version="[1.1.0,2.2)",
 *
 
@@ -238,10 +236,5 @@
 openjpa-slice
 ${project.version}
 
-
-org.apache.openjpa
-openjpa-kubernetes
-${project.version}
-
 
 



[openjpa] branch master updated: OPENJPA-2803 make pool2 optional in OSGi

2020-02-10 Thread rmannibucau
This is an automated email from the ASF dual-hosted git repository.

rmannibucau pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/openjpa.git


The following commit(s) were added to refs/heads/master by this push:
 new a7c4f44  OPENJPA-2803 make pool2 optional in OSGi
a7c4f44 is described below

commit a7c4f4405eacd749659ecd0130cdb4d5e05acd3a
Author: Romain Manni-Bucau 
AuthorDate: Tue Feb 11 07:53:25 2020 +0100

OPENJPA-2803 make pool2 optional in OSGi
---
 openjpa/pom.xml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/openjpa/pom.xml b/openjpa/pom.xml
index fd16eb6..3300b37 100644
--- a/openjpa/pom.xml
+++ b/openjpa/pom.xml
@@ -138,6 +138,7 @@
 javax.xml.bind.*;resolution:=optional,
 serp.*;resolution:=optional,
 org.apache.commons.dbcp2.*;resolution:=optional,
+org.apache.commons.pool2.*;resolution:=optional,
 io.fabric8.kubernetes.*;resolution:=optional,
 javax.persistence.*;version="[1.1.0,2.2)",
 *



[openjpa] branch master updated: OPENJPA-2803 make dbcp2 optional in OSGi

2020-02-10 Thread rmannibucau
This is an automated email from the ASF dual-hosted git repository.

rmannibucau pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/openjpa.git


The following commit(s) were added to refs/heads/master by this push:
 new 36ddbac  OPENJPA-2803 make dbcp2 optional in OSGi
36ddbac is described below

commit 36ddbac0e4dd39494887664f9a96024ad6df798a
Author: Romain Manni-Bucau 
AuthorDate: Tue Feb 11 07:48:04 2020 +0100

OPENJPA-2803 make dbcp2 optional in OSGi
---
 openjpa/pom.xml | 8 +---
 1 file changed, 5 insertions(+), 3 deletions(-)

diff --git a/openjpa/pom.xml b/openjpa/pom.xml
index 7a93f96..fd16eb6 100644
--- a/openjpa/pom.xml
+++ b/openjpa/pom.xml
@@ -122,9 +122,9 @@
 
 
org.apache.openjpa.*;version=${project.version}
 
-oracle.jdbc.pool;resolution:=optional,
-oracle.jdbc;resolution:=optional,
-oracle.sql;resolution:=optional,
+oracle.jdbc.pool;resolution:=optional,
+oracle.jdbc;resolution:=optional,
+oracle.sql;resolution:=optional,
 com.ibm.*;resolution:=optional,
 org.postgresql.*;resolution:=optional,
 org.apache.tools.ant.*;resolution:=optional,
@@ -137,6 +137,8 @@
 
javax.validation.*;version="[1.0.0,1.1)";resolution:=optional,
 javax.xml.bind.*;resolution:=optional,
 serp.*;resolution:=optional,
+org.apache.commons.dbcp2.*;resolution:=optional,
+io.fabric8.kubernetes.*;resolution:=optional,
 javax.persistence.*;version="[1.1.0,2.2)",
 *