Repository: servicemix-bundles Updated Branches: refs/heads/master 3ce274d3a -> da277e085
Cleanup old bundles Project: http://git-wip-us.apache.org/repos/asf/servicemix-bundles/repo Commit: http://git-wip-us.apache.org/repos/asf/servicemix-bundles/commit/da277e08 Tree: http://git-wip-us.apache.org/repos/asf/servicemix-bundles/tree/da277e08 Diff: http://git-wip-us.apache.org/repos/asf/servicemix-bundles/diff/da277e08 Branch: refs/heads/master Commit: da277e0850b156caa26f153bf8d20cf8f93774c3 Parents: 3ce274d Author: Jean-Baptiste Onofré <[email protected]> Authored: Mon Jul 24 11:11:27 2017 +0200 Committer: Jean-Baptiste Onofré <[email protected]> Committed: Mon Jul 24 11:11:27 2017 +0200 ---------------------------------------------------------------------- docker-java-3.0.11/pom.xml | 108 ----------------- .../src/main/resources/OSGI-INF/bundle.info | 11 -- facebook4j-2.4.9/pom.xml | 109 ----------------- .../src/main/resources/OSGI-INF/bundle.info | 11 -- grpc-1.4.0/pom.xml | 105 ---------------- .../src/main/resources/OSGI-INF/bundle.info | 16 --- orbitz-consul-client-0.15.2/pom.xml | 120 ------------------- .../src/main/resources/OSGI-INF/bundle.info | 11 -- 8 files changed, 491 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/servicemix-bundles/blob/da277e08/docker-java-3.0.11/pom.xml ---------------------------------------------------------------------- diff --git a/docker-java-3.0.11/pom.xml b/docker-java-3.0.11/pom.xml deleted file mode 100644 index 68817c9..0000000 --- a/docker-java-3.0.11/pom.xml +++ /dev/null @@ -1,108 +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.docker-java</artifactId> - <version>3.0.11_2-SNAPSHOT</version> - <packaging>bundle</packaging> - <name>Apache ServiceMix :: Bundles :: ${pkgArtifactId}</name> - <description>This OSGi bundle wraps ${pkgArtifactId} ${pkgVersion} jar file.</description> - - <scm> - <connection>scm:git:https://git-wip-us.apache.org/repos/asf/servicemix-bundles.git</connection> - <developerConnection>scm:git:https://git-wip-us.apache.org/repos/asf/servicemix-bundles.git</developerConnection> - <url>https://git-wip-us.apache.org/repos/asf?p=servicemix-bundles.git</url> - <tag>HEAD</tag> - </scm> - - <properties> - <pkgGroupId>com.github.docker-java</pkgGroupId> - <pkgArtifactId>docker-java</pkgArtifactId> - <pkgVersion>3.0.11</pkgVersion> - <servicemix.osgi.export.pkg> - com.github.dockerjava - </servicemix.osgi.export.pkg> - <servicemix.osgi.import.pkg> - org.glassfish.jersey*;resolution:=optional, - * - </servicemix.osgi.import.pkg> - </properties> - - <dependencies> - <dependency> - <groupId>${pkgGroupId}</groupId> - <artifactId>${pkgArtifactId}</artifactId> - <version>${pkgVersion}</version> - </dependency> - - <!-- sources --> - <dependency> - <groupId>${pkgGroupId}</groupId> - <artifactId>${pkgArtifactId}</artifactId> - <version>${pkgVersion}</version> - <classifier>sources</classifier> - </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}:${pkgArtifactId}</include> - </includes> - </artifactSet> - <filters> - <filter> - <artifact>${pkgGroupId}:${pkgArtifactId}</artifact> - <includes> - <include>**/*.properties</include> - <include>META-INF/services/**</include> - </includes> - </filter> - </filters> - <promoteTransitiveDependencies>true</promoteTransitiveDependencies> - <createDependencyReducedPom>true</createDependencyReducedPom> - </configuration> - </execution> - </executions> - </plugin> - </plugins> - </build> -</project> http://git-wip-us.apache.org/repos/asf/servicemix-bundles/blob/da277e08/docker-java-3.0.11/src/main/resources/OSGI-INF/bundle.info ---------------------------------------------------------------------- diff --git a/docker-java-3.0.11/src/main/resources/OSGI-INF/bundle.info b/docker-java-3.0.11/src/main/resources/OSGI-INF/bundle.info deleted file mode 100644 index dac604f..0000000 --- a/docker-java-3.0.11/src/main/resources/OSGI-INF/bundle.info +++ /dev/null @@ -1,11 +0,0 @@ -\u001B[1mSYNOPSIS\u001B[0m - ${project.description} - - Original Maven URL: - \u001B[33mmvn:${pkgGroupId}/${pkgArtifactId}\u001B[0m - -\u001B[1mDESCRIPTION\u001B[0m - docker-java is Java API client for Docker. Supports a subset of the Docker Client API v1.16, Docker Server version 1.4.1 - -\u001B[1mSEE ALSO\u001B[0m - \u001B[36mhttps://github.com/docker-java/docker-java\u001B[0m http://git-wip-us.apache.org/repos/asf/servicemix-bundles/blob/da277e08/facebook4j-2.4.9/pom.xml ---------------------------------------------------------------------- diff --git a/facebook4j-2.4.9/pom.xml b/facebook4j-2.4.9/pom.xml deleted file mode 100644 index 5649fbc..0000000 --- a/facebook4j-2.4.9/pom.xml +++ /dev/null @@ -1,109 +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.facebook4j</artifactId> - <version>2.4.9_2-SNAPSHOT</version> - <packaging>bundle</packaging> - <name>Apache ServiceMix :: Bundles :: ${pkgArtifactId}</name> - <description>This OSGi bundle wraps ${pkgArtifactId} ${pkgVersion} jar file.</description> - - <scm> - <connection>scm:git:https://git-wip-us.apache.org/repos/asf/servicemix-bundles.git</connection> - <developerConnection>scm:git:https://git-wip-us.apache.org/repos/asf/servicemix-bundles.git</developerConnection> - <url>https://git-wip-us.apache.org/repos/asf?p=servicemix-bundles.git</url> - <tag>HEAD</tag> - </scm> - - <properties> - <pkgGroupId>org.facebook4j</pkgGroupId> - <pkgArtifactId>facebook4j-core</pkgArtifactId> - <pkgVersion>2.4.9</pkgVersion> - <servicemix.osgi.import.pkg> - javax.crypto, - javax.crypto.spec, - javax.management, - javax.management.openmbean, - org.apache.commons.logging;resolution:=optional, - org.apache.log4j;resolution:=optional, - org.slf4j;resolution:=optional - </servicemix.osgi.import.pkg> - </properties> - - <dependencies> - <dependency> - <groupId>${pkgGroupId}</groupId> - <artifactId>${pkgArtifactId}</artifactId> - <version>${pkgVersion}</version> - </dependency> - - <!-- sources --> - <dependency> - <groupId>${pkgGroupId}</groupId> - <artifactId>${pkgArtifactId}</artifactId> - <version>${pkgVersion}</version> - <classifier>sources</classifier> - </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}:${pkgArtifactId}</include> - </includes> - </artifactSet> - <filters> - <filter> - <artifact>${pkgGroupId}:${pkgArtifactId}</artifact> - <excludes> - <exclude>**</exclude> - </excludes> - </filter> - </filters> - <promoteTransitiveDependencies>true</promoteTransitiveDependencies> - <createDependencyReducedPom>true</createDependencyReducedPom> - </configuration> - </execution> - </executions> - </plugin> - </plugins> - </build> -</project> http://git-wip-us.apache.org/repos/asf/servicemix-bundles/blob/da277e08/facebook4j-2.4.9/src/main/resources/OSGI-INF/bundle.info ---------------------------------------------------------------------- diff --git a/facebook4j-2.4.9/src/main/resources/OSGI-INF/bundle.info b/facebook4j-2.4.9/src/main/resources/OSGI-INF/bundle.info deleted file mode 100644 index 09574d8..0000000 --- a/facebook4j-2.4.9/src/main/resources/OSGI-INF/bundle.info +++ /dev/null @@ -1,11 +0,0 @@ -\u001B[1mSYNOPSIS\u001B[0m - ${project.description} - - Original Maven URL: - \u001B[33mmvn:${pkgGroupId}/${pkgArtifactId}/${pkgVersion}\u001B[0m - -\u001B[1mDESCRIPTION\u001B[0m - A Java library for the Facebook Graph API. This library provides the ease of use like Twitter4J. Facebook4J is an unofficial library. - -\u001B[1mSEE ALSO\u001B[0m - \u001B[36mhttp://facebook4j.org/en/index.html\u001B[0m http://git-wip-us.apache.org/repos/asf/servicemix-bundles/blob/da277e08/grpc-1.4.0/pom.xml ---------------------------------------------------------------------- diff --git a/grpc-1.4.0/pom.xml b/grpc-1.4.0/pom.xml deleted file mode 100644 index f045a5f..0000000 --- a/grpc-1.4.0/pom.xml +++ /dev/null @@ -1,105 +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.grpc</artifactId> - <version>1.4.0_2-SNAPSHOT</version> - <packaging>bundle</packaging> - <name>Apache ServiceMix :: Bundles :: gRPC</name> - <description>This OSGi bundle wraps ${pkgArtifactId} ${pkgVersion} jar files.</description> - - <scm> - <connection>scm:git:https://git-wip-us.apache.org/repos/asf/servicemix-bundles.git</connection> - <developerConnection>scm:git:https://git-wip-us.apache.org/repos/asf/servicemix-bundles.git</developerConnection> - <url>https://git-wip-us.apache.org/repos/asf?p=servicemix-bundles.git</url> - <tag>HEAD</tag> - </scm> - - <properties> - <pkgGroupId>io.grpc</pkgGroupId> - <pkgArtifactId>grpc-all</pkgArtifactId> - <pkgVersion>1.4.0</pkgVersion> - <servicemix.osgi.export.pkg> - io.grpc - </servicemix.osgi.export.pkg> - <servicemix.osgi.import.pkg> - - </servicemix.osgi.import.pkg> - </properties> - - <dependencies> - <dependency> - <groupId>${pkgGroupId}</groupId> - <artifactId>${pkgArtifactId}</artifactId> - <version>${pkgVersion}</version> - </dependency> - - <!-- sources --> - <dependency> - <groupId>${pkgGroupId}</groupId> - <artifactId>${pkgArtifactId}</artifactId> - <version>${pkgVersion}</version> - <classifier>sources</classifier> - </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}:${pkgArtifactId}</include> - </includes> - </artifactSet> - <filters> - <filter> - <artifact>${pkgGroupId}:${pkgArtifactId}</artifact> - <excludes> - <exclude>**/*</exclude> - </excludes> - </filter> - </filters> - <promoteTransitiveDependencies>true</promoteTransitiveDependencies> - </configuration> - </execution> - </executions> - </plugin> - </plugins> - </build> -</project> http://git-wip-us.apache.org/repos/asf/servicemix-bundles/blob/da277e08/grpc-1.4.0/src/main/resources/OSGI-INF/bundle.info ---------------------------------------------------------------------- diff --git a/grpc-1.4.0/src/main/resources/OSGI-INF/bundle.info b/grpc-1.4.0/src/main/resources/OSGI-INF/bundle.info deleted file mode 100644 index 4e8c421..0000000 --- a/grpc-1.4.0/src/main/resources/OSGI-INF/bundle.info +++ /dev/null @@ -1,16 +0,0 @@ -\u001B[1mSYNOPSIS\u001B[0m - ${project.description} - - Original Maven URL: - \u001B[33mmvn:${pkgGroupId}/${pkgArtifactId}/${pkgVersion}\u001B[0m - -\u001B[1mDESCRIPTION\u001B[0m - gRPC is a modern open source high performance RPC framework that can - run in any environment. It can efficiently connect services in and - across data centers with pluggable support for load balancing, tracing, - health checking and authentication. It is also applicable in last mile - of distributed computing to connect devices, mobile applications and - browsers to backend services. - -\u001B[1mSEE ALSO\u001B[0m - \u001B[36mhttp://www.grpc.io/\u001B[0m http://git-wip-us.apache.org/repos/asf/servicemix-bundles/blob/da277e08/orbitz-consul-client-0.15.2/pom.xml ---------------------------------------------------------------------- diff --git a/orbitz-consul-client-0.15.2/pom.xml b/orbitz-consul-client-0.15.2/pom.xml deleted file mode 100644 index 49b03fc..0000000 --- a/orbitz-consul-client-0.15.2/pom.xml +++ /dev/null @@ -1,120 +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.orbitz-consul-client</artifactId> - <version>0.15.2_2-SNAPSHOT</version> - <packaging>bundle</packaging> - <name>Apache ServiceMix :: Bundles :: ${pkgArtifactId}</name> - <description>This OSGi bundle wraps ${pkgArtifactId} ${pkgVersion} jar file.</description> - - <scm> - <connection>scm:git:https://git-wip-us.apache.org/repos/asf/servicemix-bundles.git</connection> - <developerConnection>scm:git:https://git-wip-us.apache.org/repos/asf/servicemix-bundles.git</developerConnection> - <url>https://git-wip-us.apache.org/repos/asf?p=servicemix-bundles.git</url> - <tag>HEAD</tag> - </scm> - - <properties> - <pkgGroupId>com.orbitz.consul</pkgGroupId> - <pkgArtifactId>consul-client</pkgArtifactId> - <pkgVersion>0.15.2</pkgVersion> - <servicemix.osgi.export.pkg> - com.orbitz.consul*;-noimport:=true - </servicemix.osgi.export.pkg> - <servicemix.osgi.import.pkg> - org.immutables.value;resolution:=optional, - android.*;resolution:=optional, - * - </servicemix.osgi.import.pkg> - </properties> - - <dependencies> - <dependency> - <groupId>${pkgGroupId}</groupId> - <artifactId>${pkgArtifactId}</artifactId> - <version>${pkgVersion}</version> - </dependency> - - <!-- sources --> - <dependency> - <groupId>${pkgGroupId}</groupId> - <artifactId>${pkgArtifactId}</artifactId> - <version>${pkgVersion}</version> - <classifier>sources</classifier> - <optional>true</optional> - </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}:${pkgArtifactId}</include> - </includes> - </artifactSet> - <filters> - <filter> - <artifact>${pkgGroupId}:${pkgArtifactId}</artifact> - <excludes> - <exclude>**</exclude> - </excludes> - </filter> - </filters> - <promoteTransitiveDependencies>true</promoteTransitiveDependencies> - <createDependencyReducedPom>true</createDependencyReducedPom> - </configuration> - </execution> - </executions> - </plugin> - </plugins> - </build> - - <repositories> - <repository> - <snapshots> - <enabled>false</enabled> - </snapshots> - <id>central</id> - <name>bintray</name> - <url>http://jcenter.bintray.com</url> - </repository> - </repositories> -</project> http://git-wip-us.apache.org/repos/asf/servicemix-bundles/blob/da277e08/orbitz-consul-client-0.15.2/src/main/resources/OSGI-INF/bundle.info ---------------------------------------------------------------------- diff --git a/orbitz-consul-client-0.15.2/src/main/resources/OSGI-INF/bundle.info b/orbitz-consul-client-0.15.2/src/main/resources/OSGI-INF/bundle.info deleted file mode 100644 index 1ba971e..0000000 --- a/orbitz-consul-client-0.15.2/src/main/resources/OSGI-INF/bundle.info +++ /dev/null @@ -1,11 +0,0 @@ -\u001B[1mSYNOPSIS\u001B[0m - ${project.description} - - Original Maven URL: - \u001B[33mmvn:${pkgGroupId}/${pkgArtifactId}\u001B[0m - -\u001B[1mDESCRIPTION\u001B[0m - Java Client for Consul HTTP API. - -\u001B[1mSEE ALSO\u001B[0m - \u001B[36mhttps://github.com/OrbitzWorldwide/consul-client\u001B[0m
