Skip to content

Commit abf8b8a

Browse files
committed
...
1 parent dc3581b commit abf8b8a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

javax-money/pom.xml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -96,6 +96,7 @@
9696
<groupId>org.apache.maven.plugins</groupId>
9797
<artifactId>maven-compiler-plugin</artifactId>
9898
<inherited>true</inherited>
99+
<!--
99100
<configuration>
100101
<annotationProcessorPaths>
101102
<path>
@@ -104,6 +105,7 @@
104105
</path>
105106
</annotationProcessorPaths>
106107
</configuration>
108+
-->
107109
</plugin>
108110
<plugin>
109111
<groupId>com.google.code.maven-replacer-plugin</groupId>

javax-money/src/test/java/tools/jackson/datatype/javax/money/FieldNamesTest.java

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,6 @@
22

33
import org.junit.jupiter.api.Test;
44

5-
import tools.jackson.datatype.javax.money.FieldNames;
6-
75
import static org.assertj.core.api.Assertions.assertThat;
86

97
public final class FieldNamesTest

0 commit comments

Comments
 (0)