Skip to content

Commit 4c9f625

Browse files
committed
removed obsolete dependency to commons-io
1 parent aa72d65 commit 4c9f625

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

pom.xml

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -46,14 +46,6 @@
4646
<type>pom</type>
4747
<scope>import</scope>
4848
</dependency>
49-
50-
<!-- Liquibase brings an old version of commons-io as transitive dependency, which is not compatible with
51-
latest version of CAP Java. -->
52-
<dependency>
53-
<groupId>commons-io</groupId>
54-
<artifactId>commons-io</artifactId>
55-
<version>2.18.0</version>
56-
</dependency>
5749
</dependencies>
5850
</dependencyManagement>
5951

0 commit comments

Comments
 (0)