We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c3a8fd2 commit 4bcc07cCopy full SHA for 4bcc07c
pdfbox/pom.xml
@@ -94,6 +94,17 @@
94
<artifactId>mockito-core</artifactId>
95
<version>5.17.0</version>
96
<scope>test</scope>
97
+ <exclusions>
98
+ <exclusion>
99
+ <groupId>net.bytebuddy</groupId>
100
+ <artifactId>byte-buddy</artifactId>
101
+ </exclusion>
102
+ </exclusions>
103
+ </dependency>
104
+ <dependency>
105
106
107
+ <version>1.17.5</version>
108
</dependency>
109
<!-- For legal reasons (incompatible license), these three dependencies below
110
are to be used only in the tests and may not be distributed.
0 commit comments