You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@streampipes.apache.org by ri...@apache.org on 2022/04/02 10:16:43 UTC

[incubator-streampipes] branch dev updated: [STREAMPIPES-519] Remove Junit from extensions pom

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

riemer pushed a commit to branch dev
in repository https://gitbox.apache.org/repos/asf/incubator-streampipes.git


The following commit(s) were added to refs/heads/dev by this push:
     new 40101bb  [STREAMPIPES-519] Remove Junit from extensions pom
40101bb is described below

commit 40101bb2591fb4592b0e3570b92dc48573da4a73
Author: Dominik Riemer <do...@gmail.com>
AuthorDate: Sat Apr 2 12:16:35 2022 +0200

    [STREAMPIPES-519] Remove Junit from extensions pom
---
 streampipes-extensions/pom.xml | 6 ------
 1 file changed, 6 deletions(-)

diff --git a/streampipes-extensions/pom.xml b/streampipes-extensions/pom.xml
index bb3e16d..cfa8acf 100644
--- a/streampipes-extensions/pom.xml
+++ b/streampipes-extensions/pom.xml
@@ -514,12 +514,6 @@
 
             <!-- Test dependencies -->
             <dependency>
-                <groupId>junit</groupId>
-                <artifactId>junit</artifactId>
-                <version>4.12</version>
-                <scope>test</scope>
-            </dependency>
-            <dependency>
                 <groupId>io.flinkspector</groupId>
                 <artifactId>flinkspector-datastream_2.11</artifactId>
                 <version>0.9.4</version>