diff options
author | Soumendu Sekhar Acharya <SA00498080@techmahindra.com> | 2018-08-07 12:36:28 +0530 |
---|---|---|
committer | DushyantSinghThakur <dt00503496@techmahindra.com> | 2018-08-21 12:40:17 +0530 |
commit | fe054ab61313be40537b96ebb89758e7e508755e (patch) | |
tree | 43ef530c8b0f95c0c0400a73783f90ac5a7ee9ce /configbackuprestore/pom.xml | |
parent | 9b6d60a27e2b381eefe39bfa86943e468d790d20 (diff) |
Epic-231 cbr for compare
SDN-C to support the config comparison feature
Change-Id: I7e9219a40c54e1d0266e0fd55a5871b572539e6b
Issue-ID: SDNC-258
Signed-off-by: Soumendu Sekhar Acharya <SA00498080@techmahindra.com>
Former-commit-id: 2b1c14f1135162077761a1c072f88c247209d8e3
Diffstat (limited to 'configbackuprestore/pom.xml')
-rw-r--r-- | configbackuprestore/pom.xml | 36 |
1 files changed, 36 insertions, 0 deletions
diff --git a/configbackuprestore/pom.xml b/configbackuprestore/pom.xml new file mode 100644 index 00000000..5b01a9cb --- /dev/null +++ b/configbackuprestore/pom.xml @@ -0,0 +1,36 @@ +<?xml version="1.0" encoding="UTF-8"?> +<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> + <modelVersion>4.0.0</modelVersion> + <groupId>org.onap.ccsdk.parent</groupId> + <artifactId>configbackuprestore</artifactId> + <version>1.0-SNAPSHOT</version> + <name>Archetype - configbackuprestore</name> + <packaging>pom</packaging> + + <parent> + <groupId>org.springframework.boot</groupId> + <artifactId>spring-boot-starter-parent</artifactId> + <version>1.5.4.RELEASE</version> + </parent> + + <properties> + <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> + </properties> + + <dependencies> + <dependency> + <groupId>junit</groupId> + <artifactId>junit</artifactId> + <version>3.8.1</version> + <scope>test</scope> + </dependency> + </dependencies> + + + + <modules> + <module>getBackupVnfDetailService</module> + </modules> + + +</project> |