Skip to content

Commit bcb03f8

Browse files
committed
move the diff part to iFixPlusPlugin and refactor the code
1 parent 93a152d commit bcb03f8

2 files changed

Lines changed: 210 additions & 124 deletions

File tree

pom.xml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -85,13 +85,16 @@
8585
<artifactId>idflakies</artifactId>
8686
<version>1.1.0</version>
8787
</dependency>
88-
88+
<dependency>
89+
<groupId>org.xmlunit</groupId>
90+
<artifactId>xmlunit-core</artifactId>
91+
<version>2.8.2</version>
92+
</dependency>
8993
<dependency>
9094
<groupId>org.apache.maven.shared</groupId>
9195
<artifactId>maven-invoker</artifactId>
9296
<version>3.0.1</version>
9397
</dependency>
94-
9598
<dependency>
9699
<groupId>com.reedoei</groupId>
97100
<artifactId>eunomia</artifactId>

0 commit comments

Comments
 (0)