You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by kh...@apache.org on 2018/04/01 23:54:11 UTC

[maven-shade-plugin] 02/04: WIP - Downgraded jdependency back to 1.2

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

khmarbaise pushed a commit to branch MSHADE-275
in repository https://gitbox.apache.org/repos/asf/maven-shade-plugin.git

commit 2e7033aec7474bcc00f4d4bef20b1e7ed7ea66fb
Author: Karl Heinz Marbaise <kh...@apache.org>
AuthorDate: Mon Apr 2 00:44:22 2018 +0200

    WIP - Downgraded jdependency back to 1.2
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 7323c40..4becab8 100644
--- a/pom.xml
+++ b/pom.xml
@@ -151,7 +151,7 @@
     <dependency>
       <groupId>org.vafer</groupId>
       <artifactId>jdependency</artifactId>
-      <version>1.3</version>
+      <version>1.2</version>
       <exclusions>
         <exclusion>
           <groupId>org.ow2.asm</groupId>

-- 
To stop receiving notification emails like this one, please contact
khmarbaise@apache.org.