You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cxf.apache.org by bu...@apache.org on 2020/03/13 13:57:30 UTC

[cxf] 01/02: cxf-rt-rs-json-basic: cleanup pom

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

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

commit 0de9dcab4516addb4c3a6b575c0293cc307a19cb
Author: Alexey Markevich <bu...@gmail.com>
AuthorDate: Fri Mar 13 16:12:16 2020 +0300

    cxf-rt-rs-json-basic: cleanup pom
---
 rt/rs/extensions/json-basic/pom.xml | 9 ---------
 1 file changed, 9 deletions(-)

diff --git a/rt/rs/extensions/json-basic/pom.xml b/rt/rs/extensions/json-basic/pom.xml
index 3e6d5fb..4720262 100644
--- a/rt/rs/extensions/json-basic/pom.xml
+++ b/rt/rs/extensions/json-basic/pom.xml
@@ -44,14 +44,5 @@
             <artifactId>junit</artifactId>
             <scope>test</scope>
         </dependency>
-        <dependency>
-            <groupId>org.easymock</groupId>
-            <artifactId>easymock</artifactId>
-            <scope>test</scope>
-        </dependency>
     </dependencies>
-    <build>
-        <plugins>
-        </plugins>
-    </build>
 </project>