You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hop.apache.org by ha...@apache.org on 2020/11/16 12:09:16 UTC

[incubator-hop] branch master updated: HOP-2182 : remove dependencies on conflicting licenses : JFreeChart (#382)

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

hansva pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-hop.git


The following commit(s) were added to refs/heads/master by this push:
     new ec6677c  HOP-2182 : remove dependencies on conflicting licenses : JFreeChart (#382)
ec6677c is described below

commit ec6677c838a338dbcb2311ab6168b76483414f5a
Author: Matt Casters <ma...@gmail.com>
AuthorDate: Mon Nov 16 13:04:22 2020 +0100

    HOP-2182 : remove dependencies on conflicting licenses : JFreeChart (#382)
---
 assemblies/debug/pom.xml |  3 ---
 plugins/actions/pom.xml  |  7 +------
 ui/pom.xml               | 16 +---------------
 3 files changed, 2 insertions(+), 24 deletions(-)

diff --git a/assemblies/debug/pom.xml b/assemblies/debug/pom.xml
index f5fa23e..dbbb41e 100644
--- a/assemblies/debug/pom.xml
+++ b/assemblies/debug/pom.xml
@@ -15,13 +15,10 @@
   </parent>
 
   <properties>
-
     <!-- swt -->
     <org.eclipse.swt.gtk.linux.x86_64.version>${org.eclipse.platform.version}</org.eclipse.swt.gtk.linux.x86_64.version>
     <org.eclipse.swt.win32.win32.x86_64.version>${org.eclipse.platform.version}</org.eclipse.swt.win32.win32.x86_64.version>
     <org.eclipse.swt.cocoa.macosx.x86_64.version>${org.eclipse.platform.version}</org.eclipse.swt.cocoa.macosx.x86_64.version>
-
-    <jfreechart.version>1.0.13</jfreechart.version>
   </properties>
 
   <dependencies>
diff --git a/plugins/actions/pom.xml b/plugins/actions/pom.xml
index 48a7902..b2587b3 100644
--- a/plugins/actions/pom.xml
+++ b/plugins/actions/pom.xml
@@ -136,12 +136,7 @@
 			<type>test-jar</type>
 			<scope>test</scope>
 		</dependency>
-		<dependency>
-			<groupId>javax.servlet</groupId>
-			<artifactId>javax.servlet-api</artifactId>
-			<version>3.1.0</version>
-			<scope>test</scope>
-		</dependency>
+
 		<dependency>
 			<groupId>org.springframework</groupId>
 			<artifactId>spring-test</artifactId>
diff --git a/ui/pom.xml b/ui/pom.xml
index 9c73d70..20408d2 100644
--- a/ui/pom.xml
+++ b/ui/pom.xml
@@ -19,10 +19,6 @@
   <properties>
     <!-- Test running configuration -->
     <maven-surefire-plugin.reuseForks>true</maven-surefire-plugin.reuseForks>
-
-    <!-- Third-party dependencies -->
-    <common.version>3.111.0</common.version>
-    <jfreechart.version>1.0.13</jfreechart.version>
   </properties>
 
 
@@ -84,17 +80,7 @@
         </exclusion>
       </exclusions>
     </dependency>
-    <dependency>
-      <groupId>jfree</groupId>
-      <artifactId>jfreechart</artifactId>
-      <version>${jfreechart.version}</version>
-      <exclusions>
-        <exclusion>
-          <groupId>*</groupId>
-          <artifactId>*</artifactId>
-        </exclusion>
-      </exclusions>
-    </dependency>
+
 
     <dependency>
       <groupId>org.mozilla</groupId>