Skip to content
Snippets Groups Projects
Commit 7c86f24c authored by Raphael GIRARDOT's avatar Raphael GIRARDOT
Browse files

migration to commons-lang3 (CI-650)

parent 58a96d94
No related branches found
No related tags found
No related merge requests found
......@@ -104,6 +104,10 @@
<groupId>org.tango-project</groupId>
<artifactId>tango-icon-theme</artifactId>
</dependency>
<dependency>
<groupId>org.apache.commons</groupId>
<artifactId>commons-lang3</artifactId>
</dependency>
</dependencies>
<properties>
......
......@@ -13,7 +13,7 @@ import java.util.Collections;
import java.util.Comparator;
import java.util.List;
import org.apache.commons.lang.ArrayUtils;
import org.apache.commons.lang3.ArrayUtils;
import fr.soleil.cdma.box.data.SoftData;
import fr.soleil.cdma.box.data.scan.ScanData;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment