Skip to content

Commit f2d32c6

Browse files
committed
Removed pom.xml modification and reverted refactored changes. About to modify pull request message about the pom.xml change
1 parent af9cf14 commit f2d32c6

File tree

2 files changed

+1
-5
lines changed

2 files changed

+1
-5
lines changed

core/src/test/java/org/jsmart/zerocode/core/kafka/receive/message/ConsumerJsonRecordTest.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
import com.fasterxml.jackson.databind.JsonNode;
55
import com.fasterxml.jackson.databind.ObjectMapper;
66
import org.hamcrest.CoreMatchers;
7+
import org.hamcrest.Matcher;
78
import org.jsmart.zerocode.core.di.provider.ObjectMapperProvider;
89
import org.junit.Test;
910

pom.xml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -376,11 +376,6 @@
376376
<artifactId>maven-dependency-plugin</artifactId>
377377
<version>${maven-dependency-plugin.version}</version>
378378
</plugin>
379-
<plugin> <!-- for flaky testing -->
380-
<groupId>edu.illinois</groupId>
381-
<artifactId>nondex-maven-plugin</artifactId>
382-
<version>2.1.7</version>
383-
</plugin>
384379
</plugins>
385380
</pluginManagement>
386381

0 commit comments

Comments
 (0)