We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d01dbeb commit 2aa0f03Copy full SHA for 2aa0f03
1 file changed
pom.xml
@@ -4704,6 +4704,13 @@
4704
<groupId>com.nativelibs4java</groupId>
4705
<artifactId>bridj</artifactId>
4706
<version>${com.nativelibs4java.bridj.version}</version>
4707
+ <exclusions>
4708
+ <exclusion>
4709
+ <!-- Conflicts with junit:junit. We don't need Android here. -->
4710
+ <groupId>com.google.android.tools</groupId>
4711
+ <artifactId>dx</artifactId>
4712
+ </exclusion>
4713
+ </exclusions>
4714
</dependency>
4715
4716
<!-- CDI - https://cdi-spec.org/ -->
0 commit comments