You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@karaf.apache.org by gn...@apache.org on 2015/01/07 11:45:13 UTC

karaf git commit: [KARAF-3239] Add fileinstall dependency in the features-maven-plugin

Repository: karaf
Updated Branches:
  refs/heads/karaf-2.x 29932d779 -> d955e1c32


[KARAF-3239] Add fileinstall dependency in the features-maven-plugin

So that the build works on JDK8

Project: http://git-wip-us.apache.org/repos/asf/karaf/repo
Commit: http://git-wip-us.apache.org/repos/asf/karaf/commit/d955e1c3
Tree: http://git-wip-us.apache.org/repos/asf/karaf/tree/d955e1c3
Diff: http://git-wip-us.apache.org/repos/asf/karaf/diff/d955e1c3

Branch: refs/heads/karaf-2.x
Commit: d955e1c32fc4809224a464d296b400a3f5a0bb27
Parents: 29932d7
Author: Guillaume Nodet <gn...@gmail.com>
Authored: Wed Jan 7 11:45:02 2015 +0100
Committer: Guillaume Nodet <gn...@gmail.com>
Committed: Wed Jan 7 11:45:02 2015 +0100

----------------------------------------------------------------------
 tooling/features-maven-plugin/pom.xml | 4 ++++
 1 file changed, 4 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/karaf/blob/d955e1c3/tooling/features-maven-plugin/pom.xml
----------------------------------------------------------------------
diff --git a/tooling/features-maven-plugin/pom.xml b/tooling/features-maven-plugin/pom.xml
index 8daef80..2748681 100644
--- a/tooling/features-maven-plugin/pom.xml
+++ b/tooling/features-maven-plugin/pom.xml
@@ -97,6 +97,10 @@
             <artifactId>org.apache.servicemix.bundles.ant</artifactId>
         </dependency>
         <dependency>
+            <groupId>org.apache.felix</groupId>
+            <artifactId>org.apache.felix.fileinstall</artifactId>
+        </dependency>
+        <dependency>
             <groupId>org.easymock</groupId>
             <artifactId>easymock</artifactId>
             <scope>test</scope>