You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@apex.apache.org by th...@apache.org on 2017/11/04 06:15:17 UTC

[apex-malhar] branch master updated: APEXMALHAR-2461.Fix-dependencies-with-license-in-category-x

This is an automated email from the ASF dual-hosted git repository.

thw pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/apex-malhar.git


The following commit(s) were added to refs/heads/master by this push:
     new 6d298e3  APEXMALHAR-2461.Fix-dependencies-with-license-in-category-x
6d298e3 is described below

commit 6d298e38a69dbddd068d09356c83cc695dd56c0a
Author: Ananth <an...@gmail.com>
AuthorDate: Fri Nov 3 21:38:39 2017 +1100

    APEXMALHAR-2461.Fix-dependencies-with-license-in-category-x
---
 contrib/pom.xml                                                   | 2 +-
 .../src/main/java/com/datatorrent/contrib/parser/JsonParser.java  | 8 ++++----
 examples/csvformatter/pom.xml                                     | 2 +-
 examples/enricher/pom.xml                                         | 2 +-
 examples/parser/pom.xml                                           | 2 +-
 examples/twitter/pom.xml                                          | 1 +
 sql/pom.xml                                                       | 2 +-
 7 files changed, 10 insertions(+), 9 deletions(-)

diff --git a/contrib/pom.xml b/contrib/pom.xml
index 1434c49..8ddacd3 100755
--- a/contrib/pom.xml
+++ b/contrib/pom.xml
@@ -642,7 +642,7 @@
     <dependency>
       <groupId>com.github.fge</groupId>
       <artifactId>json-schema-validator</artifactId>
-      <version>2.0.1</version>
+      <version>2.2.6</version>
       <optional>true</optional>
     </dependency>
     <dependency>
diff --git a/contrib/src/main/java/com/datatorrent/contrib/parser/JsonParser.java b/contrib/src/main/java/com/datatorrent/contrib/parser/JsonParser.java
index bb95f9c..1b81e6f 100644
--- a/contrib/src/main/java/com/datatorrent/contrib/parser/JsonParser.java
+++ b/contrib/src/main/java/com/datatorrent/contrib/parser/JsonParser.java
@@ -31,12 +31,12 @@ import org.apache.hadoop.classification.InterfaceStability;
 import com.fasterxml.jackson.databind.DeserializationFeature;
 import com.fasterxml.jackson.databind.JsonNode;
 import com.fasterxml.jackson.databind.ObjectMapper;
-import com.github.fge.jsonschema.exceptions.ProcessingException;
+import com.github.fge.jackson.JsonLoader;
+import com.github.fge.jsonschema.core.exceptions.ProcessingException;
+import com.github.fge.jsonschema.core.report.ProcessingMessage;
+import com.github.fge.jsonschema.core.report.ProcessingReport;
 import com.github.fge.jsonschema.main.JsonSchema;
 import com.github.fge.jsonschema.main.JsonSchemaFactory;
-import com.github.fge.jsonschema.report.ProcessingMessage;
-import com.github.fge.jsonschema.report.ProcessingReport;
-import com.github.fge.jsonschema.util.JsonLoader;
 import com.google.common.annotations.VisibleForTesting;
 
 import com.datatorrent.api.AutoMetric;
diff --git a/examples/csvformatter/pom.xml b/examples/csvformatter/pom.xml
index ddddab0..1dea403 100644
--- a/examples/csvformatter/pom.xml
+++ b/examples/csvformatter/pom.xml
@@ -60,7 +60,7 @@
         <dependency>
             <groupId>com.github.fge</groupId>
             <artifactId>json-schema-validator</artifactId>
-            <version>2.0.1</version>
+            <version>2.2.6</version>
             <optional>true</optional>
         </dependency>
         <dependency>
diff --git a/examples/enricher/pom.xml b/examples/enricher/pom.xml
index e4845c0..c18fd38 100644
--- a/examples/enricher/pom.xml
+++ b/examples/enricher/pom.xml
@@ -50,7 +50,7 @@
     <dependency>
       <groupId>com.github.fge</groupId>
       <artifactId>json-schema-validator</artifactId>
-      <version>2.0.1</version>
+      <version>2.2.6</version>
       <optional>true</optional>
     </dependency>
     <dependency>
diff --git a/examples/parser/pom.xml b/examples/parser/pom.xml
index aa41cfa..405af22 100644
--- a/examples/parser/pom.xml
+++ b/examples/parser/pom.xml
@@ -74,7 +74,7 @@
     <dependency>
       <groupId>com.github.fge</groupId>
       <artifactId>json-schema-validator</artifactId>
-      <version>2.0.1</version>
+      <version>2.2.6</version>
       <optional>true</optional>
     </dependency>
     <dependency>
diff --git a/examples/twitter/pom.xml b/examples/twitter/pom.xml
index e17db40..2781b83 100644
--- a/examples/twitter/pom.xml
+++ b/examples/twitter/pom.xml
@@ -70,6 +70,7 @@
       <groupId>mysql</groupId>
       <artifactId>mysql-connector-java</artifactId>
       <version>5.1.22</version>
+      <optional>true</optional>
     </dependency>
     <dependency>
       <groupId>org.apache.apex</groupId>
diff --git a/sql/pom.xml b/sql/pom.xml
index c0be258..1f6c856 100644
--- a/sql/pom.xml
+++ b/sql/pom.xml
@@ -147,7 +147,7 @@
     <dependency>
       <groupId>com.github.fge</groupId>
       <artifactId>json-schema-validator</artifactId>
-      <version>2.0.1</version>
+      <version>2.2.6</version>
     </dependency>
 
     <!-- Kafka Dependency -->

-- 
To stop receiving notification emails like this one, please contact
['"commits@apex.apache.org" <co...@apex.apache.org>'].