summaryrefslogtreecommitdiffstats
path: root/vnf-sdk-function-test/pom.xml
diff options
context:
space:
mode:
authorKailun Qin <kailun.qin@intel.com>2018-04-12 19:46:11 +0800
committerKailun Qin <kailun.qin@intel.com>2018-04-12 19:50:12 +0800
commit4ab4433e8b321606a849260375891d5d8b07fed4 (patch)
tree8719715c610e2543d332df6b78466ebef17762ea /vnf-sdk-function-test/pom.xml
parentdc6f927287daedf2d62b2b122b3402256a1fe614 (diff)
Remove unused AssetsBundle
Remove unused AssetsBundle which may relate to bootstrap and jquery. Change-Id: I12c5096d616fbca3cf90b9d5f8f69525df24d1c6 Issue-ID: VNFSDK-246 Signed-off-by: Kailun Qin <kailun.qin@intel.com>
Diffstat (limited to 'vnf-sdk-function-test/pom.xml')
-rw-r--r--vnf-sdk-function-test/pom.xml12
1 files changed, 0 insertions, 12 deletions
diff --git a/vnf-sdk-function-test/pom.xml b/vnf-sdk-function-test/pom.xml
index 25da2e5..9032961 100644
--- a/vnf-sdk-function-test/pom.xml
+++ b/vnf-sdk-function-test/pom.xml
@@ -200,18 +200,6 @@
<artifactId>jackson-dataformat-xml</artifactId>
<version>2.9.5</version>
</dependency>
- <!-- https://mvnrepository.com/artifact/org.webjars/bootstrap -->
- <dependency>
- <groupId>org.webjars</groupId>
- <artifactId>bootstrap</artifactId>
- <version>4.0.0-2</version>
- </dependency>
- <!-- https://mvnrepository.com/artifact/org.webjars.npm/bootstrap -->
- <dependency>
- <groupId>org.webjars.npm</groupId>
- <artifactId>bootstrap</artifactId>
- <version>4.1.0</version>
- </dependency>
<!--<dependency>-->
<!--<groupId>mysql</groupId>-->
<!--<artifactId>mysql-connector-java</artifactId>-->