diff options
Diffstat (limited to 'pom.xml')
-rw-r--r-- | pom.xml | 15 |
1 files changed, 11 insertions, 4 deletions
@@ -27,7 +27,7 @@ limitations under the License. </parent> <groupId>org.onap.dcaegen2.collectors.restconf</groupId> <artifactId>restconfcollector</artifactId> - <version>1.3.1-SNAPSHOT</version> + <version>1.3.2-SNAPSHOT</version> <name>dcaegen2-collectors-restconf</name> <description>RestConfCollector</description> <properties> @@ -48,7 +48,9 @@ limitations under the License. <releases.path>content/repositories/releases/</releases.path> <site.path>content/sites/site/org/onap/dcaegen2/collectors/restconf/${project.artifactId}/${project.version}</site.path> <maven.build.timestamp.format>yyyyMMdd'T'HHmmss</maven.build.timestamp.format> - <sonar.coverage.jacoco.xmlReportPaths>${project.reporting.outputDirectory}/jacoco-ut/jacoco.xml</sonar.coverage.jacoco.xmlReportPaths> + <sonar.coverage.jacoco.xmlReportPaths> + ${project.reporting.outputDirectory}/jacoco-ut/jacoco.xml + </sonar.coverage.jacoco.xmlReportPaths> </properties> <build> <pluginManagement> @@ -312,7 +314,7 @@ limitations under the License. <dependency> <groupId>com.google.code.gson</groupId> <artifactId>gson</artifactId> - <version>2.8.6</version> + <version>2.8.9</version> </dependency> <dependency> <groupId>org.json</groupId> @@ -460,6 +462,11 @@ limitations under the License. <artifactId>jettison</artifactId> <version>1.3.7</version> </dependency> + <dependency> + <groupId>ch.qos.logback</groupId> + <artifactId>logback-core</artifactId> + <version>1.2.10</version> + </dependency> <!-- TESTING --> <dependency> <groupId>org.junit.jupiter</groupId> @@ -544,4 +551,4 @@ limitations under the License. <url>http://maven.restlet.com</url> </pluginRepository> </pluginRepositories> -</project>
\ No newline at end of file +</project> |