Repository: flex-utilities
Updated Branches:
  refs/heads/develop 5151e958d -> 9d7c7e98c


- Fixed the maven-extension problem preventing it from being used as maven 
3.3.1 extension loaded form "mvn./extension.xml"


Project: http://git-wip-us.apache.org/repos/asf/flex-utilities/repo
Commit: http://git-wip-us.apache.org/repos/asf/flex-utilities/commit/5a126e31
Tree: http://git-wip-us.apache.org/repos/asf/flex-utilities/tree/5a126e31
Diff: http://git-wip-us.apache.org/repos/asf/flex-utilities/diff/5a126e31

Branch: refs/heads/develop
Commit: 5a126e31b673b00cf5f619e13178e35e1de48460
Parents: e15c4a8
Author: Christofer Dutz <christofer.d...@codecentric.de>
Authored: Thu Jun 4 14:55:01 2015 +0200
Committer: Christofer Dutz <christofer.d...@codecentric.de>
Committed: Thu Jun 4 14:55:01 2015 +0200

----------------------------------------------------------------------
 mavenizer/cli/pom.xml                 | 6 ++++++
 mavenizer/retrievers/download/pom.xml | 1 +
 2 files changed, 7 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/flex-utilities/blob/5a126e31/mavenizer/cli/pom.xml
----------------------------------------------------------------------
diff --git a/mavenizer/cli/pom.xml b/mavenizer/cli/pom.xml
index 5a7449a..511ac31 100644
--- a/mavenizer/cli/pom.xml
+++ b/mavenizer/cli/pom.xml
@@ -82,6 +82,12 @@
         </dependency>
 
         <dependency>
+            <groupId>org.apache.maven</groupId>
+            <artifactId>maven-artifact</artifactId>
+            <version>3.2.3</version>
+        </dependency>
+
+        <dependency>
             <groupId>commons-cli</groupId>
             <artifactId>commons-cli</artifactId>
             <version>1.2</version>

http://git-wip-us.apache.org/repos/asf/flex-utilities/blob/5a126e31/mavenizer/retrievers/download/pom.xml
----------------------------------------------------------------------
diff --git a/mavenizer/retrievers/download/pom.xml 
b/mavenizer/retrievers/download/pom.xml
index 13cd1a9..6ba5e08 100644
--- a/mavenizer/retrievers/download/pom.xml
+++ b/mavenizer/retrievers/download/pom.xml
@@ -46,6 +46,7 @@
             <groupId>org.apache.maven</groupId>
             <artifactId>maven-artifact</artifactId>
             <version>3.2.3</version>
+            <scope>provided</scope>
         </dependency>
     </dependencies>
 

Reply via email to