You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cxf.apache.org by co...@apache.org on 2019/09/26 13:10:25 UTC

[cxf] 01/02: Removing prerequisites

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

coheigea pushed a commit to branch 3.3.x-fixes
in repository https://gitbox.apache.org/repos/asf/cxf.git

commit eadcdb008e115db7bb8e0664c20417eb7c4f0dfc
Author: Colm O hEigeartaigh <co...@apache.org>
AuthorDate: Thu Sep 26 14:09:54 2019 +0100

    Removing prerequisites
    
    (cherry picked from commit 160f50ed9bd9391b61417716b3a67653c9e81a98)
---
 maven-plugins/pom.xml | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/maven-plugins/pom.xml b/maven-plugins/pom.xml
index b12faf0..6d8585e 100644
--- a/maven-plugins/pom.xml
+++ b/maven-plugins/pom.xml
@@ -30,9 +30,6 @@
         <version>3.3.4-SNAPSHOT</version>
         <relativePath>../parent</relativePath>
     </parent>
-    <prerequisites>
-        <maven>${cxf.maven.core.version}</maven>
-    </prerequisites>
     <modules>
         <module>codegen-plugin</module>
         <module>java2ws-plugin</module>