diff options
Diffstat (limited to 'common/onap-common-configuration-management/onap-configuration-management-core/pom.xml')
-rwxr-xr-x | common/onap-common-configuration-management/onap-configuration-management-core/pom.xml | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/common/onap-common-configuration-management/onap-configuration-management-core/pom.xml b/common/onap-common-configuration-management/onap-configuration-management-core/pom.xml index 7c5573c50a..c615270ead 100755 --- a/common/onap-common-configuration-management/onap-configuration-management-core/pom.xml +++ b/common/onap-common-configuration-management/onap-configuration-management-core/pom.xml @@ -42,7 +42,7 @@ <dependency> <groupId>org.apache.commons</groupId> <artifactId>commons-configuration2</artifactId> - <version>2.1</version> + <version>2.3</version> </dependency> <dependency> <groupId>commons-logging</groupId> @@ -110,6 +110,11 @@ <groupId>org.slf4j</groupId> <artifactId>slf4j-api</artifactId> </dependency> + <dependency> + <groupId>ch.qos.logback</groupId> + <artifactId>logback-classic</artifactId> + <scope>test</scope> + </dependency> </dependencies> <build> @@ -119,11 +124,6 @@ <artifactId>maven-surefire-plugin</artifactId> <version>${mvn.surefire.version}</version> <configuration> - <!-- - For some reason running without JaCoCo causes test failures. - Making tests depend on JaCoCo until the problem is fixed. - --> - <skipTests>${jacoco.skip}</skipTests> <systemPropertyVariables> <config.location>${project.basedir}/src/test/resources</config.location> <node.config.location>${user.home}/TestResources</node.config.location> |