Epic-232:Modifying UI changes

the dist package dependency is removed

Change-Id: I9829cdda53326720263f3164d4d0fe2871dcc808
Issue-ID: SDNC-473
Signed-off-by: DushyantSinghThakur <dt00503496@techmahindra.com>

Former-commit-id: 1151bea8102a72ec7385b8c018f27644330871c7
diff --git a/SdncReports/SdncReportsApi/pom.xml b/SdncReports/SdncReportsApi/pom.xml
index 8d3caab..23fc512 100644
--- a/SdncReports/SdncReportsApi/pom.xml
+++ b/SdncReports/SdncReportsApi/pom.xml
@@ -21,16 +21,13 @@
 	</properties>
 
 	<dependencies>
-
-		<!-- <dependency> <groupId>com.h2database</groupId> <artifactId>h2</artifactId> 
-			<scope>test</scope> <version>1.4.194</version> </dependency> -->
-
+	
 		<dependency>
 			<groupId>ch.vorburger.mariaDB4j</groupId>
 			<artifactId>mariaDB4j</artifactId>
 			<version>2.2.3</version>
 		</dependency>
-
+		
 		<!-- https://mvnrepository.com/artifact/com.google.code.gson/gson -->
 		<dependency>
 			<groupId>com.google.code.gson</groupId>
@@ -38,10 +35,6 @@
 			<version>2.8.2</version>
 		</dependency>
 
-		<!-- <dependency> <groupId>com.sdnc.reports</groupId> <artifactId>sdnc_reports_certification</artifactId> 
-			<version>0.0.1-SNAPSHOT</version> <scope>test</scope> <classifier>exec</classifier> 
-			</dependency> -->
-
 		<dependency>
 			<groupId>${project.groupId}</groupId>
 			<artifactId>SdncReportsDao</artifactId>
@@ -102,8 +95,20 @@
 			<groupId>org.springframework.boot</groupId>
 			<artifactId>spring-boot-starter-log4j2</artifactId>
 		</dependency>
+		
+		<!-- Add Web jars, instead of dist folder  -->
+		<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>
+		
 	</dependencies>
 
 	<build>
@@ -116,9 +121,7 @@
 				<configuration>
 					<executable>true</executable>
 				</configuration>
-				<!-- <configuration> <mainClass>${start-class}</mainClass> <layout>ZIP</layout> 
-					</configuration> <executions> <execution> <goals> <goal>repackage</goal> 
-					</goals> </execution> </executions> -->
+				
 			</plugin>
 
 			<plugin>
@@ -133,9 +136,7 @@
 				<groupId>org.jacoco</groupId>
 				<artifactId>jacoco-maven-plugin</artifactId>
 				<version>0.7.5.201505241946</version>
-				<executions>
-					<!-- Prepares the property pointing to the JaCoCo runtime agent which 
-						is passed as VM argument when Maven the Surefire plugin is executed. -->
+				<executions>					
 					<execution>
 						<id>pre-unit-test</id>
 						<goals>
@@ -149,8 +150,7 @@
 							<propertyName>surefireArgLine</propertyName>
 						</configuration>
 					</execution>
-					<!-- Ensures that the code coverage report for unit tests is created 
-						after unit tests have been run. -->
+					
 					<execution>
 						<id>post-unit-test</id>
 						<phase>test</phase>
@@ -188,6 +188,5 @@
 				</configuration>
 			</plugin>
 		</plugins>
-
 	</build>
 </project>