This is an automated email from the ASF dual-hosted git repository.
shuber pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/unomi.git
The following commit(s) were added to refs/heads/master by this push:
new 06b0e42 UNOMI-225 ElasticSearch 7 support Revert change committed by
mistake
06b0e42 is described below
commit 06b0e427b49e310ca802601f728843afb4ac7200
Author: Serge Huber <[email protected]>
AuthorDate: Tue Nov 26 19:52:52 2019 +0100
UNOMI-225 ElasticSearch 7 support
Revert change committed by mistake
Signed-off-by: Serge Huber <[email protected]>
---
api/pom.xml | 9 ---------
1 file changed, 9 deletions(-)
diff --git a/api/pom.xml b/api/pom.xml
index 4abd7b8..3791122 100644
--- a/api/pom.xml
+++ b/api/pom.xml
@@ -30,15 +30,6 @@
<description>Main API of the Apache Unomi Context server</description>
<packaging>bundle</packaging>
- <dependencies>
- <dependency>
- <groupId>javax.xml.bind</groupId>
- <artifactId>jaxb-api</artifactId>
- <version>2.3.0</version>
- <scope>provided</scope>
- </dependency>
- </dependencies>
-
<reporting>
<plugins>
<plugin>