You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@servicemix.apache.org by ac...@apache.org on 2018/07/26 11:36:28 UTC

[1/2] servicemix-bundles git commit: [SM-3768] Create OSGi bundle for Saxon 9.8.0-14

Repository: servicemix-bundles
Updated Branches:
  refs/heads/master 5505a7718 -> e6911d71c


[SM-3768] Create OSGi bundle for Saxon 9.8.0-14


Project: http://git-wip-us.apache.org/repos/asf/servicemix-bundles/repo
Commit: http://git-wip-us.apache.org/repos/asf/servicemix-bundles/commit/25d57bae
Tree: http://git-wip-us.apache.org/repos/asf/servicemix-bundles/tree/25d57bae
Diff: http://git-wip-us.apache.org/repos/asf/servicemix-bundles/diff/25d57bae

Branch: refs/heads/master
Commit: 25d57bae4a92f542040d23ae2bd595767e93afd7
Parents: 5505a77
Author: Andrea Cosentino <an...@gmail.com>
Authored: Thu Jul 26 13:18:40 2018 +0200
Committer: Andrea Cosentino <an...@gmail.com>
Committed: Thu Jul 26 13:18:40 2018 +0200

----------------------------------------------------------------------
 pom.xml                                         |   1 +
 saxon-9.8.0-12/pom.xml                          | 133 -------------------
 .../src/main/resources/OSGI-INF/bundle.info     |  13 --
 saxon-9.8.0-14/pom.xml                          | 133 +++++++++++++++++++
 .../src/main/resources/OSGI-INF/bundle.info     |  13 ++
 5 files changed, 147 insertions(+), 146 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/servicemix-bundles/blob/25d57bae/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index c09f456..8552e51 100644
--- a/pom.xml
+++ b/pom.xml
@@ -49,6 +49,7 @@
        <module>influxdb-java-2.11</module>
        <module>okhttp-3.11.0</module>
        <module>okio-1.15.0</module>
+       <module>saxon-9.8.0-14</module>
     </modules>
 
 </project>

http://git-wip-us.apache.org/repos/asf/servicemix-bundles/blob/25d57bae/saxon-9.8.0-12/pom.xml
----------------------------------------------------------------------
diff --git a/saxon-9.8.0-12/pom.xml b/saxon-9.8.0-12/pom.xml
deleted file mode 100644
index 3e4d02a..0000000
--- a/saxon-9.8.0-12/pom.xml
+++ /dev/null
@@ -1,133 +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.saxon</artifactId>
-    <packaging>bundle</packaging>
-    <version>9.8.0-12_2-SNAPSHOT</version>
-    <name>Apache ServiceMix :: Bundles :: ${pkgArtifactId}</name>
-    <description>This OSGi bundle wraps saxon he ${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>net.sf.saxon</pkgGroupId>
-        <pkgArtifactId>Saxon-HE</pkgArtifactId>
-        <pkgVersion>9.8.0-12</pkgVersion>
-        <servicemix.osgi.export.pkg>
-            net.sf.saxon
-        </servicemix.osgi.export.pkg>
-        <servicemix.osgi.import.pkg>
-            javax.xml,
-            javax.xml.datatype,
-            javax.xml.namespace,
-            javax.xml.parsers,
-            javax.xml.stream,
-            javax.xml.stream.events,
-            javax.xml.transform,
-            javax.xml.transform.dom,
-            javax.xml.transform.sax,
-            javax.xml.transform.stream,
-            javax.xml.transform.stax,
-            javax.xml.xpath,
-            javax.xml.xquery;resolution:=optional,
-            com.saxonica.functions.map;resolution:=optional,
-            com.saxonica.stream;resolution:=optional,
-            org.apache.xml.resolver,
-            org.apache.xml.resolver.helpers,
-            org.w3c.dom,
-            org.xml.sax,
-            org.xml.sax.ext,
-            org.xml.sax.helpers
-        </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>*.xml</include>
-                                        <include>*.xsl</include>
-                                        <include>*.properties</include>
-                                        <include>META-INF/services/**</include>
-                                        <include>w3c/**</include>
-                                    </includes>
-                                </filter>
-                            </filters>
-                            <promoteTransitiveDependencies>true</promoteTransitiveDependencies>
-                            <createDependencyReducedPom>false</createDependencyReducedPom>
-                            <keepDependenciesWithProvidedScope>true</keepDependenciesWithProvidedScope>
-                        </configuration>
-                    </execution>
-                </executions>
-            </plugin>
-        </plugins>
-    </build>
-</project>

http://git-wip-us.apache.org/repos/asf/servicemix-bundles/blob/25d57bae/saxon-9.8.0-12/src/main/resources/OSGI-INF/bundle.info
----------------------------------------------------------------------
diff --git a/saxon-9.8.0-12/src/main/resources/OSGI-INF/bundle.info b/saxon-9.8.0-12/src/main/resources/OSGI-INF/bundle.info
deleted file mode 100644
index f5289b4..0000000
--- a/saxon-9.8.0-12/src/main/resources/OSGI-INF/bundle.info
+++ /dev/null
@@ -1,13 +0,0 @@
-\u001B[1mSYNOPSIS\u001B[0m
-    ${project.description}
-
-    Original Maven URLs:
-        \u001B[33mmvn:${pkgGroupId}/saxon9he/${pkgVersion}\u001B[0m
-
-\u001B[1mDESCRIPTION\u001B[0m
-    Saxon is a XSLT and XQuery processor.
-
-    It supports XSLT 2.0 and XPath 2.0, and XQuery 1.0.
-
-\u001B[1mSEE ALSO\u001B[0m
-    \u001B[36mhttp://saxon.sourceforge.net/\u001B[0m

http://git-wip-us.apache.org/repos/asf/servicemix-bundles/blob/25d57bae/saxon-9.8.0-14/pom.xml
----------------------------------------------------------------------
diff --git a/saxon-9.8.0-14/pom.xml b/saxon-9.8.0-14/pom.xml
new file mode 100644
index 0000000..8dd4dae
--- /dev/null
+++ b/saxon-9.8.0-14/pom.xml
@@ -0,0 +1,133 @@
+<?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.saxon</artifactId>
+    <packaging>bundle</packaging>
+    <version>9.8.0-14_1-SNAPSHOT</version>
+    <name>Apache ServiceMix :: Bundles :: ${pkgArtifactId}</name>
+    <description>This OSGi bundle wraps saxon he ${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>net.sf.saxon</pkgGroupId>
+        <pkgArtifactId>Saxon-HE</pkgArtifactId>
+        <pkgVersion>9.8.0-14</pkgVersion>
+        <servicemix.osgi.export.pkg>
+            net.sf.saxon
+        </servicemix.osgi.export.pkg>
+        <servicemix.osgi.import.pkg>
+            javax.xml,
+            javax.xml.datatype,
+            javax.xml.namespace,
+            javax.xml.parsers,
+            javax.xml.stream,
+            javax.xml.stream.events,
+            javax.xml.transform,
+            javax.xml.transform.dom,
+            javax.xml.transform.sax,
+            javax.xml.transform.stream,
+            javax.xml.transform.stax,
+            javax.xml.xpath,
+            javax.xml.xquery;resolution:=optional,
+            com.saxonica.functions.map;resolution:=optional,
+            com.saxonica.stream;resolution:=optional,
+            org.apache.xml.resolver,
+            org.apache.xml.resolver.helpers,
+            org.w3c.dom,
+            org.xml.sax,
+            org.xml.sax.ext,
+            org.xml.sax.helpers
+        </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>*.xml</include>
+                                        <include>*.xsl</include>
+                                        <include>*.properties</include>
+                                        <include>META-INF/services/**</include>
+                                        <include>w3c/**</include>
+                                    </includes>
+                                </filter>
+                            </filters>
+                            <promoteTransitiveDependencies>true</promoteTransitiveDependencies>
+                            <createDependencyReducedPom>false</createDependencyReducedPom>
+                            <keepDependenciesWithProvidedScope>true</keepDependenciesWithProvidedScope>
+                        </configuration>
+                    </execution>
+                </executions>
+            </plugin>
+        </plugins>
+    </build>
+</project>

http://git-wip-us.apache.org/repos/asf/servicemix-bundles/blob/25d57bae/saxon-9.8.0-14/src/main/resources/OSGI-INF/bundle.info
----------------------------------------------------------------------
diff --git a/saxon-9.8.0-14/src/main/resources/OSGI-INF/bundle.info b/saxon-9.8.0-14/src/main/resources/OSGI-INF/bundle.info
new file mode 100644
index 0000000..f5289b4
--- /dev/null
+++ b/saxon-9.8.0-14/src/main/resources/OSGI-INF/bundle.info
@@ -0,0 +1,13 @@
+\u001B[1mSYNOPSIS\u001B[0m
+    ${project.description}
+
+    Original Maven URLs:
+        \u001B[33mmvn:${pkgGroupId}/saxon9he/${pkgVersion}\u001B[0m
+
+\u001B[1mDESCRIPTION\u001B[0m
+    Saxon is a XSLT and XQuery processor.
+
+    It supports XSLT 2.0 and XPath 2.0, and XQuery 1.0.
+
+\u001B[1mSEE ALSO\u001B[0m
+    \u001B[36mhttp://saxon.sourceforge.net/\u001B[0m


[2/2] servicemix-bundles git commit: [SM-3769] Create OSGi bundle for AWS SDK Java 1.11.373

Posted by ac...@apache.org.
[SM-3769] Create OSGi bundle for AWS SDK Java 1.11.373


Project: http://git-wip-us.apache.org/repos/asf/servicemix-bundles/repo
Commit: http://git-wip-us.apache.org/repos/asf/servicemix-bundles/commit/e6911d71
Tree: http://git-wip-us.apache.org/repos/asf/servicemix-bundles/tree/e6911d71
Diff: http://git-wip-us.apache.org/repos/asf/servicemix-bundles/diff/e6911d71

Branch: refs/heads/master
Commit: e6911d71cf6ba6f803cac4b43b274196982553da
Parents: 25d57ba
Author: Andrea Cosentino <an...@gmail.com>
Authored: Thu Jul 26 13:35:04 2018 +0200
Committer: Andrea Cosentino <an...@gmail.com>
Committed: Thu Jul 26 13:35:04 2018 +0200

----------------------------------------------------------------------
 aws-java-sdk-1.11.344/pom.xml                   | 173 -------------------
 .../src/main/resources/OSGI-INF/bundle.info     |  24 ---
 aws-java-sdk-1.11.373/pom.xml                   | 173 +++++++++++++++++++
 .../src/main/resources/OSGI-INF/bundle.info     |  24 +++
 pom.xml                                         |   1 +
 5 files changed, 198 insertions(+), 197 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/servicemix-bundles/blob/e6911d71/aws-java-sdk-1.11.344/pom.xml
----------------------------------------------------------------------
diff --git a/aws-java-sdk-1.11.344/pom.xml b/aws-java-sdk-1.11.344/pom.xml
deleted file mode 100644
index d4fcab5..0000000
--- a/aws-java-sdk-1.11.344/pom.xml
+++ /dev/null
@@ -1,173 +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/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>13</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.344_2-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.344</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>

http://git-wip-us.apache.org/repos/asf/servicemix-bundles/blob/e6911d71/aws-java-sdk-1.11.344/src/main/resources/OSGI-INF/bundle.info
----------------------------------------------------------------------
diff --git a/aws-java-sdk-1.11.344/src/main/resources/OSGI-INF/bundle.info b/aws-java-sdk-1.11.344/src/main/resources/OSGI-INF/bundle.info
deleted file mode 100644
index 03e3725..0000000
--- a/aws-java-sdk-1.11.344/src/main/resources/OSGI-INF/bundle.info
+++ /dev/null
@@ -1,24 +0,0 @@
-\u001B[1mSYNOPSIS\u001B[0m
-    ${project.description}
-
-    Original Maven URL:
-        \u001B[33mmvn:${pkgGroupId}/${pkgArtifactId}/${pkgVersion}\u001B[0m
-
-\u001B[1mDESCRIPTION\u001B[0m
-    Since early 2006, Amazon Web Services (AWS) has provided companies of all sizes with an infrastructure web
-    services platform in the cloud. With AWS you can requisition compute power, storage, and other
-    services–gaining access to a suite of elastic IT infrastructure services as your business demands them.
-    With AWS you have the flexibility to choose whichever development platform or programming model makes the
-    most sense for the problems you’re trying to solve. You pay only for what you use, with no up-front expenses
-    or long-term commitments, making AWS the most cost-effective way to deliver your application to your
-    customers and clients. And, with AWS, you can take advantage of Amazon.com’s global computing infrastructure
-    that is the backbone of Amazon.com’s multi-billion retail business and transactional enterprise whose
-    scalable, reliable, and secure distributed computing infrastructure has been honed for over a decade.
-
-    Using Amazon Web Services, an e-commerce web site can weather unforeseen demand with ease; a pharmaceutical
-    company can “rent” computing power to execute large-scale simulations; a media company can serve unlimited
-    videos, music, and more; and an enterprise can deploy bandwidth-consuming services and training to its
-    mobile workforce.
-
-\u001B[1mSEE ALSO\u001B[0m
-    \u001B[36mhttp://aws.amazon.com/\u001B[0m

http://git-wip-us.apache.org/repos/asf/servicemix-bundles/blob/e6911d71/aws-java-sdk-1.11.373/pom.xml
----------------------------------------------------------------------
diff --git a/aws-java-sdk-1.11.373/pom.xml b/aws-java-sdk-1.11.373/pom.xml
new file mode 100644
index 0000000..b3e6a56
--- /dev/null
+++ b/aws-java-sdk-1.11.373/pom.xml
@@ -0,0 +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>13</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.373_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.373</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>

http://git-wip-us.apache.org/repos/asf/servicemix-bundles/blob/e6911d71/aws-java-sdk-1.11.373/src/main/resources/OSGI-INF/bundle.info
----------------------------------------------------------------------
diff --git a/aws-java-sdk-1.11.373/src/main/resources/OSGI-INF/bundle.info b/aws-java-sdk-1.11.373/src/main/resources/OSGI-INF/bundle.info
new file mode 100644
index 0000000..03e3725
--- /dev/null
+++ b/aws-java-sdk-1.11.373/src/main/resources/OSGI-INF/bundle.info
@@ -0,0 +1,24 @@
+\u001B[1mSYNOPSIS\u001B[0m
+    ${project.description}
+
+    Original Maven URL:
+        \u001B[33mmvn:${pkgGroupId}/${pkgArtifactId}/${pkgVersion}\u001B[0m
+
+\u001B[1mDESCRIPTION\u001B[0m
+    Since early 2006, Amazon Web Services (AWS) has provided companies of all sizes with an infrastructure web
+    services platform in the cloud. With AWS you can requisition compute power, storage, and other
+    services–gaining access to a suite of elastic IT infrastructure services as your business demands them.
+    With AWS you have the flexibility to choose whichever development platform or programming model makes the
+    most sense for the problems you’re trying to solve. You pay only for what you use, with no up-front expenses
+    or long-term commitments, making AWS the most cost-effective way to deliver your application to your
+    customers and clients. And, with AWS, you can take advantage of Amazon.com’s global computing infrastructure
+    that is the backbone of Amazon.com’s multi-billion retail business and transactional enterprise whose
+    scalable, reliable, and secure distributed computing infrastructure has been honed for over a decade.
+
+    Using Amazon Web Services, an e-commerce web site can weather unforeseen demand with ease; a pharmaceutical
+    company can “rent” computing power to execute large-scale simulations; a media company can serve unlimited
+    videos, music, and more; and an enterprise can deploy bandwidth-consuming services and training to its
+    mobile workforce.
+
+\u001B[1mSEE ALSO\u001B[0m
+    \u001B[36mhttp://aws.amazon.com/\u001B[0m

http://git-wip-us.apache.org/repos/asf/servicemix-bundles/blob/e6911d71/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 8552e51..454d445 100644
--- a/pom.xml
+++ b/pom.xml
@@ -50,6 +50,7 @@
        <module>okhttp-3.11.0</module>
        <module>okio-1.15.0</module>
        <module>saxon-9.8.0-14</module>
+       <module>aws-java-sdk-1.11.373</module>
     </modules>
 
 </project>