diff options
author | soumendu <SA00498080@techmahindra.com> | 2018-10-22 15:41:29 +0530 |
---|---|---|
committer | Dan Timoney <dtimoney@att.com> | 2018-10-26 15:29:19 +0000 |
commit | 1450782e1d24493a28dfc6f0fff480bb919bdd36 (patch) | |
tree | 329902601ed552d91cad566fed0ff21d6fbf703d /configbackuprestore/vnfconfigbackupservice/pom.xml | |
parent | 1bd7bcb12869c2260c6e0cd74e010dceefbf1879 (diff) |
Added some dependencies and plugin in SDNC-231
Added dependencies and plugin in vnfconfigbackupservice pom and update path in index.jsp
Change-Id: I5755762d6e22d072c7b2145b2dbf87254b8b26a0
Issue-ID: SDNC-483
Signed-off-by: soumendu <SA00498080@techmahindra.com>
Former-commit-id: 2248dfe67a4e21be9a1c5c9c81800404ca38a3e0
Diffstat (limited to 'configbackuprestore/vnfconfigbackupservice/pom.xml')
-rw-r--r-- | configbackuprestore/vnfconfigbackupservice/pom.xml | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/configbackuprestore/vnfconfigbackupservice/pom.xml b/configbackuprestore/vnfconfigbackupservice/pom.xml index 606062ea..ef9a981e 100644 --- a/configbackuprestore/vnfconfigbackupservice/pom.xml +++ b/configbackuprestore/vnfconfigbackupservice/pom.xml @@ -131,11 +131,35 @@ <artifactId>jackson-xml-databind</artifactId> <version>0.6.2</version> </dependency> + + <dependency> + <groupId>org.webjars</groupId> + <artifactId>bootstrap</artifactId> + <version>3.3.7</version> + </dependency> + + <dependency> + <groupId>org.webjars</groupId> + <artifactId>bootstrap-datepicker</artifactId> + <version>1.0.1</version> + </dependency> + + <dependency> + <groupId>org.webjars.bower</groupId> + <artifactId>angular-object-diff</artifactId> + <version>1.0.1</version> + </dependency> </dependencies> <build> <plugins> + + <plugin> + <groupId>org.springframework.boot</groupId> + <artifactId>spring-boot-maven-plugin</artifactId> + </plugin> + <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-surefire-plugin</artifactId> |