Skip to content

Commit

Permalink
Add commons-io (#537)
Browse files Browse the repository at this point in the history
Fixes #536
  • Loading branch information
Kummallinen authored Sep 5, 2023
1 parent 3e5b4f5 commit 2aa6a64
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion releng/org.eclipse.cdt.target/cdt.target
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<?pde version="3.8"?>
<target name="cdt" sequenceNumber="145">
<target name="cdt" sequenceNumber="146">
<locations>
<location includeAllPlatforms="false" includeConfigurePhase="false" includeMode="planner" includeSource="true" type="InstallableUnit">
<repository location="https://download.eclipse.org/cbi/updates/license/" />
Expand Down Expand Up @@ -81,6 +81,12 @@
<version>1.23.0</version>
<type>jar</type>
</dependency>
<dependency>
<groupId>commons-io</groupId>
<artifactId>commons-io</artifactId>
<version>2.13.0</version>
<type>jar</type>
</dependency>
<dependency>
<groupId>org.assertj</groupId>
<artifactId>assertj-core</artifactId>
Expand Down

0 comments on commit 2aa6a64

Please sign in to comment.