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
diff --git a/configbackuprestore/vnfconfigbackupservice/pom.xml b/configbackuprestore/vnfconfigbackupservice/pom.xml
index 606062e..ef9a981 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>