Skip to content

Commit

Permalink
Remove plexus dependency in favour of commons-lang (#458)
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewazores authored Apr 16, 2021
1 parent 8c4b62d commit 26b8c2f
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 7 deletions.
6 changes: 0 additions & 6 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,6 @@
<org.jacoco.maven.plugin.version>0.8.6</org.jacoco.maven.plugin.version>
<com.diffplug.spotless.maven.plugin.version>2.10.1</com.diffplug.spotless.maven.plugin.version>
<org.jsoup.version>1.13.1</org.jsoup.version>
<org.codehaus.plexus.utils.version>3.2.0</org.codehaus.plexus.utils.version>
</properties>

<dependencies>
Expand Down Expand Up @@ -158,11 +157,6 @@
<artifactId>jsoup</artifactId>
<version>${org.jsoup.version}</version>
</dependency>
<dependency>
<groupId>org.codehaus.plexus</groupId>
<artifactId>plexus-utils</artifactId>
<version>${org.codehaus.plexus.utils.version}</version>
</dependency>

<!-- test deps -->
<dependency>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@
import io.vertx.core.http.HttpMethod;
import io.vertx.ext.web.RoutingContext;
import io.vertx.ext.web.handler.impl.HttpStatusException;
import org.codehaus.plexus.util.ExceptionUtils;
import org.apache.commons.lang3.exception.ExceptionUtils;

class TargetReportGetHandler extends AbstractAuthenticatedRequestHandler {

Expand Down

0 comments on commit 26b8c2f

Please sign in to comment.