This is an automated email from the ASF dual-hosted git repository.
rpardomeza pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/incubator-wayang.git
The following commit(s) were added to refs/heads/main by this push:
new 2f6c57a [BUG] delete paranamer-2.3 from dependecies to just work with
paranamer-2.8 (#76)
2f6c57a is described below
commit 2f6c57ab5d51ea0b3a3b7e1fec7a28915afc3dcf
Author: Bertty Contreras-Rojas <[email protected]>
AuthorDate: Thu Mar 10 21:23:21 2022 +0100
[BUG] delete paranamer-2.3 from dependecies to just work with paranamer-2.8
(#76)
Signed-off-by: bertty <[email protected]>
---
wayang-commons/pom.xml | 8 ++++++++
wayang-tests-integration/pom.xml | 12 ++++++++++++
2 files changed, 20 insertions(+)
diff --git a/wayang-commons/pom.xml b/wayang-commons/pom.xml
index bb5cf3d..edd2b3c 100644
--- a/wayang-commons/pom.xml
+++ b/wayang-commons/pom.xml
@@ -77,6 +77,10 @@
<groupId>tomcat</groupId>
<artifactId>jasper-runtime</artifactId>
</exclusion>
+ <exclusion>
+ <groupId>com.thoughtworks.paranamer</groupId>
+ <artifactId>paranamer</artifactId>
+ </exclusion>
</exclusions>
</dependency>
<dependency>
@@ -157,6 +161,10 @@
<groupId>commons-el</groupId>
<artifactId>commons-el</artifactId>
</exclusion>
+ <exclusion>
+ <groupId>com.thoughtworks.paranamer</groupId>
+ <artifactId>paranamer</artifactId>
+ </exclusion>
</exclusions>
</dependency>
<dependency>
diff --git a/wayang-tests-integration/pom.xml b/wayang-tests-integration/pom.xml
index e963299..a2f1f01 100644
--- a/wayang-tests-integration/pom.xml
+++ b/wayang-tests-integration/pom.xml
@@ -93,12 +93,24 @@
<artifactId>hadoop-common</artifactId>
<version>${hadoop.version}</version>
<scope>test</scope>
+ <exclusions>
+ <exclusion>
+ <groupId>com.thoughtworks.paranamer</groupId>
+ <artifactId>paranamer</artifactId>
+ </exclusion>
+ </exclusions>
</dependency>
<dependency>
<groupId>org.apache.hadoop</groupId>
<artifactId>hadoop-hdfs</artifactId>
<version>${hadoop.version}</version>
<scope>test</scope>
+ <exclusions>
+ <exclusion>
+ <groupId>com.thoughtworks.paranamer</groupId>
+ <artifactId>paranamer</artifactId>
+ </exclusion>
+ </exclusions>
</dependency>
<dependency>
<groupId>org.apache.hadoop</groupId>