Remove MojoHaus license plugin

Removed MojoHaus license-maven-plugin from sdc-tosca pom.xml

Change-Id: I7505f87b6314cfdb6c65d091170c70a490a5e166
Issue-Id: SDC-161
Signed-off-by: Idan Amit <ia096e@intl.att.com>
diff --git a/pom.xml b/pom.xml
index 0c8705d..4f05c61 100644
--- a/pom.xml
+++ b/pom.xml
@@ -240,39 +240,6 @@
 				<version>2.10.3</version>

 				<configuration />

 			</plugin>

-			<plugin>

-				<groupId>org.codehaus.mojo</groupId>

-				<artifactId>license-maven-plugin</artifactId>

-				<version>1.10</version>

-				<configuration>

-					<addJavaLicenseAfterPackage>false</addJavaLicenseAfterPackage>

-					<processStartTag>============LICENSE_START=======================================================</processStartTag>

-					<processEndTag>============LICENSE_END=========================================================</processEndTag>

-					<sectionDelimiter>================================================================================</sectionDelimiter>

-					<licenseName>apache_v2</licenseName>

-					<inceptionYear>2017</inceptionYear>

-					<organizationName>AT&amp;T Intellectual Property. All rights

-						reserved.</organizationName>

-					<projectName>sdc-tosca</projectName>

-					<canUpdateCopyright>true</canUpdateCopyright>

-					<canUpdateDescription>true</canUpdateDescription>

-					<canUpdateLicense>true</canUpdateLicense>

-					<emptyLineAfterHeader>true</emptyLineAfterHeader>

-					<verbose>false</verbose>

-					<includes>

-						<include>**/*.java</include>

-					</includes>

-				</configuration>

-				<executions>

-					<execution>

-						<id>first</id>

-						<goals>

-							<goal>update-file-header</goal>

-						</goals>

-						<!--phase>process-sources</phase -->

-					</execution>

-				</executions>

-			</plugin>

 			<!-- Test -->

 			<plugin>

 				<groupId>org.apache.maven.plugins</groupId>