You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@servicemix.apache.org by jb...@apache.org on 2020/08/20 05:19:47 UTC

[servicemix-bundles] branch master updated: [SM-4499] Gather client packages in elasticsearch bundle

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

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


The following commit(s) were added to refs/heads/master by this push:
     new 146dfed  [SM-4499] Gather client packages in elasticsearch bundle
146dfed is described below

commit 146dfedd6c104b1cd6503c3b91c99eee6f035abf
Author: jbonofre <jb...@apache.org>
AuthorDate: Thu Aug 20 07:19:08 2020 +0200

    [SM-4499] Gather client packages in elasticsearch bundle
---
 elasticsearch-7.7.0/pom.xml                        |  52 ++++++-
 elasticsearch-7.8.0/pom.xml                        |  51 ++++++-
 elasticsearch-client-7.7.0/pom.xml                 | 164 ---------------------
 .../src/main/resources/OSGI-INF/bundle.info        |  14 --
 elasticsearch-client-7.8.0/pom.xml                 | 164 ---------------------
 .../src/main/resources/OSGI-INF/bundle.info        |  14 --
 pom.xml                                            |  74 +---------
 7 files changed, 101 insertions(+), 432 deletions(-)

diff --git a/elasticsearch-7.7.0/pom.xml b/elasticsearch-7.7.0/pom.xml
index 915be82..6048aa5 100644
--- a/elasticsearch-7.7.0/pom.xml
+++ b/elasticsearch-7.7.0/pom.xml
@@ -47,7 +47,6 @@
         <pkgArtifactId>elasticsearch</pkgArtifactId>
         <pkgVersion>7.7.0</pkgVersion>
         <servicemix.osgi.export>
-            !org.elasticsearch.client*,
             org.elasticsearch*;version="${pkgVersion}";-split-package:=merge-first
         </servicemix.osgi.export>
         <servicemix.osgi.import.pkg>
@@ -84,6 +83,7 @@
             joptsimple*,
             org.HdrHistogram,
             org.locationtech.spatial4j*,
+            com.github.mustachejava*,
             !META-INF.services.org.apache.lucene.codecs.Codec,
             META-INF.services.*;-split-package:=merge-first
         </servicemix.osgi.private.pkg>
@@ -96,6 +96,26 @@
             <version>${pkgVersion}</version>
         </dependency>
         <dependency>
+            <groupId>org.elasticsearch.client</groupId>
+            <artifactId>elasticsearch-rest-client</artifactId>
+            <version>${pkgVersion}</version>
+        </dependency>
+        <dependency>
+            <groupId>org.elasticsearch.client</groupId>
+            <artifactId>elasticsearch-rest-client-sniffer</artifactId>
+            <version>${pkgVersion}</version>
+        </dependency>
+        <dependency>
+            <groupId>org.elasticsearch.client</groupId>
+            <artifactId>elasticsearch-rest-high-level-client</artifactId>
+            <version>${pkgVersion}</version>
+        </dependency>
+        <dependency>
+            <groupId>org.elasticsearch.client</groupId>
+            <artifactId>transport</artifactId>
+            <version>${pkgVersion}</version>
+        </dependency>
+        <dependency>
             <groupId>org.elasticsearch.plugin</groupId>
             <artifactId>transport-netty4-client</artifactId>
             <version>${pkgVersion}</version>
@@ -119,6 +139,30 @@
             <classifier>sources</classifier>
         </dependency>
         <dependency>
+            <groupId>org.elasticsearch.client</groupId>
+            <artifactId>elasticsearch-rest-client</artifactId>
+            <version>${pkgVersion}</version>
+            <classifier>sources</classifier>
+        </dependency>
+        <dependency>
+            <groupId>org.elasticsearch.client</groupId>
+            <artifactId>elasticsearch-rest-client-sniffer</artifactId>
+            <version>${pkgVersion}</version>
+            <classifier>sources</classifier>
+        </dependency>
+        <dependency>
+            <groupId>org.elasticsearch.client</groupId>
+            <artifactId>elasticsearch-rest-high-level-client</artifactId>
+            <version>${pkgVersion}</version>
+            <classifier>sources</classifier>
+        </dependency>
+        <dependency>
+            <groupId>org.elasticsearch.client</groupId>
+            <artifactId>transport</artifactId>
+            <version>${pkgVersion}</version>
+            <classifier>sources</classifier>
+        </dependency>
+        <dependency>
             <groupId>org.elasticsearch.plugin</groupId>
             <artifactId>transport-netty4-client</artifactId>
             <version>${pkgVersion}</version>
@@ -141,7 +185,11 @@
                             <artifactSet>
                                 <includes>
                                     <include>${pkgGroupId}:${pkgArtifactId}</include>
-				    <include>org.elasticsearch.plugin:transport-netty4client</include>
+                                    <include>org.elasticsearch.client:elasticsearch-rest-client</include>
+                                    <include>org.elasticsearch.client:elasticsearch-rest-client-sniffer</include>
+                                    <include>org.elasticsearch.client:elasticsearch-rest-high-level-client</include>
+                                    <include>org.elasticsearch.client:transport</include>
+				                            <include>org.elasticsearch.plugin:transport-netty4client</include>
                                     <include>org.apache.lucene:*</include>
                                 </includes>
                             </artifactSet>
diff --git a/elasticsearch-7.8.0/pom.xml b/elasticsearch-7.8.0/pom.xml
index f767c17..36c0fdf 100644
--- a/elasticsearch-7.8.0/pom.xml
+++ b/elasticsearch-7.8.0/pom.xml
@@ -47,7 +47,6 @@
         <pkgArtifactId>elasticsearch</pkgArtifactId>
         <pkgVersion>7.8.0</pkgVersion>
         <servicemix.osgi.export>
-            !org.elasticsearch.client*,
             org.elasticsearch*;version="${pkgVersion}";-split-package:=merge-first
         </servicemix.osgi.export>
         <servicemix.osgi.import.pkg>
@@ -96,6 +95,26 @@
             <version>${pkgVersion}</version>
         </dependency>
         <dependency>
+            <groupId>org.elasticsearch.client</groupId>
+            <artifactId>elasticsearch-rest-client</artifactId>
+            <version>${pkgVersion}</version>
+        </dependency>
+        <dependency>
+            <groupId>org.elasticsearch.client</groupId>
+            <artifactId>elasticsearch-rest-client-sniffer</artifactId>
+            <version>${pkgVersion}</version>
+        </dependency>
+        <dependency>
+            <groupId>org.elasticsearch.client</groupId>
+            <artifactId>elasticsearch-rest-high-level-client</artifactId>
+            <version>${pkgVersion}</version>
+        </dependency>
+        <dependency>
+            <groupId>org.elasticsearch.client</groupId>
+            <artifactId>transport</artifactId>
+            <version>${pkgVersion}</version>
+        </dependency>
+        <dependency>
             <groupId>org.elasticsearch.plugin</groupId>
             <artifactId>transport-netty4-client</artifactId>
             <version>${pkgVersion}</version>
@@ -119,6 +138,30 @@
             <classifier>sources</classifier>
         </dependency>
         <dependency>
+            <groupId>org.elasticsearch.client</groupId>
+            <artifactId>elasticsearch-rest-client</artifactId>
+            <version>${pkgVersion}</version>
+            <classifier>sources</classifier>
+        </dependency>
+        <dependency>
+            <groupId>org.elasticsearch.client</groupId>
+            <artifactId>elasticsearch-rest-client-sniffer</artifactId>
+            <version>${pkgVersion}</version>
+            <classifier>sources</classifier>
+        </dependency>
+        <dependency>
+            <groupId>org.elasticsearch.client</groupId>
+            <artifactId>elasticsearch-rest-high-level-client</artifactId>
+            <version>${pkgVersion}</version>
+            <classifier>sources</classifier>
+        </dependency>
+        <dependency>
+            <groupId>org.elasticsearch.client</groupId>
+            <artifactId>transport</artifactId>
+            <version>${pkgVersion}</version>
+            <classifier>sources</classifier>
+        </dependency>
+        <dependency>
             <groupId>org.elasticsearch.plugin</groupId>
             <artifactId>transport-netty4-client</artifactId>
             <version>${pkgVersion}</version>
@@ -141,7 +184,11 @@
                             <artifactSet>
                                 <includes>
                                     <include>${pkgGroupId}:${pkgArtifactId}</include>
-				    <include>org.elasticsearch.plugin:transport-netty4client</include>
+                                    <include>org.elasticsearch.client:elasticsearch-rest-client</include>
+                                    <include>org.elasticsearch.client:elasticsearch-rest-client-sniffer</include>
+                                    <include>org.elasticsearch.client:elasticsearch-rest-high-level-client</include>
+                                    <include>org.elasticsearch.client:transport</include>
+				                            <include>org.elasticsearch.plugin:transport-netty4client</include>
                                     <include>org.apache.lucene:*</include>
                                 </includes>
                             </artifactSet>
diff --git a/elasticsearch-client-7.7.0/pom.xml b/elasticsearch-client-7.7.0/pom.xml
deleted file mode 100644
index 91c9f39..0000000
--- a/elasticsearch-client-7.7.0/pom.xml
+++ /dev/null
@@ -1,164 +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>14</version>
-        <relativePath>../bundles-pom/pom.xml</relativePath>
-    </parent>
-
-    <groupId>org.apache.servicemix.bundles</groupId>
-    <artifactId>org.apache.servicemix.bundles.elasticsearch-client</artifactId>
-    <version>7.7.0_2-SNAPSHOT</version>
-    <packaging>bundle</packaging>
-    <name>Apache ServiceMix :: Bundles :: elasticsearch-client</name>
-    <description>This OSGi bundle wraps elasticsearch-client ${pkgVersion} jar files.</description>
-
-    <scm>
-        <connection>scm:git:https://gitbox.apache.org/repos/asf/servicemix-bundles.git</connection>
-        <developerConnection>scm:git:https://gitbox.apache.org/repos/asf/servicemix-bundles.git</developerConnection>
-        <url>https://gitbox.apache.org/repos/asf?p=servicemix-bundles.git</url>
-    <tag>HEAD</tag>
-  </scm>
-
-    <properties>
-        <pkgGroupId>org.elasticsearch.client</pkgGroupId>
-        <pkgVersion>7.7.0</pkgVersion>
-        <servicemix.osgi.export>
-            org.elasticsearch.client;version="${pkgVersion}";-split-package:=merge-first,
-            org.elasticsearch.client.sniff;version="${pkgVersion}";-split-package:=merge-first,
-            org.elasticsearch.transport.client;version="${pkgVersion}";-split-package:=merge-first,
-            org.elasticsearch.client.transport;version="${pkgVersion}";-split-package:=merge-first,
-            org.elasticsearch.client.support;version="${pkgVersion}";-split-package:=merge-first,
-            org.elasticsearch.client.node;version="${pkgVersion}";-split-package:=merge-first
-        </servicemix.osgi.export>
-        <servicemix.osgi.import.pkg>
-
-        </servicemix.osgi.import.pkg>
-    </properties>
-
-    <dependencies>
-        <dependency>
-            <groupId>${pkgGroupId}</groupId>
-            <artifactId>elasticsearch-rest-client</artifactId>
-            <version>${pkgVersion}</version>
-        </dependency>
-        <dependency>
-            <groupId>${pkgGroupId}</groupId>
-            <artifactId>elasticsearch-rest-client-sniffer</artifactId>
-            <version>${pkgVersion}</version>
-        </dependency>
-        <dependency>
-            <groupId>${pkgGroupId}</groupId>
-            <artifactId>elasticsearch-rest-high-level-client</artifactId>
-            <version>${pkgVersion}</version>
-        </dependency>
-        <dependency>
-            <groupId>${pkgGroupId}</groupId>
-            <artifactId>transport</artifactId>
-            <version>${pkgVersion}</version>
-        </dependency>
-
-        <!-- sources -->
-        <dependency>
-            <groupId>${pkgGroupId}</groupId>
-            <artifactId>elasticsearch-rest-client</artifactId>
-            <version>${pkgVersion}</version>
-            <classifier>sources</classifier>
-        </dependency>
-        <dependency>
-            <groupId>${pkgGroupId}</groupId>
-            <artifactId>elasticsearch-rest-client-sniffer</artifactId>
-            <version>${pkgVersion}</version>
-            <classifier>sources</classifier>
-        </dependency>
-        <dependency>
-            <groupId>${pkgGroupId}</groupId>
-            <artifactId>elasticsearch-rest-high-level-client</artifactId>
-            <version>${pkgVersion}</version>
-            <classifier>sources</classifier>
-        </dependency>
-        <dependency>
-            <groupId>${pkgGroupId}</groupId>
-            <artifactId>transport</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}:elasticsearch-rest-client</include>
-                                    <include>${pkgGroupId}:elasticsearch-rest-client-sniffer</include>
-                                    <include>${pkgGroupId}:elasticsearch-rest-high-level-client</include>
-                                    <include>${pkgGroupId}:transport</include>
-                                </includes>
-                            </artifactSet>
-                            <filters>
-                                <filter>
-                                    <artifact>${pkgGroupId}:elasticsearch-rest-client</artifact>
-                                    <excludes>
-                                        <exclude>**/*</exclude>
-                                    </excludes>
-                                </filter>
-                                <filter>
-                                    <artifact>${pkgGroupId}:elasticsearch-rest-client-sniffer</artifact>
-                                    <excludes>
-                                        <exclude>**/*</exclude>
-                                    </excludes>
-                                </filter>
-                                <filter>
-                                    <artifact>${pkgGroupId}:elasticsearch-rest-high-level-client</artifact>
-                                    <excludes>
-                                        <exclude>**/*</exclude>
-                                    </excludes>
-                                </filter>
-                                <filter>
-                                    <artifact>${pkgGroupId}:transport</artifact>
-                                    <excludes>
-                                        <exclude>**/*</exclude>
-                                    </excludes>
-                                </filter>
-                            </filters>
-                            <promoteTransitiveDependencies>true</promoteTransitiveDependencies>
-                            <createDependencyReducedPom>true</createDependencyReducedPom>
-                        </configuration>
-                    </execution>
-                </executions>
-            </plugin>
-        </plugins>
-    </build>
-</project>
diff --git a/elasticsearch-client-7.7.0/src/main/resources/OSGI-INF/bundle.info b/elasticsearch-client-7.7.0/src/main/resources/OSGI-INF/bundle.info
deleted file mode 100644
index 633bf8b..0000000
--- a/elasticsearch-client-7.7.0/src/main/resources/OSGI-INF/bundle.info
+++ /dev/null
@@ -1,14 +0,0 @@
-\u001B[1mSYNOPSIS\u001B[0m
-    ${project.description}
-
-    Original Maven URL:
-        \u001B[33mmvn:${pkgGroupId}/rest/${pkgVersion}\u001B[0m
-        \u001B[33mmvn:${pkgGroupId}/transport/${pkgVersion}\u001B[0m
-        \u001B[33mmvn:${pkgGroupId}/sniffer/${pkgVersion}\u001B[0m
-
-\u001B[1mDESCRIPTION\u001B[0m
-    This is the elasticsearch client bundle introduced in Elasticsearch 5.x.
-    It allows you to communicate with Elasticsearch instances.
-
-\u001B[1mSEE ALSO\u001B[0m
-    \u001B[36mhttp://www.elasticsearch.org\u001B[0m
diff --git a/elasticsearch-client-7.8.0/pom.xml b/elasticsearch-client-7.8.0/pom.xml
deleted file mode 100644
index 3369704..0000000
--- a/elasticsearch-client-7.8.0/pom.xml
+++ /dev/null
@@ -1,164 +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>14</version>
-        <relativePath>../bundles-pom/pom.xml</relativePath>
-    </parent>
-
-    <groupId>org.apache.servicemix.bundles</groupId>
-    <artifactId>org.apache.servicemix.bundles.elasticsearch-client</artifactId>
-    <version>7.8.0_2-SNAPSHOT</version>
-    <packaging>bundle</packaging>
-    <name>Apache ServiceMix :: Bundles :: elasticsearch-client</name>
-    <description>This OSGi bundle wraps elasticsearch-client ${pkgVersion} jar files.</description>
-
-    <scm>
-        <connection>scm:git:https://gitbox.apache.org/repos/asf/servicemix-bundles.git</connection>
-        <developerConnection>scm:git:https://gitbox.apache.org/repos/asf/servicemix-bundles.git</developerConnection>
-        <url>https://gitbox.apache.org/repos/asf?p=servicemix-bundles.git</url>
-    <tag>HEAD</tag>
-  </scm>
-
-    <properties>
-        <pkgGroupId>org.elasticsearch.client</pkgGroupId>
-        <pkgVersion>7.8.0</pkgVersion>
-        <servicemix.osgi.export>
-            org.elasticsearch.client;version="${pkgVersion}";-split-package:=merge-first,
-            org.elasticsearch.client.sniff;version="${pkgVersion}";-split-package:=merge-first,
-            org.elasticsearch.transport.client;version="${pkgVersion}";-split-package:=merge-first,
-            org.elasticsearch.client.transport;version="${pkgVersion}";-split-package:=merge-first,
-            org.elasticsearch.client.support;version="${pkgVersion}";-split-package:=merge-first,
-            org.elasticsearch.client.node;version="${pkgVersion}";-split-package:=merge-first
-        </servicemix.osgi.export>
-        <servicemix.osgi.import.pkg>
-
-        </servicemix.osgi.import.pkg>
-    </properties>
-
-    <dependencies>
-        <dependency>
-            <groupId>${pkgGroupId}</groupId>
-            <artifactId>elasticsearch-rest-client</artifactId>
-            <version>${pkgVersion}</version>
-        </dependency>
-        <dependency>
-            <groupId>${pkgGroupId}</groupId>
-            <artifactId>elasticsearch-rest-client-sniffer</artifactId>
-            <version>${pkgVersion}</version>
-        </dependency>
-        <dependency>
-            <groupId>${pkgGroupId}</groupId>
-            <artifactId>elasticsearch-rest-high-level-client</artifactId>
-            <version>${pkgVersion}</version>
-        </dependency>
-        <dependency>
-            <groupId>${pkgGroupId}</groupId>
-            <artifactId>transport</artifactId>
-            <version>${pkgVersion}</version>
-        </dependency>
-
-        <!-- sources -->
-        <dependency>
-            <groupId>${pkgGroupId}</groupId>
-            <artifactId>elasticsearch-rest-client</artifactId>
-            <version>${pkgVersion}</version>
-            <classifier>sources</classifier>
-        </dependency>
-        <dependency>
-            <groupId>${pkgGroupId}</groupId>
-            <artifactId>elasticsearch-rest-client-sniffer</artifactId>
-            <version>${pkgVersion}</version>
-            <classifier>sources</classifier>
-        </dependency>
-        <dependency>
-            <groupId>${pkgGroupId}</groupId>
-            <artifactId>elasticsearch-rest-high-level-client</artifactId>
-            <version>${pkgVersion}</version>
-            <classifier>sources</classifier>
-        </dependency>
-        <dependency>
-            <groupId>${pkgGroupId}</groupId>
-            <artifactId>transport</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}:elasticsearch-rest-client</include>
-                                    <include>${pkgGroupId}:elasticsearch-rest-client-sniffer</include>
-                                    <include>${pkgGroupId}:elasticsearch-rest-high-level-client</include>
-                                    <include>${pkgGroupId}:transport</include>
-                                </includes>
-                            </artifactSet>
-                            <filters>
-                                <filter>
-                                    <artifact>${pkgGroupId}:elasticsearch-rest-client</artifact>
-                                    <excludes>
-                                        <exclude>**/*</exclude>
-                                    </excludes>
-                                </filter>
-                                <filter>
-                                    <artifact>${pkgGroupId}:elasticsearch-rest-client-sniffer</artifact>
-                                    <excludes>
-                                        <exclude>**/*</exclude>
-                                    </excludes>
-                                </filter>
-                                <filter>
-                                    <artifact>${pkgGroupId}:elasticsearch-rest-high-level-client</artifact>
-                                    <excludes>
-                                        <exclude>**/*</exclude>
-                                    </excludes>
-                                </filter>
-                                <filter>
-                                    <artifact>${pkgGroupId}:transport</artifact>
-                                    <excludes>
-                                        <exclude>**/*</exclude>
-                                    </excludes>
-                                </filter>
-                            </filters>
-                            <promoteTransitiveDependencies>true</promoteTransitiveDependencies>
-                            <createDependencyReducedPom>true</createDependencyReducedPom>
-                        </configuration>
-                    </execution>
-                </executions>
-            </plugin>
-        </plugins>
-    </build>
-</project>
diff --git a/elasticsearch-client-7.8.0/src/main/resources/OSGI-INF/bundle.info b/elasticsearch-client-7.8.0/src/main/resources/OSGI-INF/bundle.info
deleted file mode 100644
index 633bf8b..0000000
--- a/elasticsearch-client-7.8.0/src/main/resources/OSGI-INF/bundle.info
+++ /dev/null
@@ -1,14 +0,0 @@
-\u001B[1mSYNOPSIS\u001B[0m
-    ${project.description}
-
-    Original Maven URL:
-        \u001B[33mmvn:${pkgGroupId}/rest/${pkgVersion}\u001B[0m
-        \u001B[33mmvn:${pkgGroupId}/transport/${pkgVersion}\u001B[0m
-        \u001B[33mmvn:${pkgGroupId}/sniffer/${pkgVersion}\u001B[0m
-
-\u001B[1mDESCRIPTION\u001B[0m
-    This is the elasticsearch client bundle introduced in Elasticsearch 5.x.
-    It allows you to communicate with Elasticsearch instances.
-
-\u001B[1mSEE ALSO\u001B[0m
-    \u001B[36mhttp://www.elasticsearch.org\u001B[0m
diff --git a/pom.xml b/pom.xml
index d537a6c..9c62399 100644
--- a/pom.xml
+++ b/pom.xml
@@ -41,78 +41,8 @@
     <name>Apache ServiceMix :: Bundles</name>
 
     <modules>
-      <module>fastinfoset-1.2.18</module>
-      <module>lucene-8.6.0</module>
-      <module>lucene-analyzers-common-8.6.0</module>
-      <module>lucene-queries-8.6.0</module>
-      <module>lucene-queryparser-8.6.0</module>
-      <module>lucene-sandbox-8.6.0</module>
-      <module>asterisk-java-3.6.0</module>
-      <module>spring-aop-5.2.8.RELEASE</module>
-      <module>spring-aspects-5.2.8.RELEASE</module>
-      <module>spring-beans-5.2.8.RELEASE</module>
-      <module>spring-context-5.2.8.RELEASE</module>
-      <module>spring-context-support-5.2.8.RELEASE</module>
-      <module>spring-core-5.2.8.RELEASE</module>
-      <module>spring-expression-5.2.8.RELEASE</module>
-      <module>spring-instrument-5.2.8.RELEASE</module>
-      <module>spring-jdbc-5.2.8.RELEASE</module>
-      <module>spring-jms-5.2.8.RELEASE</module>
-      <module>spring-messaging-5.2.8.RELEASE</module>
-      <module>spring-orm-5.2.8.RELEASE</module>
-      <module>spring-oxm-5.2.8.RELEASE</module>
-      <module>spring-test-5.2.8.RELEASE</module>
-      <module>spring-tx-5.2.8.RELEASE</module>
-      <module>spring-web-5.2.8.RELEASE</module>
-      <module>spring-webmvc-5.2.8.RELEASE</module>
-      <module>spring-websocket-5.2.8.RELEASE</module>
-      <module>esapi-2.2.1.0</module>
-      <module>fastjson-1.2.73</module>
-      <module>gae-1.9.81</module>
-      <module>hbase-2.3.0</module>
-      <module>okhttp-4.8.0</module>
-      <module>aspectj-1.9.6</module>
-      <module>avro-1.10.0</module>
-      <module>avro-ipc-1.10.0</module>
-      <module>hadoop-client-3.3.0</module>
-      <module>jt400-10.4</module>
-      <module>java-xmlbuilder-1.3</module>
-      <module>java_nats-0.7.2</module>
-      <module>okio-2.7.0</module>
-      <module>dnsjava-3.2.2</module>
-      <module>sparkjava-core-2.9.2</module>
-      <module>spring-aop-4.3.28.RELEASE</module>
-      <module>spring-aspects-4.3.28.RELEASE</module>
-      <module>spring-beans-4.3.28.RELEASE</module>
-      <module>spring-context-4.3.28.RELEASE</module>
-      <module>spring-context-support-4.3.28.RELEASE</module>
-      <module>spring-core-4.3.28.RELEASE</module>
-      <module>spring-expression-4.3.28.RELEASE</module>
-      <module>spring-instrument-4.3.28.RELEASE</module>
-      <module>spring-jdbc-4.3.28.RELEASE</module>
-      <module>spring-jms-4.3.28.RELEASE</module>
-      <module>spring-messaging-4.3.28.RELEASE</module>
-      <module>spring-orm-4.3.28.RELEASE</module>
-      <module>spring-oxm-4.3.28.RELEASE</module>
-      <module>spring-test-4.3.28.RELEASE</module>
-      <module>spring-tx-4.3.28.RELEASE</module>
-      <module>spring-web-4.3.28.RELEASE</module>
-      <module>spring-webmvc-4.3.28.RELEASE</module>
-      <module>spring-webmvc-portlet-4.3.28.RELEASE</module>
-      <module>spring-websocket-4.3.28.RELEASE</module>
-      <module>htmlunit-2.42.0</module>
-      <module>spring-integration-core-5.3.2.RELEASE</module>
-      <module>spring-xml-3.0.9.RELEASE</module>
-      <module>java-util-1.53.0</module>
-      <module>solr-solrj-8.6.0</module>
-      <module>aws-java-sdk-1.11.827</module>
-      <module>libphonenumber-8.12.7</module>
-      <module>bcpg-jdk15on-1.66</module>
-      <module>jruby-9.2.12.0</module>
-      <module>postgresql-42.2.14.jre7</module>
-      <module>spring-data-commons-2.3.2.RELEASE</module>
-      <module>spring-data-keyvalue-2.3.2.RELEASE</module>
-      <module>spring-data-redis-2.3.2.RELEASE</module>
+      <module>elasticsearch-7.7.0</module>
+      <module>elasticsearch-7.8.0</module>
     </modules>
 
 </project>