commit | 3de22e1c6c2711072ce996335e7250445a39d320 | [log] [tgz] |
---|---|---|
author | Gautam Shah <gautams@amdocs.com> | Sat Apr 21 16:18:37 2018 +0530 |
committer | GAUTAMS <gautams@amdocs.com> | Thu Apr 26 17:47:29 2018 +0530 |
tree | c7a528bee3166b3262eef9977b0f87923df0e99f | |
parent | d71a8de8c7b688eabb250e524dc4f6000b3233b6 [diff] [blame] |
Reducing onboarding backend maven build time Reducing onboarding backend maven build time Change-Id: Id0178cbf010e46f741f4bff11e14b0801f14d4b8 Issue-ID: SDC-1189 Signed-off-by: GAUTAMS <gautams@amdocs.com>
diff --git a/openecomp-be/lib/openecomp-tosca-lib/pom.xml b/openecomp-be/lib/openecomp-tosca-lib/pom.xml index c6f8aa1..eedc6cb 100644 --- a/openecomp-be/lib/openecomp-tosca-lib/pom.xml +++ b/openecomp-be/lib/openecomp-tosca-lib/pom.xml
@@ -86,6 +86,9 @@ <version>${sdc-tosca-parser.version}</version> </dependency> </dependencies> + <properties> + <useSystemClassLoader>false</useSystemClassLoader> + </properties> </project>