http://git-wip-us.apache.org/repos/asf/servicemix-bundles/blob/428046ec/axiom-api-1.2.12/pom.xml ---------------------------------------------------------------------- diff --git a/axiom-api-1.2.12/pom.xml b/axiom-api-1.2.12/pom.xml deleted file mode 100644 index 2374be7..0000000 --- a/axiom-api-1.2.12/pom.xml +++ /dev/null @@ -1,107 +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>9-SNAPSHOT</version> - <relativePath>../bundles-pom/pom.xml</relativePath> - </parent> - - <groupId>org.apache.servicemix.bundles</groupId> - <artifactId>org.apache.servicemix.bundles.axiom-api</artifactId> - <version>1.2.12-3-SNAPSHOT</version> - <packaging>bundle</packaging> - <name>Apache ServiceMix :: Bundles :: ${pkgArtifactId}</name> - <description>This OSGi bundle wraps ${pkgArtifactId} ${pkgVersion} jar file.</description> - - <properties> - <pkgGroupId>org.apache.ws.commons.axiom</pkgGroupId> - <pkgArtifactId>axiom-api</pkgArtifactId> - <pkgVersion>1.2.12</pkgVersion> - <servicemix.osgi.export.pkg> - org.apache.axiom* - </servicemix.osgi.export.pkg> - <servicemix.osgi.import.pkg> - javax.activation, - javax.mail*;resolution:=optional, - javax.xml*, - org.w3c.dom, - org.xml.sax*, - org.apache.commons.logging*;resolution:=optional;version="[1.1,2)", - org.jaxen*;resolution:=optional - </servicemix.osgi.import.pkg> - </properties> - - <dependencies> - <dependency> - <groupId>${pkgGroupId}</groupId> - <artifactId>${pkgArtifactId}</artifactId> - <version>${pkgVersion}</version> - <optional>true</optional> - </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> -</project>
http://git-wip-us.apache.org/repos/asf/servicemix-bundles/blob/428046ec/axiom-api-1.2.12/src/main/resources/OSGI-INF/bundle.info ---------------------------------------------------------------------- diff --git a/axiom-api-1.2.12/src/main/resources/OSGI-INF/bundle.info b/axiom-api-1.2.12/src/main/resources/OSGI-INF/bundle.info deleted file mode 100644 index 0bafe12..0000000 --- a/axiom-api-1.2.12/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 -Apache Axiom⢠is a StAX-based, XML Infoset compliant object model which supports on-demand building of the object tree. - -\u001B[1mSEE ALSO\u001B[0m - \u001B[36mhttp://ws.apache.org/axiom/\u001B[0m http://git-wip-us.apache.org/repos/asf/servicemix-bundles/blob/428046ec/axiom-impl-1.2.12/pom.xml ---------------------------------------------------------------------- diff --git a/axiom-impl-1.2.12/pom.xml b/axiom-impl-1.2.12/pom.xml deleted file mode 100644 index 4fd1b49..0000000 --- a/axiom-impl-1.2.12/pom.xml +++ /dev/null @@ -1,107 +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>9-SNAPSHOT</version> - <relativePath>../bundles-pom/pom.xml</relativePath> - </parent> - - <groupId>org.apache.servicemix.bundles</groupId> - <artifactId>org.apache.servicemix.bundles.axiom-impl</artifactId> - <version>1.2.12-3-SNAPSHOT</version> - <packaging>bundle</packaging> - <name>Apache ServiceMix :: Bundles :: ${pkgArtifactId}</name> - <description>This OSGi bundle wraps ${pkgArtifactId} ${pkgVersion} jar file.</description> - - <properties> - <pkgGroupId>org.apache.ws.commons.axiom</pkgGroupId> - <pkgArtifactId>axiom-impl</pkgArtifactId> - <pkgVersion>1.2.12</pkgVersion> - <servicemix.osgi.export.pkg> - org.apache.axiom - </servicemix.osgi.export.pkg> - <servicemix.osgi.import.pkg> - javax.activation, - javax.mail*;resolution:=optional, - javax.xml*, - org.jaxen*, - org.w3c.dom, - org.xml.sax*, - org.apache.commons.logging*;resolution:=optional - </servicemix.osgi.import.pkg> - </properties> - - <dependencies> - <dependency> - <groupId>${pkgGroupId}</groupId> - <artifactId>${pkgArtifactId}</artifactId> - <version>${pkgVersion}</version> - <optional>true</optional> - </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> -</project> http://git-wip-us.apache.org/repos/asf/servicemix-bundles/blob/428046ec/axiom-impl-1.2.12/src/main/resources/OSGI-INF/bundle.info ---------------------------------------------------------------------- diff --git a/axiom-impl-1.2.12/src/main/resources/OSGI-INF/bundle.info b/axiom-impl-1.2.12/src/main/resources/OSGI-INF/bundle.info deleted file mode 100644 index 0bafe12..0000000 --- a/axiom-impl-1.2.12/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 -Apache Axiom⢠is a StAX-based, XML Infoset compliant object model which supports on-demand building of the object tree. - -\u001B[1mSEE ALSO\u001B[0m - \u001B[36mhttp://ws.apache.org/axiom/\u001B[0m http://git-wip-us.apache.org/repos/asf/servicemix-bundles/blob/428046ec/azure-keyvault-core-1.0.0-beta3/pom.xml ---------------------------------------------------------------------- diff --git a/azure-keyvault-core-1.0.0-beta3/pom.xml b/azure-keyvault-core-1.0.0-beta3/pom.xml deleted file mode 100644 index 8710664..0000000 --- a/azure-keyvault-core-1.0.0-beta3/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.azure-keyvault-core</artifactId> - <version>1.0.0-beta4_1-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.microsoft.azure</pkgGroupId> - <pkgArtifactId>azure-keyvault-core</pkgArtifactId> - <pkgVersion>1.0.0-beta3</pkgVersion> - <servicemix.osgi.export.pkg> - com.microsoft.azure.keyvault.core - </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> - <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> - -</project> http://git-wip-us.apache.org/repos/asf/servicemix-bundles/blob/428046ec/azure-keyvault-core-1.0.0-beta3/src/main/resources/OSGI-INF/bundle.info ---------------------------------------------------------------------- diff --git a/azure-keyvault-core-1.0.0-beta3/src/main/resources/OSGI-INF/bundle.info b/azure-keyvault-core-1.0.0-beta3/src/main/resources/OSGI-INF/bundle.info deleted file mode 100644 index 68b7910..0000000 --- a/azure-keyvault-core-1.0.0-beta3/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 - The Azure Management Libraries for Java is a higher-level, object-oriented API for managing Azure resources. - -\u001B[1mSEE ALSO\u001B[0m - \u001B[36mhttps://github.com/Azure/azure-sdk-for-java\u001B[0m http://git-wip-us.apache.org/repos/asf/servicemix-bundles/blob/428046ec/azure-storage-5.0.0/pom.xml ---------------------------------------------------------------------- diff --git a/azure-storage-5.0.0/pom.xml b/azure-storage-5.0.0/pom.xml deleted file mode 100644 index 5e82efa..0000000 --- a/azure-storage-5.0.0/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.azure-storage</artifactId> - <version>5.0.0_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.microsoft.azure</pkgGroupId> - <pkgArtifactId>azure-storage</pkgArtifactId> - <pkgVersion>5.0.0</pkgVersion> - <servicemix.osgi.export.pkg> - com.microsoft.azure - </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> - <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> - -</project> http://git-wip-us.apache.org/repos/asf/servicemix-bundles/blob/428046ec/azure-storage-5.0.0/src/main/resources/OSGI-INF/bundle.info ---------------------------------------------------------------------- diff --git a/azure-storage-5.0.0/src/main/resources/OSGI-INF/bundle.info b/azure-storage-5.0.0/src/main/resources/OSGI-INF/bundle.info deleted file mode 100644 index 85deb20..0000000 --- a/azure-storage-5.0.0/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 - This project provides a client library in Java that makes it easy to consume Microsoft Azure Storage services - -\u001B[1mSEE ALSO\u001B[0m - \u001B[36mhttps://github.com/Azure/azure-storage-java\u001B[0m http://git-wip-us.apache.org/repos/asf/servicemix-bundles/blob/428046ec/azure-storage-5.1.1/pom.xml ---------------------------------------------------------------------- diff --git a/azure-storage-5.1.1/pom.xml b/azure-storage-5.1.1/pom.xml deleted file mode 100644 index 7812c6f..0000000 --- a/azure-storage-5.1.1/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.azure-storage</artifactId> - <version>5.1.1_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.microsoft.azure</pkgGroupId> - <pkgArtifactId>azure-storage</pkgArtifactId> - <pkgVersion>5.1.1</pkgVersion> - <servicemix.osgi.export.pkg> - com.microsoft.azure - </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> - <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> - -</project> http://git-wip-us.apache.org/repos/asf/servicemix-bundles/blob/428046ec/azure-storage-5.1.1/src/main/resources/OSGI-INF/bundle.info ---------------------------------------------------------------------- diff --git a/azure-storage-5.1.1/src/main/resources/OSGI-INF/bundle.info b/azure-storage-5.1.1/src/main/resources/OSGI-INF/bundle.info deleted file mode 100644 index 85deb20..0000000 --- a/azure-storage-5.1.1/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 - This project provides a client library in Java that makes it easy to consume Microsoft Azure Storage services - -\u001B[1mSEE ALSO\u001B[0m - \u001B[36mhttps://github.com/Azure/azure-storage-java\u001B[0m http://git-wip-us.apache.org/repos/asf/servicemix-bundles/blob/428046ec/batik-1.7/pom.xml ---------------------------------------------------------------------- diff --git a/batik-1.7/pom.xml b/batik-1.7/pom.xml deleted file mode 100644 index f7c7c98..0000000 --- a/batik-1.7/pom.xml +++ /dev/null @@ -1,190 +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>10</version> - <relativePath>../bundles-pom/pom.xml</relativePath> - </parent> - - <groupId>org.apache.servicemix.bundles</groupId> - <artifactId>org.apache.servicemix.bundles.batik</artifactId> - <version>1.7_4-SNAPSHOT</version> - <packaging>bundle</packaging> - <name>Apache ServiceMix :: Bundles :: batik</name> - <description>This OSGi bundle wraps batik-bridge, batik-extension, batik-svggen, batik-transcoder ${pkgVersion} jar files.</description> - - <properties> - <pkgGroupId>org.apache.xmlgraphics</pkgGroupId> - <pkgVersion>1.7</pkgVersion> - <servicemix.osgi.export.pkg> - org.apache.batik - </servicemix.osgi.export.pkg> - <servicemix.osgi.import.pkg> - javax.swing*, - javax.xml.parsers, - javax.xml.transform, - org.apache.xml.utils, - org.apache.xpath*, - org.mozilla.javascript;resolution:=optional, - org.w3c*;resolution:=optional, - org.xml.sax*, - com.sun.image.codec.jpeg;resolution:=optional, - javax.imageio, - javax.imageio.event, - javax.imageio.metadata, - javax.imageio.plugins.jpeg, - javax.imageio.stream, - javax.xml.transform.dom, - javax.xml.transform.stream - </servicemix.osgi.import.pkg> - </properties> - - <dependencies> - <dependency> - <groupId>${pkgGroupId}</groupId> - <artifactId>batik-bridge</artifactId> - <version>${pkgVersion}</version> - <optional>false</optional> - </dependency> - <dependency> - <groupId>${pkgGroupId}</groupId> - <artifactId>batik-extension</artifactId> - <version>${pkgVersion}</version> - <optional>false</optional> - </dependency> - <dependency> - <groupId>${pkgGroupId}</groupId> - <artifactId>batik-svggen</artifactId> - <version>${pkgVersion}</version> - <optional>false</optional> - </dependency> - <dependency> - <groupId>${pkgGroupId}</groupId> - <artifactId>batik-transcoder</artifactId> - <version>${pkgVersion}</version> - <optional>false</optional> - </dependency> - <dependency> - <groupId>${pkgGroupId}</groupId> - <artifactId>batik-codec</artifactId> - <version>${pkgVersion}</version> - <optional>false</optional> - </dependency> - - <!-- sources --> - <!-- Not available on Central - <dependency> - <groupId>${pkgGroupId}</groupId> - <artifactId>batik-bridge</artifactId> - <version>${pkgVersion}</version> - <classifier>sources</classifier> - <optional>true</optional> - </dependency> - <dependency> - <groupId>${pkgGroupId}</groupId> - <artifactId>batik-extension</artifactId> - <version>${pkgVersion}</version> - <classifier>sources</classifier> - <optional>true</optional> - </dependency> - <dependency> - <groupId>${pkgGroupId}</groupId> - <artifactId>batik-svggen</artifactId> - <version>${pkgVersion}</version> - <classifier>sources</classifier> - <optional>true</optional> - </dependency> - <dependency> - <groupId>${pkgGroupId}</groupId> - <artifactId>batik-transcoder</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}:batik-bridge</include> - <include>${pkgGroupId}:batik-extension</include> - <include>${pkgGroupId}:batik-svggen</include> - <include>${pkgGroupId}:batik-transcoder</include> - <include>${pkgGroupId}:batik-codec</include> - </includes> - </artifactSet> - <filters> - <filter> - <artifact>${pkgGroupId}:batik-bridge</artifact> - <excludes> - <exclude>**</exclude> - </excludes> - </filter> - <filter> - <artifact>${pkgGroupId}:batik-extension</artifact> - <excludes> - <exclude>**</exclude> - </excludes> - </filter> - <filter> - <artifact>${pkgGroupId}:batik-svggen</artifact> - <excludes> - <exclude>**</exclude> - </excludes> - </filter> - <filter> - <artifact>${pkgGroupId}:batik-transcoder</artifact> - <excludes> - <exclude>**</exclude> - </excludes> - </filter> - <filter> - <artifact>${pkgGroupId}:batik-codec</artifact> - <excludes> - <exclude>**</exclude> - </excludes> - </filter> - </filters> - <createDependencyReducedPom>true</createDependencyReducedPom> - <promoteTransitiveDependencies>true</promoteTransitiveDependencies> - </configuration> - </execution> - </executions> - </plugin> - </plugins> - </build> -</project> http://git-wip-us.apache.org/repos/asf/servicemix-bundles/blob/428046ec/batik-1.7/src/main/resources/OSGI-INF/bundle.info ---------------------------------------------------------------------- diff --git a/batik-1.7/src/main/resources/OSGI-INF/bundle.info b/batik-1.7/src/main/resources/OSGI-INF/bundle.info deleted file mode 100644 index 3e9f8aa..0000000 --- a/batik-1.7/src/main/resources/OSGI-INF/bundle.info +++ /dev/null @@ -1,19 +0,0 @@ -\u001B[1mSYNOPSIS\u001B[0m - ${project.description} - - Original Maven URL: - \u001B[33mmvn:${pkgGroupId}/${pkgArtifactId}/${pkgVersion}\u001B[0m - -\u001B[1mDESCRIPTION\u001B[0m - Batik is a Java-based toolkit for applications or applets that want to use images in the - Scalable Vector Graphics (SVG) format for various purposes, such as display, generation or manipulation. - - The projectâs ambition is to give developers a set of core modules that can be used together or individually to - support specific SVG solutions. Examples of modules are the SVG Parser, the SVG Generator and the SVG DOM. - Another ambition for the Batik project is to make it highly extensibleâfor example, Batik allows the developer to - handle custom SVG elements. Even though the goal of the project is to provide a set of core modules, one of the - deliverables is a full fledged SVG browser implementation which validates the various modules and their - inter-operability. - -\u001B[1mSEE ALSO\u001B[0m - \u001B[36mhttp://xmlgraphics.apache.org/batik/\u001B[0m http://git-wip-us.apache.org/repos/asf/servicemix-bundles/blob/428046ec/batik-1.8/pom.xml ---------------------------------------------------------------------- diff --git a/batik-1.8/pom.xml b/batik-1.8/pom.xml deleted file mode 100644 index 0e09993..0000000 --- a/batik-1.8/pom.xml +++ /dev/null @@ -1,199 +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>12</version> - <relativePath>../bundles-pom/pom.xml</relativePath> - </parent> - - <groupId>org.apache.servicemix.bundles</groupId> - <artifactId>org.apache.servicemix.bundles.batik</artifactId> - <version>1.8_2-SNAPSHOT</version> - <packaging>bundle</packaging> - <name>Apache ServiceMix :: Bundles :: batik</name> - <description>This OSGi bundle wraps batik-bridge, batik-extension, batik-svggen, batik-transcoder ${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>org.apache.xmlgraphics</pkgGroupId> - <pkgVersion>1.8</pkgVersion> - <servicemix.osgi.export.pkg> - org.apache.batik - </servicemix.osgi.export.pkg> - <servicemix.osgi.import.pkg> - javax.swing*, - javax.xml.parsers, - javax.xml.transform, - org.apache.xml.utils, - org.apache.xpath*, - org.apache.xmlgraphics.java2d.color;resolution:=optional, - org.apache.xmlgraphics.java2d.color.profile;resolution:=optional, - org.mozilla.javascript;resolution:=optional, - org.w3c*;resolution:=optional, - org.xml.sax*, - com.sun.image.codec.jpeg;resolution:=optional, - javax.imageio, - javax.imageio.event, - javax.imageio.metadata, - javax.imageio.plugins.jpeg, - javax.imageio.stream, - javax.xml.transform.dom, - javax.xml.transform.stream - </servicemix.osgi.import.pkg> - </properties> - - <dependencies> - <dependency> - <groupId>${pkgGroupId}</groupId> - <artifactId>batik-bridge</artifactId> - <version>${pkgVersion}</version> - <optional>false</optional> - </dependency> - <dependency> - <groupId>${pkgGroupId}</groupId> - <artifactId>batik-extension</artifactId> - <version>${pkgVersion}</version> - <optional>false</optional> - </dependency> - <dependency> - <groupId>${pkgGroupId}</groupId> - <artifactId>batik-svggen</artifactId> - <version>${pkgVersion}</version> - <optional>false</optional> - </dependency> - <dependency> - <groupId>${pkgGroupId}</groupId> - <artifactId>batik-transcoder</artifactId> - <version>${pkgVersion}</version> - <optional>false</optional> - </dependency> - <dependency> - <groupId>${pkgGroupId}</groupId> - <artifactId>batik-codec</artifactId> - <version>${pkgVersion}</version> - <optional>false</optional> - </dependency> - - <!-- sources --> - <!-- Not available on Central - <dependency> - <groupId>${pkgGroupId}</groupId> - <artifactId>batik-bridge</artifactId> - <version>${pkgVersion}</version> - <classifier>sources</classifier> - <optional>true</optional> - </dependency> - <dependency> - <groupId>${pkgGroupId}</groupId> - <artifactId>batik-extension</artifactId> - <version>${pkgVersion}</version> - <classifier>sources</classifier> - <optional>true</optional> - </dependency> - <dependency> - <groupId>${pkgGroupId}</groupId> - <artifactId>batik-svggen</artifactId> - <version>${pkgVersion}</version> - <classifier>sources</classifier> - <optional>true</optional> - </dependency> - <dependency> - <groupId>${pkgGroupId}</groupId> - <artifactId>batik-transcoder</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}:batik-bridge</include> - <include>${pkgGroupId}:batik-extension</include> - <include>${pkgGroupId}:batik-svggen</include> - <include>${pkgGroupId}:batik-transcoder</include> - <include>${pkgGroupId}:batik-codec</include> - </includes> - </artifactSet> - <filters> - <filter> - <artifact>${pkgGroupId}:batik-bridge</artifact> - <excludes> - <exclude>**</exclude> - </excludes> - </filter> - <filter> - <artifact>${pkgGroupId}:batik-extension</artifact> - <excludes> - <exclude>**</exclude> - </excludes> - </filter> - <filter> - <artifact>${pkgGroupId}:batik-svggen</artifact> - <excludes> - <exclude>**</exclude> - </excludes> - </filter> - <filter> - <artifact>${pkgGroupId}:batik-transcoder</artifact> - <excludes> - <exclude>**</exclude> - </excludes> - </filter> - <filter> - <artifact>${pkgGroupId}:batik-codec</artifact> - <excludes> - <exclude>**</exclude> - </excludes> - </filter> - </filters> - <createDependencyReducedPom>true</createDependencyReducedPom> - <promoteTransitiveDependencies>true</promoteTransitiveDependencies> - </configuration> - </execution> - </executions> - </plugin> - </plugins> - </build> -</project> http://git-wip-us.apache.org/repos/asf/servicemix-bundles/blob/428046ec/batik-1.8/src/main/resources/OSGI-INF/bundle.info ---------------------------------------------------------------------- diff --git a/batik-1.8/src/main/resources/OSGI-INF/bundle.info b/batik-1.8/src/main/resources/OSGI-INF/bundle.info deleted file mode 100644 index 3e9f8aa..0000000 --- a/batik-1.8/src/main/resources/OSGI-INF/bundle.info +++ /dev/null @@ -1,19 +0,0 @@ -\u001B[1mSYNOPSIS\u001B[0m - ${project.description} - - Original Maven URL: - \u001B[33mmvn:${pkgGroupId}/${pkgArtifactId}/${pkgVersion}\u001B[0m - -\u001B[1mDESCRIPTION\u001B[0m - Batik is a Java-based toolkit for applications or applets that want to use images in the - Scalable Vector Graphics (SVG) format for various purposes, such as display, generation or manipulation. - - The projectâs ambition is to give developers a set of core modules that can be used together or individually to - support specific SVG solutions. Examples of modules are the SVG Parser, the SVG Generator and the SVG DOM. - Another ambition for the Batik project is to make it highly extensibleâfor example, Batik allows the developer to - handle custom SVG elements. Even though the goal of the project is to provide a set of core modules, one of the - deliverables is a full fledged SVG browser implementation which validates the various modules and their - inter-operability. - -\u001B[1mSEE ALSO\u001B[0m - \u001B[36mhttp://xmlgraphics.apache.org/batik/\u001B[0m http://git-wip-us.apache.org/repos/asf/servicemix-bundles/blob/428046ec/bazaarvoice-jolt-0.0.16/pom.xml ---------------------------------------------------------------------- diff --git a/bazaarvoice-jolt-0.0.16/pom.xml b/bazaarvoice-jolt-0.0.16/pom.xml deleted file mode 100644 index 15ff64d..0000000 --- a/bazaarvoice-jolt-0.0.16/pom.xml +++ /dev/null @@ -1,129 +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>12</version> - <relativePath>../bundles-pom/pom.xml</relativePath> - </parent> - - <groupId>org.apache.servicemix.bundles</groupId> - <artifactId>org.apache.servicemix.bundles.bazaarvoice-jolt</artifactId> - <version>0.0.16_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.bazaarvoice.jolt</pkgGroupId> - <pkgArtifactId>jolt</pkgArtifactId> - <pkgVersion>0.0.16</pkgVersion> - <servicemix.osgi.export.pkg> - com.bazaarvoice.jolt* - </servicemix.osgi.export.pkg> - <servicemix.osgi.import.pkg> - * - </servicemix.osgi.import.pkg> - </properties> - - <dependencies> - <dependency> - <groupId>${pkgGroupId}</groupId> - <artifactId>json-utils</artifactId> - <version>${pkgVersion}</version> - <optional>true</optional> - </dependency> - <dependency> - <groupId>${pkgGroupId}</groupId> - <artifactId>jolt-core</artifactId> - <version>${pkgVersion}</version> - <optional>true</optional> - </dependency> - - <!-- sources --> - <dependency> - <groupId>${pkgGroupId}</groupId> - <artifactId>json-utils</artifactId> - <version>${pkgVersion}</version> - <classifier>sources</classifier> - <optional>true</optional> - </dependency> - <dependency> - <groupId>${pkgGroupId}</groupId> - <artifactId>jolt-core</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}:json-utils</include> - <include>${pkgGroupId}:jolt-core</include> - </includes> - </artifactSet> - <filters> - <filter> - <artifact>${pkgGroupId}:json-utils</artifact> - <excludes> - <exclude>**</exclude> - </excludes> - </filter> - <filter> - <artifact>${pkgGroupId}:jolt-core</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/428046ec/bazaarvoice-jolt-0.0.16/src/main/resources/OSGI-INF/bundle.info ---------------------------------------------------------------------- diff --git a/bazaarvoice-jolt-0.0.16/src/main/resources/OSGI-INF/bundle.info b/bazaarvoice-jolt-0.0.16/src/main/resources/OSGI-INF/bundle.info deleted file mode 100644 index 876d75b..0000000 --- a/bazaarvoice-jolt-0.0.16/src/main/resources/OSGI-INF/bundle.info +++ /dev/null @@ -1,12 +0,0 @@ -\u001B[1mSYNOPSIS\u001B[0m - ${project.description} - - Original Maven URL: - \u001B[33mmvn:${pkgGroupId}/${pkgArtifactId}/${pkgVersion}\u001B[0m - -\u001B[1mDESCRIPTION\u001B[0m - JSON to JSON transformation library written in Java where the "specification" for the - transform is itself a JSON document. - -\u001B[1mSEE ALSO\u001B[0m - \u001B[36mhttp://bazaarvoice.github.io/jolt/\u001B[0m http://git-wip-us.apache.org/repos/asf/servicemix-bundles/blob/428046ec/bazaarvoice-jolt-0.0.20/pom.xml ---------------------------------------------------------------------- diff --git a/bazaarvoice-jolt-0.0.20/pom.xml b/bazaarvoice-jolt-0.0.20/pom.xml deleted file mode 100644 index d00ba66..0000000 --- a/bazaarvoice-jolt-0.0.20/pom.xml +++ /dev/null @@ -1,129 +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>12</version> - <relativePath>../bundles-pom/pom.xml</relativePath> - </parent> - - <groupId>org.apache.servicemix.bundles</groupId> - <artifactId>org.apache.servicemix.bundles.bazaarvoice-jolt</artifactId> - <version>0.0.20_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.bazaarvoice.jolt</pkgGroupId> - <pkgArtifactId>jolt</pkgArtifactId> - <pkgVersion>0.0.20</pkgVersion> - <servicemix.osgi.export.pkg> - com.bazaarvoice.jolt* - </servicemix.osgi.export.pkg> - <servicemix.osgi.import.pkg> - * - </servicemix.osgi.import.pkg> - </properties> - - <dependencies> - <dependency> - <groupId>${pkgGroupId}</groupId> - <artifactId>json-utils</artifactId> - <version>${pkgVersion}</version> - <optional>true</optional> - </dependency> - <dependency> - <groupId>${pkgGroupId}</groupId> - <artifactId>jolt-core</artifactId> - <version>${pkgVersion}</version> - <optional>true</optional> - </dependency> - - <!-- sources --> - <dependency> - <groupId>${pkgGroupId}</groupId> - <artifactId>json-utils</artifactId> - <version>${pkgVersion}</version> - <classifier>sources</classifier> - <optional>true</optional> - </dependency> - <dependency> - <groupId>${pkgGroupId}</groupId> - <artifactId>jolt-core</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}:json-utils</include> - <include>${pkgGroupId}:jolt-core</include> - </includes> - </artifactSet> - <filters> - <filter> - <artifact>${pkgGroupId}:json-utils</artifact> - <excludes> - <exclude>**</exclude> - </excludes> - </filter> - <filter> - <artifact>${pkgGroupId}:jolt-core</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/428046ec/bazaarvoice-jolt-0.0.20/src/main/resources/OSGI-INF/bundle.info ---------------------------------------------------------------------- diff --git a/bazaarvoice-jolt-0.0.20/src/main/resources/OSGI-INF/bundle.info b/bazaarvoice-jolt-0.0.20/src/main/resources/OSGI-INF/bundle.info deleted file mode 100644 index 876d75b..0000000 --- a/bazaarvoice-jolt-0.0.20/src/main/resources/OSGI-INF/bundle.info +++ /dev/null @@ -1,12 +0,0 @@ -\u001B[1mSYNOPSIS\u001B[0m - ${project.description} - - Original Maven URL: - \u001B[33mmvn:${pkgGroupId}/${pkgArtifactId}/${pkgVersion}\u001B[0m - -\u001B[1mDESCRIPTION\u001B[0m - JSON to JSON transformation library written in Java where the "specification" for the - transform is itself a JSON document. - -\u001B[1mSEE ALSO\u001B[0m - \u001B[36mhttp://bazaarvoice.github.io/jolt/\u001B[0m http://git-wip-us.apache.org/repos/asf/servicemix-bundles/blob/428046ec/bazaarvoice-jolt-0.0.21/pom.xml ---------------------------------------------------------------------- diff --git a/bazaarvoice-jolt-0.0.21/pom.xml b/bazaarvoice-jolt-0.0.21/pom.xml deleted file mode 100644 index 91b62e4..0000000 --- a/bazaarvoice-jolt-0.0.21/pom.xml +++ /dev/null @@ -1,129 +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>12</version> - <relativePath>../bundles-pom/pom.xml</relativePath> - </parent> - - <groupId>org.apache.servicemix.bundles</groupId> - <artifactId>org.apache.servicemix.bundles.bazaarvoice-jolt</artifactId> - <version>0.0.21_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.bazaarvoice.jolt</pkgGroupId> - <pkgArtifactId>jolt</pkgArtifactId> - <pkgVersion>0.0.21</pkgVersion> - <servicemix.osgi.export.pkg> - com.bazaarvoice.jolt* - </servicemix.osgi.export.pkg> - <servicemix.osgi.import.pkg> - * - </servicemix.osgi.import.pkg> - </properties> - - <dependencies> - <dependency> - <groupId>${pkgGroupId}</groupId> - <artifactId>json-utils</artifactId> - <version>${pkgVersion}</version> - <optional>true</optional> - </dependency> - <dependency> - <groupId>${pkgGroupId}</groupId> - <artifactId>jolt-core</artifactId> - <version>${pkgVersion}</version> - <optional>true</optional> - </dependency> - - <!-- sources --> - <dependency> - <groupId>${pkgGroupId}</groupId> - <artifactId>json-utils</artifactId> - <version>${pkgVersion}</version> - <classifier>sources</classifier> - <optional>true</optional> - </dependency> - <dependency> - <groupId>${pkgGroupId}</groupId> - <artifactId>jolt-core</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}:json-utils</include> - <include>${pkgGroupId}:jolt-core</include> - </includes> - </artifactSet> - <filters> - <filter> - <artifact>${pkgGroupId}:json-utils</artifact> - <excludes> - <exclude>**</exclude> - </excludes> - </filter> - <filter> - <artifact>${pkgGroupId}:jolt-core</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/428046ec/bazaarvoice-jolt-0.0.21/src/main/resources/OSGI-INF/bundle.info ---------------------------------------------------------------------- diff --git a/bazaarvoice-jolt-0.0.21/src/main/resources/OSGI-INF/bundle.info b/bazaarvoice-jolt-0.0.21/src/main/resources/OSGI-INF/bundle.info deleted file mode 100644 index 876d75b..0000000 --- a/bazaarvoice-jolt-0.0.21/src/main/resources/OSGI-INF/bundle.info +++ /dev/null @@ -1,12 +0,0 @@ -\u001B[1mSYNOPSIS\u001B[0m - ${project.description} - - Original Maven URL: - \u001B[33mmvn:${pkgGroupId}/${pkgArtifactId}/${pkgVersion}\u001B[0m - -\u001B[1mDESCRIPTION\u001B[0m - JSON to JSON transformation library written in Java where the "specification" for the - transform is itself a JSON document. - -\u001B[1mSEE ALSO\u001B[0m - \u001B[36mhttp://bazaarvoice.github.io/jolt/\u001B[0m http://git-wip-us.apache.org/repos/asf/servicemix-bundles/blob/428046ec/bazaarvoice-jolt-0.0.22/pom.xml ---------------------------------------------------------------------- diff --git a/bazaarvoice-jolt-0.0.22/pom.xml b/bazaarvoice-jolt-0.0.22/pom.xml deleted file mode 100644 index 64423b4..0000000 --- a/bazaarvoice-jolt-0.0.22/pom.xml +++ /dev/null @@ -1,129 +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>12</version> - <relativePath>../bundles-pom/pom.xml</relativePath> - </parent> - - <groupId>org.apache.servicemix.bundles</groupId> - <artifactId>org.apache.servicemix.bundles.bazaarvoice-jolt</artifactId> - <version>0.0.22_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.bazaarvoice.jolt</pkgGroupId> - <pkgArtifactId>jolt</pkgArtifactId> - <pkgVersion>0.0.22</pkgVersion> - <servicemix.osgi.export.pkg> - com.bazaarvoice.jolt* - </servicemix.osgi.export.pkg> - <servicemix.osgi.import.pkg> - * - </servicemix.osgi.import.pkg> - </properties> - - <dependencies> - <dependency> - <groupId>${pkgGroupId}</groupId> - <artifactId>json-utils</artifactId> - <version>${pkgVersion}</version> - <optional>true</optional> - </dependency> - <dependency> - <groupId>${pkgGroupId}</groupId> - <artifactId>jolt-core</artifactId> - <version>${pkgVersion}</version> - <optional>true</optional> - </dependency> - - <!-- sources --> - <dependency> - <groupId>${pkgGroupId}</groupId> - <artifactId>json-utils</artifactId> - <version>${pkgVersion}</version> - <classifier>sources</classifier> - <optional>true</optional> - </dependency> - <dependency> - <groupId>${pkgGroupId}</groupId> - <artifactId>jolt-core</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}:json-utils</include> - <include>${pkgGroupId}:jolt-core</include> - </includes> - </artifactSet> - <filters> - <filter> - <artifact>${pkgGroupId}:json-utils</artifact> - <excludes> - <exclude>**</exclude> - </excludes> - </filter> - <filter> - <artifact>${pkgGroupId}:jolt-core</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/428046ec/bazaarvoice-jolt-0.0.22/src/main/resources/OSGI-INF/bundle.info ---------------------------------------------------------------------- diff --git a/bazaarvoice-jolt-0.0.22/src/main/resources/OSGI-INF/bundle.info b/bazaarvoice-jolt-0.0.22/src/main/resources/OSGI-INF/bundle.info deleted file mode 100644 index 876d75b..0000000 --- a/bazaarvoice-jolt-0.0.22/src/main/resources/OSGI-INF/bundle.info +++ /dev/null @@ -1,12 +0,0 @@ -\u001B[1mSYNOPSIS\u001B[0m - ${project.description} - - Original Maven URL: - \u001B[33mmvn:${pkgGroupId}/${pkgArtifactId}/${pkgVersion}\u001B[0m - -\u001B[1mDESCRIPTION\u001B[0m - JSON to JSON transformation library written in Java where the "specification" for the - transform is itself a JSON document. - -\u001B[1mSEE ALSO\u001B[0m - \u001B[36mhttp://bazaarvoice.github.io/jolt/\u001B[0m http://git-wip-us.apache.org/repos/asf/servicemix-bundles/blob/428046ec/bazaarvoice-jolt-0.0.23/pom.xml ---------------------------------------------------------------------- diff --git a/bazaarvoice-jolt-0.0.23/pom.xml b/bazaarvoice-jolt-0.0.23/pom.xml deleted file mode 100644 index 24a3e51..0000000 --- a/bazaarvoice-jolt-0.0.23/pom.xml +++ /dev/null @@ -1,129 +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>12</version> - <relativePath>../bundles-pom/pom.xml</relativePath> - </parent> - - <groupId>org.apache.servicemix.bundles</groupId> - <artifactId>org.apache.servicemix.bundles.bazaarvoice-jolt</artifactId> - <version>0.0.23_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.bazaarvoice.jolt</pkgGroupId> - <pkgArtifactId>jolt</pkgArtifactId> - <pkgVersion>0.0.23</pkgVersion> - <servicemix.osgi.export.pkg> - com.bazaarvoice.jolt* - </servicemix.osgi.export.pkg> - <servicemix.osgi.import.pkg> - * - </servicemix.osgi.import.pkg> - </properties> - - <dependencies> - <dependency> - <groupId>${pkgGroupId}</groupId> - <artifactId>json-utils</artifactId> - <version>${pkgVersion}</version> - <optional>true</optional> - </dependency> - <dependency> - <groupId>${pkgGroupId}</groupId> - <artifactId>jolt-core</artifactId> - <version>${pkgVersion}</version> - <optional>true</optional> - </dependency> - - <!-- sources --> - <dependency> - <groupId>${pkgGroupId}</groupId> - <artifactId>json-utils</artifactId> - <version>${pkgVersion}</version> - <classifier>sources</classifier> - <optional>true</optional> - </dependency> - <dependency> - <groupId>${pkgGroupId}</groupId> - <artifactId>jolt-core</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}:json-utils</include> - <include>${pkgGroupId}:jolt-core</include> - </includes> - </artifactSet> - <filters> - <filter> - <artifact>${pkgGroupId}:json-utils</artifact> - <excludes> - <exclude>**</exclude> - </excludes> - </filter> - <filter> - <artifact>${pkgGroupId}:jolt-core</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/428046ec/bazaarvoice-jolt-0.0.23/src/main/resources/OSGI-INF/bundle.info ---------------------------------------------------------------------- diff --git a/bazaarvoice-jolt-0.0.23/src/main/resources/OSGI-INF/bundle.info b/bazaarvoice-jolt-0.0.23/src/main/resources/OSGI-INF/bundle.info deleted file mode 100644 index 876d75b..0000000 --- a/bazaarvoice-jolt-0.0.23/src/main/resources/OSGI-INF/bundle.info +++ /dev/null @@ -1,12 +0,0 @@ -\u001B[1mSYNOPSIS\u001B[0m - ${project.description} - - Original Maven URL: - \u001B[33mmvn:${pkgGroupId}/${pkgArtifactId}/${pkgVersion}\u001B[0m - -\u001B[1mDESCRIPTION\u001B[0m - JSON to JSON transformation library written in Java where the "specification" for the - transform is itself a JSON document. - -\u001B[1mSEE ALSO\u001B[0m - \u001B[36mhttp://bazaarvoice.github.io/jolt/\u001B[0m http://git-wip-us.apache.org/repos/asf/servicemix-bundles/blob/428046ec/bazaarvoice-jolt-0.0.24/pom.xml ---------------------------------------------------------------------- diff --git a/bazaarvoice-jolt-0.0.24/pom.xml b/bazaarvoice-jolt-0.0.24/pom.xml deleted file mode 100644 index 301d3a6..0000000 --- a/bazaarvoice-jolt-0.0.24/pom.xml +++ /dev/null @@ -1,129 +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>12</version> - <relativePath>../bundles-pom/pom.xml</relativePath> - </parent> - - <groupId>org.apache.servicemix.bundles</groupId> - <artifactId>org.apache.servicemix.bundles.bazaarvoice-jolt</artifactId> - <version>0.0.24_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.bazaarvoice.jolt</pkgGroupId> - <pkgArtifactId>jolt</pkgArtifactId> - <pkgVersion>0.0.24</pkgVersion> - <servicemix.osgi.export.pkg> - com.bazaarvoice.jolt* - </servicemix.osgi.export.pkg> - <servicemix.osgi.import.pkg> - * - </servicemix.osgi.import.pkg> - </properties> - - <dependencies> - <dependency> - <groupId>${pkgGroupId}</groupId> - <artifactId>json-utils</artifactId> - <version>${pkgVersion}</version> - <optional>true</optional> - </dependency> - <dependency> - <groupId>${pkgGroupId}</groupId> - <artifactId>jolt-core</artifactId> - <version>${pkgVersion}</version> - <optional>true</optional> - </dependency> - - <!-- sources --> - <dependency> - <groupId>${pkgGroupId}</groupId> - <artifactId>json-utils</artifactId> - <version>${pkgVersion}</version> - <classifier>sources</classifier> - <optional>true</optional> - </dependency> - <dependency> - <groupId>${pkgGroupId}</groupId> - <artifactId>jolt-core</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}:json-utils</include> - <include>${pkgGroupId}:jolt-core</include> - </includes> - </artifactSet> - <filters> - <filter> - <artifact>${pkgGroupId}:json-utils</artifact> - <excludes> - <exclude>**</exclude> - </excludes> - </filter> - <filter> - <artifact>${pkgGroupId}:jolt-core</artifact> - <excludes> - <exclude>**</exclude> - </excludes> - </filter> - </filters> - <promoteTransitiveDependencies>true</promoteTransitiveDependencies> - <createDependencyReducedPom>true</createDependencyReducedPom> - </configuration> - </execution> - </executions> - </plugin> - </plugins> - </build> - -</project>
