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 14dcb37 commit 906d9afCopy full SHA for 906d9af
pom.xml
@@ -34,6 +34,27 @@
34
35
<build>
36
<plugins>
37
+ <plugin>
38
+ <groupId>org.codehaus.mojo</groupId>
39
+ <artifactId>animal-sniffer-maven-plugin</artifactId>
40
+ <version>1.15</version>
41
+ <configuration>
42
+ <signature>
43
+ <groupId>org.codehaus.mojo.signature</groupId>
44
+ <artifactId>java15</artifactId>
45
+ <version>1.0</version>
46
+ </signature>
47
+ </configuration>
48
+ <executions>
49
+ <execution>
50
+ <id>ensure-java-1.5-class-library</id>
51
+ <phase>test</phase>
52
+ <goals>
53
+ <goal>check</goal>
54
+ </goals>
55
+ </execution>
56
+ </executions>
57
+ </plugin>
58
<plugin>
59
<groupId>com.infradna.tool</groupId>
60
<artifactId>bridge-method-injector</artifactId>
0 commit comments