Skip to content
Snippets Groups Projects
Commit d04322c7 authored by OZGCloud's avatar OZGCloud
Browse files

OZG-4589 OZG-4642 Remove ozgcloud-license (is defined in parent)

parent ed93cb46
No related branches found
No related tags found
No related merge requests found
...@@ -60,7 +60,6 @@ ...@@ -60,7 +60,6 @@
<jsoup.version>1.14.3</jsoup.version> <jsoup.version>1.14.3</jsoup.version>
<xmlschema.version>2.3.0</xmlschema.version> <xmlschema.version>2.3.0</xmlschema.version>
<ozgcloud.license.version>1.3.0</ozgcloud.license.version>
<!-- plugins --> <!-- plugins -->
<jaxb2-plugin.version>0.15.2</jaxb2-plugin.version> <jaxb2-plugin.version>0.15.2</jaxb2-plugin.version>
...@@ -178,33 +177,6 @@ ...@@ -178,33 +177,6 @@
</executions> </executions>
</plugin> </plugin>
<!-- end::webservice --> <!-- end::webservice -->
<plugin>
<groupId>com.mycila</groupId>
<artifactId>license-maven-plugin</artifactId>
<version>4.1</version>
<configuration>
<mapping>
<config>SCRIPT_STYLE</config>
</mapping>
<licenseSets>
<licenseSet>
<header>license/eupl_v1_2_de/header.txt</header>
<excludes>
<exclude>**/README</exclude>
<exclude>src/test/resources/**</exclude>
<exclude>src/main/resources/**</exclude>
</excludes>
</licenseSet>
</licenseSets>
</configuration>
<dependencies>
<dependency>
<groupId>de.ozgcloud.common</groupId>
<artifactId>ozgcloud-common-license</artifactId>
<version>${ozgcloud.license.version}</version>
</dependency>
</dependencies>
</plugin>
</plugins> </plugins>
</pluginManagement> </pluginManagement>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment