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/10/07 08:59:35 UTC

[07/14] camel git commit: CAMEL-9799: Add to kit.

CAMEL-9799: Add to kit.


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

Branch: refs/heads/master
Commit: f7c2780b0caca7f3741991a15d203e4edb262a1a
Parents: 5ac52a9
Author: Claus Ibsen <da...@apache.org>
Authored: Sat Oct 7 09:47:55 2017 +0200
Committer: Claus Ibsen <da...@apache.org>
Committed: Sat Oct 7 09:47:55 2017 +0200

----------------------------------------------------------------------
 apache-camel/pom.xml                                      |  9 +++++++++
 .../src/main/docs/json-validator-component.adoc           |  6 ++----
 parent/pom.xml                                            | 10 ++++++++++
 3 files changed, 21 insertions(+), 4 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/camel/blob/f7c2780b/apache-camel/pom.xml
----------------------------------------------------------------------
diff --git a/apache-camel/pom.xml b/apache-camel/pom.xml
index 03111c6..ed275ef 100644
--- a/apache-camel/pom.xml
+++ b/apache-camel/pom.xml
@@ -304,6 +304,10 @@
     </dependency>
     <dependency>
       <groupId>org.apache.camel</groupId>
+      <artifactId>camel-everit-json-schema</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.camel</groupId>
       <artifactId>camel-exec</artifactId>
     </dependency>
     <dependency>
@@ -1430,6 +1434,11 @@
     </dependency>
     <dependency>
       <groupId>org.apache.camel</groupId>
+      <artifactId>camel-everit-json-schema-starter</artifactId>
+      <version>${project.version}</version>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.camel</groupId>
       <artifactId>camel-exec-starter</artifactId>
       <version>${project.version}</version>
     </dependency>

http://git-wip-us.apache.org/repos/asf/camel/blob/f7c2780b/components/camel-everit-json-schema/src/main/docs/json-validator-component.adoc
----------------------------------------------------------------------
diff --git a/components/camel-everit-json-schema/src/main/docs/json-validator-component.adoc b/components/camel-everit-json-schema/src/main/docs/json-validator-component.adoc
index b7b124b..d0e6d56 100644
--- a/components/camel-everit-json-schema/src/main/docs/json-validator-component.adoc
+++ b/components/camel-everit-json-schema/src/main/docs/json-validator-component.adoc
@@ -1,6 +1,6 @@
 == JSON Schema Validator Component
 
-*Available as of Camel version 2.20*
+*Available as of Camel version *
 
 The JSON Schema Validator component performs bean validation of the message body
 agains JSON Schemas using the Everit.org JSON Schema library
@@ -124,6 +124,4 @@ we can validate incoming JSON with the following Camel route, where `myschema.js
 from("direct:start")
   .to("json-validator:myschema.json")
   .to("mock:end")
-----
-
-
+----
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/camel/blob/f7c2780b/parent/pom.xml
----------------------------------------------------------------------
diff --git a/parent/pom.xml b/parent/pom.xml
index ca1d8be..796b069 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -1147,6 +1147,11 @@
       </dependency>
       <dependency>
         <groupId>org.apache.camel</groupId>
+        <artifactId>camel-everit-json-schema</artifactId>
+        <version>${project.version}</version>
+      </dependency>
+      <dependency>
+        <groupId>org.apache.camel</groupId>
         <artifactId>camel-exec</artifactId>
         <version>${project.version}</version>
       </dependency>
@@ -2586,6 +2591,11 @@
       </dependency>
       <dependency>
         <groupId>org.apache.camel</groupId>
+        <artifactId>camel-everit-json-schema-starter</artifactId>
+        <version>${project.version}</version>
+      </dependency>
+      <dependency>
+        <groupId>org.apache.camel</groupId>
         <artifactId>camel-exec-starter</artifactId>
         <version>${project.version}</version>
       </dependency>