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/07/10 15:02:34 UTC

[cxf-fediz] branch master updated (cf3df36 -> 8f4abeb)

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

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


    from cf3df36  Update to openjpa 3.1.1
     new eadffec  remove xerces rependency from openjpa-maven-plugin
     new 8f4abeb  Update to maven-dependency-plugin 3.1.2

The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 pom.xml                   | 2 +-
 services/idp-core/pom.xml | 7 -------
 2 files changed, 1 insertion(+), 8 deletions(-)


[cxf-fediz] 02/02: Update to maven-dependency-plugin 3.1.2

Posted by bu...@apache.org.
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-fediz.git

commit 8f4abebe1a9ae2bae6c39f119b1ffe80eabc328e
Author: Alexey Markevich <bu...@gmail.com>
AuthorDate: Fri Jul 10 18:00:59 2020 +0300

    Update to maven-dependency-plugin 3.1.2
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index c4e916d..3c77a4b 100644
--- a/pom.xml
+++ b/pom.xml
@@ -376,7 +376,7 @@
                 <plugin>
                     <groupId>org.apache.maven.plugins</groupId>
                     <artifactId>maven-dependency-plugin</artifactId>
-                    <version>3.1.1</version>
+                    <version>3.1.2</version>
                 </plugin>
                 <plugin>
                     <groupId>org.apache.maven.plugins</groupId>


[cxf-fediz] 01/02: remove xerces rependency from openjpa-maven-plugin

Posted by bu...@apache.org.
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-fediz.git

commit eadffec52fbbd4cad847747c8ccc4c921d97dc60
Author: Alexey Markevich <bu...@gmail.com>
AuthorDate: Fri Jul 10 17:59:57 2020 +0300

    remove xerces rependency from openjpa-maven-plugin
---
 services/idp-core/pom.xml | 7 -------
 1 file changed, 7 deletions(-)

diff --git a/services/idp-core/pom.xml b/services/idp-core/pom.xml
index 95b17b1..974a306 100644
--- a/services/idp-core/pom.xml
+++ b/services/idp-core/pom.xml
@@ -214,13 +214,6 @@
                         </goals>
                     </execution>
                 </executions>
-                <dependencies>
-                    <dependency>
-                        <groupId>xerces</groupId>
-                        <artifactId>xercesImpl</artifactId>
-                        <version>2.11.0</version>
-                    </dependency>
-                </dependencies>
             </plugin>
             <plugin>
                 <groupId>org.apache.maven.plugins</groupId>