Repository: servicemix-bundles Updated Branches: refs/heads/master ad9fa1550 -> 29888409e
[maven-release-plugin] prepare release org.apache.servicemix.bundles.aws-java-sdk-1.11.49_1 Project: http://git-wip-us.apache.org/repos/asf/servicemix-bundles/repo Commit: http://git-wip-us.apache.org/repos/asf/servicemix-bundles/commit/29888409 Tree: http://git-wip-us.apache.org/repos/asf/servicemix-bundles/tree/29888409 Diff: http://git-wip-us.apache.org/repos/asf/servicemix-bundles/diff/29888409 Branch: refs/heads/master Commit: 29888409ee5dfafb5f062fac45882800837bdc0c Parents: ad9fa15 Author: Jean-Baptiste Onofré <[email protected]> Authored: Mon Oct 31 16:29:22 2016 +0100 Committer: Jean-Baptiste Onofré <[email protected]> Committed: Mon Oct 31 16:29:22 2016 +0100 ---------------------------------------------------------------------- aws-java-sdk-1.11.49/pom.xml | 346 +++++++++++++++++++------------------- 1 file changed, 173 insertions(+), 173 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/servicemix-bundles/blob/29888409/aws-java-sdk-1.11.49/pom.xml ---------------------------------------------------------------------- diff --git a/aws-java-sdk-1.11.49/pom.xml b/aws-java-sdk-1.11.49/pom.xml index 8e04a11..df10559 100644 --- a/aws-java-sdk-1.11.49/pom.xml +++ b/aws-java-sdk-1.11.49/pom.xml @@ -1,173 +1,173 @@ -<?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/maven-v4_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.aws-java-sdk</artifactId> - <packaging>bundle</packaging> - <version>1.11.49_1-SNAPSHOT</version> - <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.amazonaws</pkgGroupId> - <pkgArtifactId>aws-java-sdk</pkgArtifactId> - <pkgVersion>1.11.49</pkgVersion> - <servicemix.osgi.export.pkg> - com.amazonaws* - </servicemix.osgi.export.pkg> - <servicemix.osgi.import.pkg> - com.fasterxml.jackson*;resolution:=optional, - javax.crypto*, - javax.mail*;version="[1.4,2)";resolution:=optional, - javax.management, - javax.net*, - javax.xml*, - org.w3c.dom, - org.xml.sax*, - org.apache.commons.codec*;version="[1.3,2)", - org.apache.commons.logging*;version="[1.1,2)";resolution:=optional, - org.aspectj.lang*;version="[1,2)";resolution:=optional, - org.junit*;version="[4,5)";resolution:=optional, - org.springframework*;version="[2.5,4)";resolution:=optional, - javax.security.auth.x500;resolution:=optional, - org.ietf.jgss;resolution:=optional, - javax.naming, - javax.naming.directory, - javax.naming.ldap - </servicemix.osgi.import.pkg> - <servicemix.osgi.private.pkg> - org.apache.http.*, - org.joda.convert*, - org.joda.time*, - software.amazon.ion* - </servicemix.osgi.private.pkg> - </properties> - - <dependencies> - <dependency> - <groupId>${pkgGroupId}</groupId> - <artifactId>${pkgArtifactId}</artifactId> - <version>${pkgVersion}</version> - </dependency> - <dependency> - <groupId>${pkgGroupId}</groupId> - <artifactId>${pkgArtifactId}-core</artifactId> - <version>${pkgVersion}</version> - </dependency> - <dependency> - <groupId>org.joda</groupId> - <artifactId>joda-convert</artifactId> - <version>1.5</version> - </dependency> - <dependency> - <groupId>software.amazon.ion</groupId> - <artifactId>ion-java</artifactId> - <version>1.0.0</version> - </dependency> - - <!-- sources - Not available on Central - <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> - <include>${pkgGroupId}:${pkgArtifactId}-core</include> - <include>software.amazon.ion:ion-java</include> - <include>org.joda:joda-convert</include> - </includes> - </artifactSet> - <filters> - <filter> - <artifact>${pkgGroupId}:${pkgArtifactId}</artifact> - <includes> - <include>mime.types</include> - <include>**/*.handlers</include> - <include>**/*.xml</include> - <include>**/*.properties</include> - </includes> - </filter> - <filter> - <artifact>${pkgGroupId}:${pkgArtifactId}-core</artifact> - <includes> - <include>**/*.json</include> - <include>**/*.handlers</include> - <include>**/*.xml</include> - <include>**/*.properties</include> - </includes> - </filter> - <filter> - <artifact>software.amazon.ion:ion-java</artifact> - <excludes> - <exclude>**/*</exclude> - </excludes> - </filter> - <filter> - <artifact>org.joda:joda-convert</artifact> - <excludes> - <exclude>**/*</exclude> - </excludes> - </filter> - </filters> - <promoteTransitiveDependencies>true</promoteTransitiveDependencies> - <createDependencyReducedPom>true</createDependencyReducedPom> - </configuration> - </execution> - </executions> - </plugin> - </plugins> - </build> -</project> +<?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/maven-v4_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.aws-java-sdk</artifactId> + <packaging>bundle</packaging> + <version>1.11.49_1</version> + <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>org.apache.servicemix.bundles.aws-java-sdk-1.11.49_1</tag> + </scm> + + <properties> + <pkgGroupId>com.amazonaws</pkgGroupId> + <pkgArtifactId>aws-java-sdk</pkgArtifactId> + <pkgVersion>1.11.49</pkgVersion> + <servicemix.osgi.export.pkg> + com.amazonaws* + </servicemix.osgi.export.pkg> + <servicemix.osgi.import.pkg> + com.fasterxml.jackson*;resolution:=optional, + javax.crypto*, + javax.mail*;version="[1.4,2)";resolution:=optional, + javax.management, + javax.net*, + javax.xml*, + org.w3c.dom, + org.xml.sax*, + org.apache.commons.codec*;version="[1.3,2)", + org.apache.commons.logging*;version="[1.1,2)";resolution:=optional, + org.aspectj.lang*;version="[1,2)";resolution:=optional, + org.junit*;version="[4,5)";resolution:=optional, + org.springframework*;version="[2.5,4)";resolution:=optional, + javax.security.auth.x500;resolution:=optional, + org.ietf.jgss;resolution:=optional, + javax.naming, + javax.naming.directory, + javax.naming.ldap + </servicemix.osgi.import.pkg> + <servicemix.osgi.private.pkg> + org.apache.http.*, + org.joda.convert*, + org.joda.time*, + software.amazon.ion* + </servicemix.osgi.private.pkg> + </properties> + + <dependencies> + <dependency> + <groupId>${pkgGroupId}</groupId> + <artifactId>${pkgArtifactId}</artifactId> + <version>${pkgVersion}</version> + </dependency> + <dependency> + <groupId>${pkgGroupId}</groupId> + <artifactId>${pkgArtifactId}-core</artifactId> + <version>${pkgVersion}</version> + </dependency> + <dependency> + <groupId>org.joda</groupId> + <artifactId>joda-convert</artifactId> + <version>1.5</version> + </dependency> + <dependency> + <groupId>software.amazon.ion</groupId> + <artifactId>ion-java</artifactId> + <version>1.0.0</version> + </dependency> + + <!-- sources + Not available on Central + <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> + <include>${pkgGroupId}:${pkgArtifactId}-core</include> + <include>software.amazon.ion:ion-java</include> + <include>org.joda:joda-convert</include> + </includes> + </artifactSet> + <filters> + <filter> + <artifact>${pkgGroupId}:${pkgArtifactId}</artifact> + <includes> + <include>mime.types</include> + <include>**/*.handlers</include> + <include>**/*.xml</include> + <include>**/*.properties</include> + </includes> + </filter> + <filter> + <artifact>${pkgGroupId}:${pkgArtifactId}-core</artifact> + <includes> + <include>**/*.json</include> + <include>**/*.handlers</include> + <include>**/*.xml</include> + <include>**/*.properties</include> + </includes> + </filter> + <filter> + <artifact>software.amazon.ion:ion-java</artifact> + <excludes> + <exclude>**/*</exclude> + </excludes> + </filter> + <filter> + <artifact>org.joda:joda-convert</artifact> + <excludes> + <exclude>**/*</exclude> + </excludes> + </filter> + </filters> + <promoteTransitiveDependencies>true</promoteTransitiveDependencies> + <createDependencyReducedPom>true</createDependencyReducedPom> + </configuration> + </execution> + </executions> + </plugin> + </plugins> + </build> +</project>
