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-xjc-utils.git


The following commit(s) were added to refs/heads/master by this push:
     new d484085  update plugins; enable runtime tests
d484085 is described below

commit d4840851d7074264dc2d2d30ce57d9006791a2c4
Author: Alexey Markevich <[email protected]>
AuthorDate: Tue Feb 4 10:49:12 2020 +0300

    update plugins; enable runtime tests
---
 pom.xml         | 14 ++------------
 runtime/pom.xml |  7 +------
 2 files changed, 3 insertions(+), 18 deletions(-)

diff --git a/pom.xml b/pom.xml
index 72e60e6..935ffce 100644
--- a/pom.xml
+++ b/pom.xml
@@ -105,7 +105,7 @@
             <dependency>
                 <groupId>junit</groupId>
                 <artifactId>junit</artifactId>
-                <version>4.12</version>
+                <version>4.13</version>
             </dependency>
             <dependency>
                 <groupId>org.apache.maven</groupId>
@@ -257,13 +257,8 @@
                 </plugin>
                 <plugin>
                     <groupId>org.apache.maven.plugins</groupId>
-                    <artifactId>maven-antrun-plugin</artifactId>
-                    <version>1.8</version>
-                </plugin>
-                <plugin>
-                    <groupId>org.apache.maven.plugins</groupId>
                     <artifactId>maven-jar-plugin</artifactId>
-                    <version>3.1.0</version>
+                    <version>3.2.0</version>
                     <configuration>
                         <archive>
                             <manifestEntries>
@@ -286,11 +281,6 @@
                         <encoding>UTF-8</encoding>
                     </configuration>
                 </plugin>
-                <plugin>
-                    <groupId>org.apache.maven.plugins</groupId>
-                    <artifactId>maven-assembly-plugin</artifactId>
-                    <version>3.1.0</version>
-                </plugin>
 
                 <plugin>
                     <groupId>org.apache.maven.plugins</groupId>
diff --git a/runtime/pom.xml b/runtime/pom.xml
index af86b09..a2282a1 100644
--- a/runtime/pom.xml
+++ b/runtime/pom.xml
@@ -18,17 +18,12 @@
         <version>3.3.2-SNAPSHOT</version>
     </parent>
 
-
-    <properties>
-        <maven.test.skip>true</maven.test.skip>
-    </properties>
-
     <build>
         <plugins>
             <plugin>
                 <groupId>org.apache.felix</groupId>
                 <artifactId>maven-bundle-plugin</artifactId>
-                <version>2.4.0</version>
+                <version>4.2.1</version>
                 <extensions>true</extensions>
                 <configuration>
                     <instructions>

Reply via email to