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 <rmannibu...@apache.org>
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 @@
                                     
<include>org.apache.openjpa:openjpa-persistence-jdbc</include>
                                     
<include>org.apache.openjpa:openjpa-xmlstore</include>
                                     
<include>org.apache.openjpa:openjpa-slice</include>
-                                    
<include>org.apache.openjpa:openjpa-kubernetes</include>
                                 </includes>
                             </artifactSet>
                             <!-- OpenJPA unique META-INF setup -->
@@ -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)",
                             *
                         </Import-Package>
@@ -238,10 +236,5 @@
             <artifactId>openjpa-slice</artifactId>
             <version>${project.version}</version>
         </dependency>
-        <dependency>
-            <groupId>org.apache.openjpa</groupId>
-            <artifactId>openjpa-kubernetes</artifactId>
-            <version>${project.version}</version>
-        </dependency>
     </dependencies>
 </project>

Reply via email to