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 dc3581b commit abf8b8aCopy full SHA for abf8b8a
javax-money/pom.xml
@@ -96,6 +96,7 @@
96
<groupId>org.apache.maven.plugins</groupId>
97
<artifactId>maven-compiler-plugin</artifactId>
98
<inherited>true</inherited>
99
+ <!--
100
<configuration>
101
<annotationProcessorPaths>
102
<path>
@@ -104,6 +105,7 @@
104
105
</path>
106
</annotationProcessorPaths>
107
</configuration>
108
+ -->
109
</plugin>
110
<plugin>
111
<groupId>com.google.code.maven-replacer-plugin</groupId>
javax-money/src/test/java/tools/jackson/datatype/javax/money/FieldNamesTest.java
@@ -2,8 +2,6 @@
2
3
import org.junit.jupiter.api.Test;
4
5
-import tools.jackson.datatype.javax.money.FieldNames;
6
-
7
import static org.assertj.core.api.Assertions.assertThat;
8
9
public final class FieldNamesTest
0 commit comments