You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cxf.apache.org by de...@apache.org on 2020/08/19 06:56:47 UTC

[cxf] branch master updated: fixed Maven warning for duplicate junit dependency definition

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

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


The following commit(s) were added to refs/heads/master by this push:
     new a8fc2af  fixed Maven warning for duplicate junit dependency definition
a8fc2af is described below

commit a8fc2af2afcd562a2b97d99308095c2e94b81216
Author: Dennis Kieselhorst <de...@apache.org>
AuthorDate: Wed Aug 19 08:56:27 2020 +0200

    fixed Maven warning for duplicate junit dependency definition
---
 systests/rs-sse/rs-sse-base/pom.xml | 5 -----
 1 file changed, 5 deletions(-)

diff --git a/systests/rs-sse/rs-sse-base/pom.xml b/systests/rs-sse/rs-sse-base/pom.xml
index 5013775..6a62a9d 100644
--- a/systests/rs-sse/rs-sse-base/pom.xml
+++ b/systests/rs-sse/rs-sse-base/pom.xml
@@ -38,11 +38,6 @@
         <dependency>
             <groupId>junit</groupId>
             <artifactId>junit</artifactId>
-            <scope>provided</scope>
-        </dependency>
-        <dependency>
-            <groupId>junit</groupId>
-            <artifactId>junit</artifactId>
             <scope>compile</scope>
         </dependency>
         <dependency>