Skip to content

Instantly share code, notes, and snippets.

@zregvart
Created May 9, 2017 14:18
Show Gist options
  • Save zregvart/149967d46d921a2299ffcf2091a5b367 to your computer and use it in GitHub Desktop.
Save zregvart/149967d46d921a2299ffcf2091a5b367 to your computer and use it in GitHub Desktop.
diff --git a/buildingtools/pom.xml b/buildingtools/pom.xml
index c235e1678d..c3918a1e37 100644
--- a/buildingtools/pom.xml
+++ b/buildingtools/pom.xml
@@ -85,6 +85,19 @@
</configuration>
</execution>
</executions>
+ <dependencies>
+ <dependency>
+ <groupId>com.mycila</groupId>
+ <artifactId>license-maven-plugin</artifactId>
+ <version>${mycila-license-version}</version>
+ <exclusions>
+ <exclusion>
+ <groupId>org.apache.camel</groupId>
+ <artifactId>camel-buildtools</artifactId>
+ </exclusion>
+ </exclusions>
+ </dependency>
+ </dependencies>
</plugin>
<plugin>
<!--
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment