IDEMPIERE-4611 Replace dependency to sun.security.tools.keytool with Bouncy Castle (#488)
remove from pom
This commit is contained in:
parent
3965dd68fe
commit
7545dd6ee3
|
@ -9,19 +9,4 @@
|
||||||
</parent>
|
</parent>
|
||||||
<artifactId>org.adempiere.install</artifactId>
|
<artifactId>org.adempiere.install</artifactId>
|
||||||
<packaging>eclipse-plugin</packaging>
|
<packaging>eclipse-plugin</packaging>
|
||||||
|
|
||||||
<build>
|
|
||||||
<plugins>
|
|
||||||
<plugin>
|
|
||||||
<groupId>org.eclipse.tycho</groupId>
|
|
||||||
<artifactId>tycho-compiler-plugin</artifactId>
|
|
||||||
<configuration>
|
|
||||||
<compilerArgs>
|
|
||||||
<arg>--add-exports</arg>
|
|
||||||
<arg>java.base/sun.security.tools.keytool=ALL-UNNAMED</arg>
|
|
||||||
</compilerArgs>
|
|
||||||
</configuration>
|
|
||||||
</plugin>
|
|
||||||
</plugins>
|
|
||||||
</build>
|
|
||||||
</project>
|
</project>
|
Loading…
Reference in New Issue