You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@plc4x.apache.org by cd...@apache.org on 2019/11/06 16:23:56 UTC

[plc4x] branch develop updated: - Finetuned some imports

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

cdutz pushed a commit to branch develop
in repository https://gitbox.apache.org/repos/asf/plc4x.git


The following commit(s) were added to refs/heads/develop by this push:
     new c59c6e7  - Finetuned some imports
c59c6e7 is described below

commit c59c6e722c6e01e3af5e5f6568eb4dbb299fb6cf
Author: Christofer Dutz <ch...@c-ware.de>
AuthorDate: Wed Nov 6 17:23:49 2019 +0100

    - Finetuned some imports
---
 pom.xml | 10 ++++++++++
 1 file changed, 10 insertions(+)

diff --git a/pom.xml b/pom.xml
index 6cc094a..efb7a2e 100644
--- a/pom.xml
+++ b/pom.xml
@@ -241,6 +241,16 @@
         <groupId>com.fasterxml.jackson.dataformat</groupId>
         <artifactId>jackson-dataformat-xml</artifactId>
         <version>${jackson.version}</version>
+        <exclusions>
+          <exclusion>
+            <groupId>jakarta.activation</groupId>
+            <artifactId>jakarta.activation-api</artifactId>
+          </exclusion>
+          <exclusion>
+            <groupId>jakarta.xml.bind</groupId>
+            <artifactId>jakarta.xml.bind-api</artifactId>
+          </exclusion>
+        </exclusions>
       </dependency>
       <dependency>
         <groupId>com.fasterxml.jackson.dataformat</groupId>