You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@servicemix.apache.org by jb...@apache.org on 2022/06/29 13:11:38 UTC

[servicemix-bundles] branch master updated: Remove "old" spring-data-neo4j bundle

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

jbonofre pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/servicemix-bundles.git


The following commit(s) were added to refs/heads/master by this push:
     new 73df30e96 Remove "old" spring-data-neo4j bundle
73df30e96 is described below

commit 73df30e966065cc3e047fa83f7bfa42f6bfdb2ad
Author: Jean-Baptiste Onofré <jb...@apache.org>
AuthorDate: Wed Jun 29 15:11:21 2022 +0200

    Remove "old" spring-data-neo4j bundle
---
 spring-data-neo4j-3.4.6.RELEASE/pom.xml            | 374 ---------------------
 .../src/main/resources/OSGI-INF/bundle.info        |  58 ----
 2 files changed, 432 deletions(-)

diff --git a/spring-data-neo4j-3.4.6.RELEASE/pom.xml b/spring-data-neo4j-3.4.6.RELEASE/pom.xml
deleted file mode 100644
index 2d004402b..000000000
--- a/spring-data-neo4j-3.4.6.RELEASE/pom.xml
+++ /dev/null
@@ -1,374 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
-
-    <!--
-
-        Licensed to the Apache Software Foundation (ASF) under one or more
-        contributor license agreements.  See the NOTICE file distributed with
-        this work for additional information regarding copyright ownership.
-        The ASF licenses this file to You under the Apache License, Version 2.0
-        (the "License"); you may not use this file except in compliance with
-        the License.  You may obtain a copy of the License at
-
-           http://www.apache.org/licenses/LICENSE-2.0
-
-        Unless required by applicable law or agreed to in writing, software
-        distributed under the License is distributed on an "AS IS" BASIS,
-        WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
-        See the License for the specific language governing permissions and
-        limitations under the License.
-    -->
-
-    <modelVersion>4.0.0</modelVersion>
-
-    <parent>
-        <groupId>org.apache.servicemix.bundles</groupId>
-        <artifactId>bundles-pom</artifactId>
-        <version>13</version>
-        <relativePath>../bundles-pom/pom.xml</relativePath>
-    </parent>
-
-    <groupId>org.apache.servicemix.bundles</groupId>
-    <artifactId>org.apache.servicemix.bundles.spring-data-neo4j</artifactId>
-    <version>3.4.6.RELEASE_2-SNAPSHOT</version>
-    <packaging>bundle</packaging>
-    <name>Apache ServiceMix :: Bundles :: spring-data-neo4j</name>
-    <description>This OSGi bundle wraps spring-data-neo4j, spring-data-neo4j-aspects, spring-data-neo4j-cross-store, spring-data-neo4j-tx, spring-data-neo4j-rest ${pkgVersion} jar files.</description>
-
-    <scm>
-        <connection>scm:git:https://gitbox.apache.org/repos/asf/servicemix-bundles.git</connection>
-        <developerConnection>scm:git:https://gitbox.apache.org/repos/asf/servicemix-bundles.git</developerConnection>
-        <url>https://gitbox.apache.org/repos/asf?p=servicemix-bundles.git</url>
-    <tag>HEAD</tag>
-  </scm>
-
-    <properties>
-        <pkgGroupId>org.springframework.data</pkgGroupId>
-        <pkgVersion>3.4.6.RELEASE</pkgVersion>
-        <servicemix.osgi.export.pkg>
-            org.springframework.data
-        </servicemix.osgi.export.pkg>
-        <servicemix.osgi.import.pkg>
-            com.fasterxml*,
-            com.google.common.base,
-            com.mysema.query.annotations,
-            com.mysema.query.apt,
-            com.mysema.query.types,
-            javax.annotation,
-            javax.annotation.processing,
-            javax.enterprise.*;resolution:=optional,
-            javax.inject,
-            javax.lang.model,
-            javax.naming,
-            javax.persistence,
-            javax.script,
-            javax.servlet,
-            javax.tools,
-            javax.transaction.*,
-            javax.validation,
-            javax.xml.*,
-            org.aopalliance.aop,
-            org.aopalliance.intercept,
-            org.apache.commons.configuration;resolution:=optional,
-            org.apache.lucene.search,
-            org.aspectj.*,
-            org.codehaus.jackson;resolution:=optional,
-            org.codehaus.jackson.map;resolution:=optional,
-            org.joda.time,
-            org.json.simple,
-            org.neo4j.cypher.*,
-            org.neo4j.cypherdsl.*,
-            org.neo4j.graphdb.*,
-            org.neo4j.helpers.*,
-            org.neo4j.index.*,
-            org.neo4j.kernel.*,
-            org.neo4j.rest.*,
-            org.neo4j.server.plugins,
-            org.neo4j.tooling,
-            org.objectweb.jotm;resolution:=optional,
-            org.slf4j;resolution:=optional,
-            org.threeten.bp;resolution:=optional,
-            org.springframework.aop.*,
-            org.springframework.asm,
-            org.springframework.beans.*,
-            org.springframework.beans.factory.aspectj;resolution:=optional,
-            org.springframework.context.*,
-            org.springframework.core*,
-            org.springframework.dao,
-            org.springframework.dao.support,
-            org.springframework.expression.*,
-            org.springframework.format*,
-            org.springframework.hateoas*;resolution:=optional,
-            org.springframework.orm.jpa*;resolution:=optional,
-            org.springframework.oxm;resolution:=optional,
-            org.springframework.scheduling*;resolution:=optional,
-            org.springframework.stereotype,
-            org.springframework.transaction.*,
-            org.springframework.util,
-            org.springframework.validation,
-            org.springframework.web.*,
-            org.w3c.dom,
-            sun.reflect;resolution:=optional
-        </servicemix.osgi.import.pkg>
-    </properties>
-
-    <dependencies>
-        <dependency>
-            <groupId>${pkgGroupId}</groupId>
-            <artifactId>spring-data-neo4j</artifactId>
-            <version>${pkgVersion}</version>
-            <exclusions>
-                <exclusion>
-                    <groupId>org.neo4j</groupId>
-                    <artifactId>neo4j</artifactId>
-                </exclusion>
-                <exclusion>
-                    <groupId>org.neo4j</groupId>
-                    <artifactId>neo4j-cypher</artifactId>
-                </exclusion>
-                <exclusion>
-                    <groupId>org.neo4j</groupId>
-                    <artifactId>neo4j-cypher-dsl</artifactId>
-                </exclusion>
-            </exclusions>
-        </dependency>
-        <dependency>
-            <groupId>${pkgGroupId}</groupId>
-            <artifactId>spring-data-neo4j-aspects</artifactId>
-            <version>${pkgVersion}</version>
-            <exclusions>
-                <exclusion>
-                    <groupId>org.neo4j</groupId>
-                    <artifactId>neo4j-kernel</artifactId>
-                </exclusion>
-                <exclusion>
-                    <groupId>org.neo4j</groupId>
-                    <artifactId>neo4j</artifactId>
-                </exclusion>
-                <exclusion>
-                    <groupId>org.neo4j</groupId>
-                    <artifactId>neo4j-cypher</artifactId>
-                </exclusion>
-            </exclusions>
-        </dependency>
-        <dependency>
-            <groupId>${pkgGroupId}</groupId>
-            <artifactId>spring-data-neo4j-cross-store</artifactId>
-            <version>${pkgVersion}</version>
-            <exclusions>
-                <exclusion>
-                    <groupId>org.neo4j</groupId>
-                    <artifactId>neo4j</artifactId>
-                </exclusion>
-                <exclusion>
-                    <groupId>org.neo4j</groupId>
-                    <artifactId>neo4j-cypher</artifactId>
-                </exclusion>
-            </exclusions>
-        </dependency>
-        <dependency>
-            <groupId>${pkgGroupId}</groupId>
-            <artifactId>spring-data-neo4j-tx</artifactId>
-            <version>${pkgVersion}</version>
-            <exclusions>
-                <exclusion>
-                    <groupId>org.neo4j</groupId>
-                    <artifactId>neo4j-kernel</artifactId>
-                </exclusion>
-                <exclusion>
-                    <groupId>org.neo4j</groupId>
-                    <artifactId>neo4j</artifactId>
-                </exclusion>
-                <exclusion>
-                    <groupId>org.neo4j</groupId>
-                    <artifactId>neo4j-cypher</artifactId>
-                </exclusion>
-            </exclusions>
-        </dependency>
-        <dependency>
-            <groupId>${pkgGroupId}</groupId>
-            <artifactId>spring-data-neo4j-rest</artifactId>
-            <version>${pkgVersion}</version>
-            <exclusions>
-                <exclusion>
-                    <groupId>org.neo4j</groupId>
-                    <artifactId>neo4j-kernel</artifactId>
-                </exclusion>
-                <exclusion>
-                    <groupId>org.neo4j</groupId>
-                    <artifactId>neo4j-rest-graphdb</artifactId>
-                </exclusion>
-                <exclusion>
-                    <groupId>org.neo4j</groupId>
-                    <artifactId>neo4j</artifactId>
-                </exclusion>
-                <exclusion>
-                    <groupId>org.neo4j</groupId>
-                    <artifactId>neo4j-cypher</artifactId>
-                </exclusion>
-            </exclusions>
-        </dependency>
-
-        <!-- sources -->
-        <dependency>
-            <groupId>${pkgGroupId}</groupId>
-            <artifactId>spring-data-neo4j</artifactId>
-            <version>${pkgVersion}</version>
-            <classifier>sources</classifier>
-            <exclusions>
-                <exclusion>
-                    <groupId>org.neo4j</groupId>
-                    <artifactId>neo4j</artifactId>
-                </exclusion>
-                <exclusion>
-                    <groupId>org.neo4j</groupId>
-                    <artifactId>neo4j-cypher</artifactId>
-                </exclusion>
-                <exclusion>
-                    <groupId>org.neo4j</groupId>
-                    <artifactId>neo4j-cypher-dsl</artifactId>
-                </exclusion>
-            </exclusions>
-        </dependency>
-        <dependency>
-            <groupId>${pkgGroupId}</groupId>
-            <artifactId>spring-data-neo4j-aspects</artifactId>
-            <version>${pkgVersion}</version>
-            <classifier>sources</classifier>
-            <exclusions>
-                <exclusion>
-                    <groupId>org.neo4j</groupId>
-                    <artifactId>neo4j-kernel</artifactId>
-                </exclusion>
-                <exclusion>
-                    <groupId>org.neo4j</groupId>
-                    <artifactId>neo4j</artifactId>
-                </exclusion>
-                <exclusion>
-                    <groupId>org.neo4j</groupId>
-                    <artifactId>neo4j-cypher</artifactId>
-                </exclusion>
-            </exclusions>
-        </dependency>
-        <dependency>
-            <groupId>${pkgGroupId}</groupId>
-            <artifactId>spring-data-neo4j-cross-store</artifactId>
-            <version>${pkgVersion}</version>
-            <classifier>sources</classifier>
-            <exclusions>
-                <exclusion>
-                    <groupId>org.neo4j</groupId>
-                    <artifactId>neo4j</artifactId>
-                </exclusion>
-                <exclusion>
-                    <groupId>org.neo4j</groupId>
-                    <artifactId>neo4j-cypher</artifactId>
-                </exclusion>
-            </exclusions>
-        </dependency>
-        <dependency>
-            <groupId>${pkgGroupId}</groupId>
-            <artifactId>spring-data-neo4j-tx</artifactId>
-            <version>${pkgVersion}</version>
-            <classifier>sources</classifier>
-            <exclusions>
-                <exclusion>
-                    <groupId>org.neo4j</groupId>
-                    <artifactId>neo4j-kernel</artifactId>
-                </exclusion>
-                <exclusion>
-                    <groupId>org.neo4j</groupId>
-                    <artifactId>neo4j</artifactId>
-                </exclusion>
-                <exclusion>
-                    <groupId>org.neo4j</groupId>
-                    <artifactId>neo4j-cypher</artifactId>
-                </exclusion>
-            </exclusions>
-        </dependency>
-        <dependency>
-            <groupId>${pkgGroupId}</groupId>
-            <artifactId>spring-data-neo4j-rest</artifactId>
-            <version>${pkgVersion}</version>
-            <classifier>sources</classifier>
-            <exclusions>
-                <exclusion>
-                    <groupId>org.neo4j</groupId>
-                    <artifactId>neo4j-kernel</artifactId>
-                </exclusion>
-                <exclusion>
-                    <groupId>org.neo4j</groupId>
-                    <artifactId>neo4j-rest-graphdb</artifactId>
-                </exclusion>
-                <exclusion>
-                    <groupId>org.neo4j</groupId>
-                    <artifactId>neo4j</artifactId>
-                </exclusion>
-                <exclusion>
-                    <groupId>org.neo4j</groupId>
-                    <artifactId>neo4j-cypher</artifactId>
-                </exclusion>
-            </exclusions>
-        </dependency>
-    </dependencies>
-
-    <build>
-        <plugins>
-            <plugin>
-                <groupId>org.apache.maven.plugins</groupId>
-                <artifactId>maven-shade-plugin</artifactId>
-                <executions>
-                    <execution>
-                        <phase>package</phase>
-                        <goals>
-                            <goal>shade</goal>
-                        </goals>
-                        <configuration>
-                            <artifactSet>
-                                <includes>
-                                    <include>${pkgGroupId}:spring-data-neo4j</include>
-                                    <include>${pkgGroupId}:spring-data-neo4j-aspects</include>
-                                    <include>${pkgGroupId}:spring-data-neo4j-cross-store</include>
-                                    <include>${pkgGroupId}:spring-data-neo4j-tx</include>
-                                    <include>${pkgGroupId}:spring-data-neo4j-rest</include>
-                                </includes>
-                            </artifactSet>
-                            <filters>
-                                <filter>
-                                    <artifact>${pkgGroupId}:spring-data-neo4j</artifact>
-                                    <excludes>
-                                        <exclude>**/*</exclude>
-                                    </excludes>
-                                </filter>
-                                <filter>
-                                    <artifact>${pkgGroupId}:spring-data-neo4j-aspects</artifact>
-                                    <excludes>
-                                        <exclude>**/*</exclude>
-                                    </excludes>
-                                </filter>
-                                <filter>
-                                    <artifact>${pkgGroupId}:spring-data-neo4j-cross-store</artifact>
-                                    <excludes>
-                                        <exclude>**/*</exclude>
-                                    </excludes>
-                                </filter>
-                                <filter>
-                                    <artifact>${pkgGroupId}:spring-data-neo4j-tx</artifact>
-                                    <excludes>
-                                        <exclude>**/*</exclude>
-                                    </excludes>
-                                </filter>
-                                <filter>
-                                    <artifact>${pkgGroupId}:spring-data-neo4j-rest</artifact>
-                                    <excludes>
-                                        <exclude>**/*</exclude>
-                                    </excludes>
-                                </filter>
-                            </filters>
-                        </configuration>
-                    </execution>
-                </executions>
-            </plugin>
-        </plugins>
-    </build>
-</project>
diff --git a/spring-data-neo4j-3.4.6.RELEASE/src/main/resources/OSGI-INF/bundle.info b/spring-data-neo4j-3.4.6.RELEASE/src/main/resources/OSGI-INF/bundle.info
deleted file mode 100644
index 2721ca2ca..000000000
--- a/spring-data-neo4j-3.4.6.RELEASE/src/main/resources/OSGI-INF/bundle.info
+++ /dev/null
@@ -1,58 +0,0 @@
-\u001B[1mSYNOPSIS\u001B[0m
-    ${project.description}
-
-    Original Maven URL:
-        \u001B[33mmvn:${pkgGroupId}/spring-data-neo4j/${pkgVersion}\u001B[0m
-        \u001B[33mmvn:${pkgGroupId}/spring-data-neo4j-aspects/${pkgVersion}\u001B[0m
-        \u001B[33mmvn:${pkgGroupId}/spring-data-neo4j-cross-store/${pkgVersion}\u001B[0m
-        \u001B[33mmvn:${pkgGroupId}/spring-data-neo4j-tx/${pkgVersion}\u001B[0m
-        \u001B[33mmvn:${pkgGroupId}/spring-data-neo4j-rest/${pkgVersion}\u001B[0m
-
-\u001B[1mDESCRIPTION\u001B[0m
-    The Spring Data Neo4J project offers advanced features to map annotated entity classes to the Neo4j Graph Database.
-
-    Spring Data Neo4j is part of the Spring Data project which aims to provide convenient support for NoSQL databases.
-
-    This bundle requires the following dependency bundles:
-        mvn:org.apache.servicemix.specs/org.apache.servicemix.specs.jsr303-api-1.1.0/2.4.0
-        mvn:org.apache.servicemix.bundles/org.apache.servicemix.bundles.neo4j/1.8_2
-        mvn:org.apache.servicemix.bundles/org.apache.servicemix.bundles.aopalliance/1.0_6
-        mvn:org.apache.servicemix.bundles/org.apache.servicemix.bundles.aspectj/1.7.2_1
-        mvn:org.springframework/spring-core/3.1.4.RELEASE
-        mvn:org.springframework/spring-asm/3.1.4.RELEASE
-        mvn:org.springframework/spring-expression/3.1.4.RELEASE
-        mvn:org.springframework/spring-beans/3.1.4.RELEASE
-        mvn:org.springframework/spring-aop/3.1.4.RELEASE
-        mvn:org.springframework/spring-context/3.1.4.RELEASE
-        mvn:org.springframework/spring-context-support/3.1.4.RELEASE
-        mvn:org.springframework/spring-tx/3.1.4.RELEASE
-        mvn:org.springframework/spring-jdbc/3.1.4.RELEASE
-        mvn:org.springframework/spring-orm/3.1.4.RELEASE
-        mvn:org.apache.servicemix.specs/org.apache.servicemix.specs.activation-api-1.1/2.2.0
-        mvn:org.apache.geronimo.specs/geronimo-servlet_2.5_spec/1.2
-        mvn:javax.mail/mail/1.4.5
-        mvn:org.apache.geronimo.specs/geronimo-jta_1.1_spec/1.1.1
-        mvn:org.eclipse.jetty/jetty-util/7.6.8.v20121106
-        mvn:org.eclipse.jetty/jetty-io/7.6.8.v20121106
-        mvn:org.eclipse.jetty/jetty-http/7.6.8.v20121106
-        mvn:org.eclipse.jetty/jetty-client/7.6.8.v20121106
-        mvn:org.eclipse.jetty/jetty-continuation/7.6.8.v20121106
-        mvn:org.eclipse.jetty/jetty-jmx/7.6.8.v20121106
-        mvn:org.eclipse.jetty/jetty-server/7.6.8.v20121106
-        mvn:org.eclipse.jetty/jetty-security/7.6.8.v20121106
-        mvn:org.eclipse.jetty/jetty-servlet/7.6.8.v20121106
-        mvn:org.eclipse.jetty/jetty-servlets/7.6.8.v20121106
-        mvn:org.eclipse.jetty/jetty-xml/7.6.8.v20121106
-        mvn:org.eclipse.jetty/jetty-webapp/7.6.8.v20121106
-        mvn:org.eclipse.jetty/jetty-jndi/7.6.8.v20121106
-        mvn:org.eclipse.jetty/jetty-plus/7.6.8.v20121106
-        mvn:org.eclipse.jetty/jetty-websocket/7.6.8.v20121106
-        mvn:org.ops4j.pax.web/pax-web-api/1.1.14
-        mvn:org.ops4j.pax.web/pax-web-spi/1.1.14
-        mvn:org.ops4j.pax.web/pax-web-runtime/1.1.14
-        mvn:org.ops4j.pax.web/pax-web-jetty/1.1.14
-        mvn:org.springframework/spring-web/3.1.4.RELEASE
-        mvn:org.springframework/spring-webmvc/3.1.4.RELEASE
-
-\u001B[1mSEE ALSO\u001B[0m
-    \u001B[36mhttp://projects.spring.io/spring-data-neo4j/\u001B[0m