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-netconf-adapter/appc-netconf-adapter-bundle/pom.xml | |
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-netconf-adapter/appc-netconf-adapter-bundle/pom.xml')
-rw-r--r-- | appc-adapters/appc-netconf-adapter/appc-netconf-adapter-bundle/pom.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/appc-adapters/appc-netconf-adapter/appc-netconf-adapter-bundle/pom.xml b/appc-adapters/appc-netconf-adapter/appc-netconf-adapter-bundle/pom.xml index 422c593e8..82fc42951 100644 --- a/appc-adapters/appc-netconf-adapter/appc-netconf-adapter-bundle/pom.xml +++ b/appc-adapters/appc-netconf-adapter/appc-netconf-adapter-bundle/pom.xml @@ -60,7 +60,7 @@ <dependency> <groupId>javax.xml.bind</groupId> <artifactId>jaxb-api</artifactId> - <version>2.1</version> + <version>2.2.3</version> </dependency> <!-- Needed to run test cases --> |