Skip to content

Commit

Permalink
[JENKINS-49482] Fix "java.lang.NoClassDefFoundError: edu/emory/mathcs…
Browse files Browse the repository at this point in the history
…/backport/java/util/Collections"
  • Loading branch information
Cyrille Le Clerc committed Feb 12, 2018
1 parent bbbd7b8 commit a95c6f4
Showing 1 changed file with 1 addition and 3 deletions.
Expand Up @@ -24,7 +24,6 @@

package org.jenkinsci.plugins.pipeline.maven.dao;

import edu.emory.mathcs.backport.java.util.Collections;
import hudson.model.Item;
import hudson.model.Run;
import org.apache.commons.io.IOUtils;
Expand All @@ -42,13 +41,12 @@
import java.sql.PreparedStatement;
import java.sql.ResultSet;
import java.sql.SQLException;
import java.sql.SQLType;
import java.sql.Statement;
import java.sql.Types;
import java.text.DecimalFormat;
import java.text.NumberFormat;
import java.util.ArrayList;
import java.util.Arrays;
import java.util.Collections;
import java.util.HashMap;
import java.util.List;
import java.util.Map;
Expand Down

0 comments on commit a95c6f4

Please sign in to comment.