skip compliance check for oracle
This commit is contained in:
parent
6e6a7ed9e7
commit
64e70493ce
|
@ -114,4 +114,17 @@
|
||||||
|
|
||||||
</dependencies>
|
</dependencies>
|
||||||
|
|
||||||
|
<build>
|
||||||
|
<plugins>
|
||||||
|
<plugin>
|
||||||
|
<groupId>org.honton.chas</groupId>
|
||||||
|
<artifactId>license-maven-plugin</artifactId>
|
||||||
|
<configuration>
|
||||||
|
<!-- ocom.oracle.database.jdbc:ojdbc8 has a FUTC license -->
|
||||||
|
<skipCompliance>true</skipCompliance>
|
||||||
|
</configuration>
|
||||||
|
</plugin>
|
||||||
|
</plugins>
|
||||||
|
</build>
|
||||||
|
|
||||||
</project>
|
</project>
|
Loading…
Reference in New Issue