You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by da...@apache.org on 2017/04/22 12:50:28 UTC

[3/3] camel git commit: Karaf 3 is not supported

Karaf 3 is not supported


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

Branch: refs/heads/master
Commit: 28cacf7228f582671372858255d4ea29a632a298
Parents: 5c15cf6
Author: Claus Ibsen <da...@apache.org>
Authored: Sat Apr 22 14:48:06 2017 +0200
Committer: Claus Ibsen <da...@apache.org>
Committed: Sat Apr 22 14:48:06 2017 +0200

----------------------------------------------------------------------
 tests/camel-itest-karaf/pom.xml | 8 --------
 1 file changed, 8 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/camel/blob/28cacf72/tests/camel-itest-karaf/pom.xml
----------------------------------------------------------------------
diff --git a/tests/camel-itest-karaf/pom.xml b/tests/camel-itest-karaf/pom.xml
index c716808..d4b680d 100644
--- a/tests/camel-itest-karaf/pom.xml
+++ b/tests/camel-itest-karaf/pom.xml
@@ -240,14 +240,6 @@
       </build>
     </profile>
 
-    <!-- test with older karaf 3.x -->
-    <profile>
-      <id>karaf3</id>
-      <properties>
-        <karf-test-version>${karaf3-version}</karf-test-version>
-      </properties>
-    </profile>
-
   </profiles>
 
 </project>