Fix jettison version to match installed version 53/11353/1
authorDan Timoney <dtimoney@att.com>
Fri, 8 Sep 2017 21:03:41 +0000 (17:03 -0400)
committerDan Timoney <dtimoney@att.com>
Fri, 8 Sep 2017 21:03:41 +0000 (17:03 -0400)
Update jettison.version setting to match the installed version in ODL
Carbon image (1.3.6), as opposed to version specified in ODL Carbon
odlparent (1.3.7).

Change-Id: Ibe9e11e7a98fd69561f5788443a799586f3845a3
Issue-ID: CCSDK-85
Signed-off-by: Dan Timoney <dtimoney@att.com>
odlparent-carbon-sr1/pom.xml

index fbf5930..115b4ef 100755 (executable)
         <org.json.version>20131018</org.json.version>
 
         <!-- Used by sfc -->
-        <jettison.version>1.3.7</jettison.version>
+        <jettison.version>1.3.6</jettison.version>
         <!-- Used by persistence -->
         <jsr305.api.version>3.0.0</jsr305.api.version>
         <!-- Need to stick to JUnit 4.11 until https://github.com/jayway/powermock/issues/560