You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@karaf.apache.org by jb...@apache.org on 2019/12/23 20:37:49 UTC

[karaf] branch karaf-3.0.x updated: Cleanup for 3.0.10 release, removing Gemini blueprint

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

jbonofre pushed a commit to branch karaf-3.0.x
in repository https://gitbox.apache.org/repos/asf/karaf.git


The following commit(s) were added to refs/heads/karaf-3.0.x by this push:
     new ddee5d9  Cleanup for 3.0.10 release, removing Gemini blueprint
ddee5d9 is described below

commit ddee5d9ea55cef336cbdb8a715ce4c8ea41ece2f
Author: Jean-Baptiste Onofré <jb...@apache.org>
AuthorDate: Mon Dec 23 21:37:28 2019 +0100

    Cleanup for 3.0.10 release, removing Gemini blueprint
---
 assemblies/features/spring/pom.xml                 | 53 ----------------------
 .../features/spring/src/main/feature/feature.xml   |  9 ----
 pom.xml                                            | 12 -----
 3 files changed, 74 deletions(-)

diff --git a/assemblies/features/spring/pom.xml b/assemblies/features/spring/pom.xml
index 813823e..b85fca7 100644
--- a/assemblies/features/spring/pom.xml
+++ b/assemblies/features/spring/pom.xml
@@ -252,59 +252,6 @@
             <artifactId>spring-webmvc-portlet</artifactId>
             <scope>provided</scope>
         </dependency>
-
-        <!-- gemini-blueprint deps -->
-        <dependency>
-            <groupId>org.eclipse.gemini.blueprint</groupId>
-            <artifactId>gemini-blueprint-io</artifactId>
-            <scope>provided</scope>
-        </dependency>
-        <dependency>
-            <groupId>org.eclipse.gemini.blueprint</groupId>
-            <artifactId>gemini-blueprint-core</artifactId>
-            <scope>provided</scope>
-            <exclusions>
-                <exclusion>
-                    <groupId>org.springframework</groupId>
-                    <artifactId>org.springframework.core</artifactId>
-                </exclusion>
-                <exclusion>
-                    <groupId>org.springframework</groupId>
-                    <artifactId>org.springframework.aop</artifactId>
-                </exclusion>
-                <exclusion>
-                    <groupId>org.springframework</groupId>
-                    <artifactId>org.springframework.beans</artifactId>
-                </exclusion>
-                <exclusion>
-                    <groupId>org.springframework</groupId>
-                    <artifactId>org.springframework.context</artifactId>
-                </exclusion>
-            </exclusions>
-        </dependency>
-        <dependency>
-            <groupId>org.eclipse.gemini.blueprint</groupId>
-            <artifactId>gemini-blueprint-extender</artifactId>
-            <scope>provided</scope>
-            <exclusions>
-                <exclusion>
-                    <groupId>org.springframework</groupId>
-                    <artifactId>org.springframework.core</artifactId>
-                </exclusion>
-                <exclusion>
-                    <groupId>org.springframework</groupId>
-                    <artifactId>org.springframework.aop</artifactId>
-                </exclusion>
-                <exclusion>
-                    <groupId>org.springframework</groupId>
-                    <artifactId>org.springframework.beans</artifactId>
-                </exclusion>
-                <exclusion>
-                    <groupId>org.springframework</groupId>
-                    <artifactId>org.springframework.context</artifactId>
-                </exclusion>
-            </exclusions>
-        </dependency>
     </dependencies>
 
     <build>
diff --git a/assemblies/features/spring/src/main/feature/feature.xml b/assemblies/features/spring/src/main/feature/feature.xml
index c864cf8..d176e3e 100644
--- a/assemblies/features/spring/src/main/feature/feature.xml
+++ b/assemblies/features/spring/src/main/feature/feature.xml
@@ -429,13 +429,4 @@
         <bundle start-level="30">mvn:org.springframework.security/spring-security-taglibs/${spring.security31.version}</bundle>
     </feature>
 
-    <!-- Gemini Blueprint support -->
-
-    <feature name="gemini-blueprint" description="Gemini Blueprint Extender" version="${gemini.blueprint.version}" resolver="(obr)">
-        <feature version="[3,4)">spring</feature>
-        <bundle start-level="30">mvn:org.eclipse.gemini.blueprint/gemini-blueprint-io/${gemini.blueprint.version}</bundle>
-        <bundle start-level="30">mvn:org.eclipse.gemini.blueprint/gemini-blueprint-core/${gemini.blueprint.version}</bundle>
-        <bundle start-level="30">mvn:org.eclipse.gemini.blueprint/gemini-blueprint-extender/${gemini.blueprint.version}</bundle>
-    </feature>
-
 </features>
diff --git a/pom.xml b/pom.xml
index 46fa6f9..28493ca 100644
--- a/pom.xml
+++ b/pom.xml
@@ -323,18 +323,6 @@
                 <enabled>true</enabled>
             </snapshots>
         </repository>
-        <!-- Gemini Blueprint repository -->
-        <repository>
-            <id>zodiac-repository</id>
-            <name>Zodiac Release Repository</name>
-            <url>http://zodiac.springsource.com/maven/bundles/release</url>
-            <releases>
-                <enabled>true</enabled>
-            </releases>
-            <snapshots>
-                <enabled>false</enabled>
-            </snapshots>
-        </repository>
         <!-- OSSRH snapshots -->
         <repository>
             <id>ossrh.sonatype.snapshots.deploy</id>