Skip to content
This repository has been archived by the owner on Nov 19, 2024. It is now read-only.

Commit

Permalink
Improve MAVEN build Performance (#161)
Browse files Browse the repository at this point in the history
Remove unused dependencies on org.hamcrest and org.jenkins-ci.plugins:structs

Co-authored-by: Chen Zhang <340355960@qq.com>
  • Loading branch information
ChenZhangg and chenzhang22 authored Aug 24, 2021
1 parent 64c24c0 commit 5695383
Showing 1 changed file with 8 additions and 10 deletions.
18 changes: 8 additions & 10 deletions pom.xml
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>


<!--
The MIT License
Expand All @@ -23,6 +25,8 @@ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
THE SOFTWARE.
-->


<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>

Expand Down Expand Up @@ -142,21 +146,13 @@ THE SOFTWARE.
<version>${powermock.version}</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.hamcrest</groupId>
<artifactId>hamcrest-core</artifactId>
<scope>test</scope>
</dependency>

<dependency>
<groupId>org.codehaus.plexus</groupId>
<artifactId>plexus-utils</artifactId>
<version>3.2.1</version>
</dependency>
<dependency>
<groupId>org.jenkins-ci.plugins</groupId>
<artifactId>structs</artifactId>
<version>1.20</version>
</dependency>

</dependencies>

<repositories>
Expand Down Expand Up @@ -346,3 +342,5 @@ THE SOFTWARE.
</plugins>
</build>
</project>


0 comments on commit 5695383

Please # to comment.