Skip to content

Commit 9d2c3fe

Browse files
committed
...
1 parent 8c66f79 commit 9d2c3fe

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

jr-record-test/src/test-jdk17/java/jr/failing/RecordDeser167Test.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
package jr.failing;
22

3-
import com.fasterxml.jackson.jr.ob.JSON;
3+
import tools.jackson.jr.ob.JSON;
44

55
import junit.framework.TestCase;
66

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@
7878
<artifactId>maven-surefire-plugin</artifactId>
7979
<configuration>
8080
<excludes>
81-
<exclude>tools/jackson/**/failing/*.java</exclude>
81+
<exclude>**/failing/*.java</exclude>
8282
</excludes>
8383
</configuration>
8484
</plugin>

0 commit comments

Comments
 (0)