You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by pa...@apache.org on 2019/09/12 08:20:30 UTC

[camel] branch master updated: Remove dependency management of unused TestNG dependency.

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

pascalschumacher pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/camel.git


The following commit(s) were added to refs/heads/master by this push:
     new f0ce996  Remove dependency management of unused TestNG dependency.
f0ce996 is described below

commit f0ce996b93b92dbad55122c70da0f28260594fdf
Author: Pascal Schumacher <pa...@gmx.net>
AuthorDate: Thu Sep 12 10:20:07 2019 +0200

    Remove dependency management of unused TestNG dependency.
---
 parent/pom.xml                                                      | 6 ------
 .../spring-boot-dm/camel-spring-boot-dependencies/pom.xml           | 5 -----
 2 files changed, 11 deletions(-)

diff --git a/parent/pom.xml b/parent/pom.xml
index 3412196..45e0182 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -623,7 +623,6 @@
         <tagsoup-version>1.2.1</tagsoup-version>
         <templating-maven-plugin-version>1.0.0</templating-maven-plugin-version>
         <testcontainers-version>1.12.1</testcontainers-version>
-        <testng-version>6.14.2</testng-version>
         <tinybundles-version>2.1.1</tinybundles-version>
         <tika-version>1.22</tika-version>
         <twilio-version>7.9.1</twilio-version>
@@ -4828,11 +4827,6 @@
                 <version>${junit-jupiter-version}</version>
             </dependency>
             <dependency>
-                <groupId>org.testng</groupId>
-                <artifactId>testng</artifactId>
-                <version>${testng-version}</version>
-            </dependency>
-            <dependency>
                 <groupId>com.google.truth</groupId>
                 <artifactId>truth</artifactId>
                 <version>${google-truth-version}</version>
diff --git a/platforms/spring-boot/spring-boot-dm/camel-spring-boot-dependencies/pom.xml b/platforms/spring-boot/spring-boot-dm/camel-spring-boot-dependencies/pom.xml
index e1bce2d..f4f9afb 100644
--- a/platforms/spring-boot/spring-boot-dm/camel-spring-boot-dependencies/pom.xml
+++ b/platforms/spring-boot/spring-boot-dm/camel-spring-boot-dependencies/pom.xml
@@ -4219,11 +4219,6 @@
         <version>2.3.12</version>
       </dependency>
       <dependency>
-        <groupId>org.testng</groupId>
-        <artifactId>testng</artifactId>
-        <version>6.14.2</version>
-      </dependency>
-      <dependency>
         <groupId>rhino</groupId>
         <artifactId>js</artifactId>
         <version>1.7R2</version>