[ 
https://issues.apache.org/jira/browse/STREAMS-603?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16441386#comment-16441386
 ] 

ASF GitHub Bot commented on STREAMS-603:
----------------------------------------

steveblackmon closed pull request #449: resolves STREAMS-603
URL: https://github.com/apache/streams/pull/449
 
 
   

This is a PR merged from a forked repository.
As GitHub hides the original diff on merge, it is displayed below for
the sake of provenance:

As this is a foreign pull request (from a fork), the diff is supplied
below (as it won't show otherwise due to GitHub magic):

diff --git a/pom.xml b/pom.xml
index f46a164c2c..6a802a658b 100644
--- a/pom.xml
+++ b/pom.xml
@@ -357,9 +357,8 @@
         <war.plugin.version>2.5</war.plugin.version>
 
         <!-- Library Dependency Versions -->
-        <jackson.version>2.7.9</jackson.version>
-        <jackson-xml-databind.version>0.6.2</jackson-xml-databind.version>
-        <aalto.version>1.0.0</aalto.version>
+        <jackson.version>2.9.5</jackson.version>
+        <aalto.version>1.1.0</aalto.version>
         <joda-time.version>2.9.9</joda-time.version>
         <joda-convert.version>1.8.1</joda-convert.version>
         <json-flattener.version>0.5.0</json-flattener.version>
@@ -1079,11 +1078,12 @@
             <groupId>com.fasterxml.jackson.dataformat</groupId>
             <artifactId>jackson-dataformat-xml</artifactId>
             <version>${jackson.version}</version>
-        </dependency>
-        <dependency>
-            <groupId>com.fasterxml</groupId>
-            <artifactId>jackson-xml-databind</artifactId>
-            <version>${jackson-xml-databind.version}</version>
+            <exclusions>
+                <exclusion>
+                    <artifactId>stax2-api</artifactId>
+                    <groupId>org.codehaus.woodstox</groupId>
+                </exclusion>
+            </exclusions>
         </dependency>
         <dependency>
             <groupId>com.fasterxml.jackson.dataformat</groupId>
diff --git a/streams-pojo/pom.xml b/streams-pojo/pom.xml
index 0f1909c38c..ddabe697e6 100644
--- a/streams-pojo/pom.xml
+++ b/streams-pojo/pom.xml
@@ -85,18 +85,6 @@
             </exclusions>
         </dependency>
 
-        <dependency>
-            <groupId>com.fasterxml</groupId>
-            <artifactId>jackson-xml-databind</artifactId>
-            <version>0.6.2</version>
-            <exclusions>
-                <exclusion>
-                    <artifactId>stax2-api</artifactId>
-                    <groupId>org.codehaus.woodstox</groupId>
-                </exclusion>
-            </exclusions>
-        </dependency>
-
         <dependency>
             <groupId>com.fasterxml</groupId>
             <artifactId>aalto-xml</artifactId>


 

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
[email protected]


> Upgrade to latest Jackson 2.x
> -----------------------------
>
>                 Key: STREAMS-603
>                 URL: https://issues.apache.org/jira/browse/STREAMS-603
>             Project: Streams
>          Issue Type: Improvement
>            Reporter: Steve Blackmon
>            Assignee: Steve Blackmon
>            Priority: Major
>             Fix For: 0.6.0
>
>
> Upgrade to latest Jackson 2.x



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

Reply via email to