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/03/17 08:32:11 UTC

camel git commit: Fixed build

Repository: camel
Updated Branches:
  refs/heads/master 7a4d4d28d -> a3a7cbc7f


Fixed build


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

Branch: refs/heads/master
Commit: a3a7cbc7f9079d975fa410295cf93520867a99f0
Parents: 7a4d4d2
Author: Claus Ibsen <da...@apache.org>
Authored: Fri Mar 17 09:32:03 2017 +0100
Committer: Claus Ibsen <da...@apache.org>
Committed: Fri Mar 17 09:32:03 2017 +0100

----------------------------------------------------------------------
 components/camel-rest-swagger/pom.xml | 1 +
 parent/pom.xml                        | 5 -----
 2 files changed, 1 insertion(+), 5 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/camel/blob/a3a7cbc7/components/camel-rest-swagger/pom.xml
----------------------------------------------------------------------
diff --git a/components/camel-rest-swagger/pom.xml b/components/camel-rest-swagger/pom.xml
index 39d6da5..a7f9936 100644
--- a/components/camel-rest-swagger/pom.xml
+++ b/components/camel-rest-swagger/pom.xml
@@ -94,6 +94,7 @@
     <dependency>
       <groupId>org.assertj</groupId>
       <artifactId>assertj-core</artifactId>
+      <version>${assertj-version}</version>
       <scope>test</scope>
     </dependency>
 

http://git-wip-us.apache.org/repos/asf/camel/blob/a3a7cbc7/parent/pom.xml
----------------------------------------------------------------------
diff --git a/parent/pom.xml b/parent/pom.xml
index 7e0dc1c..0a6c4dd 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -4058,11 +4058,6 @@
         <artifactId>httpunit</artifactId>
         <version>${httpunit-version}</version>
       </dependency>
-        <dependency>
-        <groupId>org.assertj</groupId>
-        <artifactId>assertj-core</artifactId>
-        <version>${assertj-version}</version>
-      </dependency>
 
       <!-- default JPA support -->
       <dependency>