diff options
author | George, Lina (lg941u) <lg941u@att.com> | 2018-01-12 16:26:53 -0500 |
---|---|---|
committer | Skip Wonnell <skip@att.com> | 2018-01-12 23:23:31 +0000 |
commit | 48a99d5e01a756f2800937b17d3609f4373b475d (patch) | |
tree | f2ffae4cfb03e83663b5e9c6818839f4674edc45 /appc-config/appc-config-audit/features/src/main | |
parent | e630b22c7aff7cdccd37cfaca870aa47cbf278dd (diff) |
Updates to config audit bundle
Issue-ID: APPC-399
Change-Id: If60b628fb78e44b803bc91a4e96ed4b2700b6734
Signed-off-by: George, Lina (lg941u) <lg941u@att.com>
Diffstat (limited to 'appc-config/appc-config-audit/features/src/main')
-rw-r--r-- | appc-config/appc-config-audit/features/src/main/resources/features.xml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/appc-config/appc-config-audit/features/src/main/resources/features.xml b/appc-config/appc-config-audit/features/src/main/resources/features.xml index baca10788..969fd4b6e 100644 --- a/appc-config/appc-config-audit/features/src/main/resources/features.xml +++ b/appc-config/appc-config-audit/features/src/main/resources/features.xml @@ -39,6 +39,7 @@ <bundle>wrap:mvn:com.att.eelf/eelf-core/${eelf.version}</bundle> <bundle>mvn:ch.qos.logback/logback-core/${logback.version}</bundle> <bundle>mvn:ch.qos.logback/logback-classic/${logback.version}</bundle> + <bundle>wrap:mvn:xmlunit/xmlunit/${xmlunit.version}</bundle> <bundle>wrap:mvn:org.xmlunit/xmlunit-core/${xmlunit-core.version}</bundle> <bundle>mvn:org.onap.appc/appc-config-audit-provider/${project.version}</bundle> </feature> |