Skip to content

Commit f4c65c0

Browse files
authored
fix: remove duplicate dependency in pom (#1676)
* remove duplicate dependence Signed-off-by: CHEN Roxane <roxane.chen@rte-france.com> --------- Signed-off-by: CHEN Roxane <roxane.chen@rte-france.com>
1 parent 8eb0cb1 commit f4c65c0

1 file changed

Lines changed: 0 additions & 12 deletions

File tree

data/crac/crac-util/pom.xml

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -83,17 +83,5 @@
8383
<artifactId>assertj-core</artifactId>
8484
<scope>test</scope>
8585
</dependency>
86-
<dependency>
87-
<groupId>org.junit.jupiter</groupId>
88-
<artifactId>junit-jupiter</artifactId>
89-
<scope>test</scope>
90-
</dependency>
91-
92-
<dependency>
93-
<groupId>commons-io</groupId>
94-
<artifactId>commons-io</artifactId>
95-
<scope>runtime</scope>
96-
</dependency>
9786
</dependencies>
98-
9987
</project>

0 commit comments

Comments
 (0)