Skip to content

Commit 2aa6a64

Browse files
authored
Add commons-io (#537)
Fixes #536
1 parent 3e5b4f5 commit 2aa6a64

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

releng/org.eclipse.cdt.target/cdt.target

+7-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
22
<?pde version="3.8"?>
3-
<target name="cdt" sequenceNumber="145">
3+
<target name="cdt" sequenceNumber="146">
44
<locations>
55
<location includeAllPlatforms="false" includeConfigurePhase="false" includeMode="planner" includeSource="true" type="InstallableUnit">
66
<repository location="https://download.eclipse.org/cbi/updates/license/" />
@@ -81,6 +81,12 @@
8181
<version>1.23.0</version>
8282
<type>jar</type>
8383
</dependency>
84+
<dependency>
85+
<groupId>commons-io</groupId>
86+
<artifactId>commons-io</artifactId>
87+
<version>2.13.0</version>
88+
<type>jar</type>
89+
</dependency>
8490
<dependency>
8591
<groupId>org.assertj</groupId>
8692
<artifactId>assertj-core</artifactId>

0 commit comments

Comments
 (0)