diff options
author | Taka <tc012c@att.com> | 2017-12-19 16:25:07 -0500 |
---|---|---|
committer | Skip Wonnell <skip@att.com> | 2017-12-19 22:01:31 +0000 |
commit | 0f18e353db5ac09c56d05f041e7f6a00e5760726 (patch) | |
tree | 8d37e314afb5c5bdc75e9d0491e978f2e47218fb /appc-adapters/appc-rest-healthcheck-adapter/appc-rest-healthcheck-adapter-bundle | |
parent | 8491cc3bc012fefe4faf54baf6c74cb20785d5f0 (diff) |
Update jaxb-api to 2.2.3 or later
Issue-ID: APPC-306
Change-Id: I95ba608435bcafff5ea9d960d0295900aa14ebef
Signed-off-by: Taka <tc012c@att.com>
Diffstat (limited to 'appc-adapters/appc-rest-healthcheck-adapter/appc-rest-healthcheck-adapter-bundle')
-rw-r--r-- | appc-adapters/appc-rest-healthcheck-adapter/appc-rest-healthcheck-adapter-bundle/pom.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/appc-adapters/appc-rest-healthcheck-adapter/appc-rest-healthcheck-adapter-bundle/pom.xml b/appc-adapters/appc-rest-healthcheck-adapter/appc-rest-healthcheck-adapter-bundle/pom.xml index b5d60c11c..134c7f0e2 100644 --- a/appc-adapters/appc-rest-healthcheck-adapter/appc-rest-healthcheck-adapter-bundle/pom.xml +++ b/appc-adapters/appc-rest-healthcheck-adapter/appc-rest-healthcheck-adapter-bundle/pom.xml @@ -89,7 +89,7 @@ <dependency> <groupId>javax.xml.bind</groupId> <artifactId>jaxb-api</artifactId> - <version>2.1</version> + <version>2.2.3</version> </dependency> <dependency> |