summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDan Timoney <dtimoney@att.com>2017-09-08 17:03:41 -0400
committerDan Timoney <dtimoney@att.com>2017-09-08 17:03:41 -0400
commit51afe8d0b024deba82289c04067ca0e4c37ebb16 (patch)
tree57b5d814db07ccc9d8548289b39fec6058b7c795
parent5cd709b304e9062ee0a59f9267dbf6c7c5f73155 (diff)
Fix jettison version to match installed version
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>
-rwxr-xr-xodlparent-carbon-sr1/pom.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/odlparent-carbon-sr1/pom.xml b/odlparent-carbon-sr1/pom.xml
index fbf59306..115b4efe 100755
--- a/odlparent-carbon-sr1/pom.xml
+++ b/odlparent-carbon-sr1/pom.xml
@@ -122,7 +122,7 @@
<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