aboutsummaryrefslogtreecommitdiffstats
path: root/ms/blueprintsprocessor/application/pom.xml
diff options
context:
space:
mode:
authorDan Timoney <dtimoney@att.com>2019-07-15 19:27:17 +0000
committerGerrit Code Review <gerrit@onap.org>2019-07-15 19:27:17 +0000
commitb4c8e75823486a54b3b2e9cf5bcb960a23f2ebde (patch)
treea6a42ac99a7df97fed837242ef1baa892e7eef04 /ms/blueprintsprocessor/application/pom.xml
parent47df1fc1660658ff5c4b5074e7313b10ed3ea359 (diff)
parent78c0057c2e5a5a9c37a69134b21c3583f7e5cc7d (diff)
Merge "Fix java.lang.NoClassDefFoundError: org/jsoup/Jsoup error in blueprintprocessor application"
Diffstat (limited to 'ms/blueprintsprocessor/application/pom.xml')
-rwxr-xr-xms/blueprintsprocessor/application/pom.xml1
1 files changed, 0 insertions, 1 deletions
diff --git a/ms/blueprintsprocessor/application/pom.xml b/ms/blueprintsprocessor/application/pom.xml
index 0e207f708..a9552510d 100755
--- a/ms/blueprintsprocessor/application/pom.xml
+++ b/ms/blueprintsprocessor/application/pom.xml
@@ -184,7 +184,6 @@
<artifactId>maven-compiler-plugin</artifactId>
<version>3.1</version>
<configuration>
- <!-- <skip>${skip.compile}</skip>-->
<source>1.8</source>
<target>1.8</target>
</configuration>