Skip to content

Commit

Permalink
fix minor build warnings (#3968)
Browse files Browse the repository at this point in the history
* remove duplicated dependency

* remove duplicated jar plugin
  • Loading branch information
SylvainJuge authored Feb 4, 2025
1 parent ab029a2 commit 07c9478
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 8 deletions.
3 changes: 0 additions & 3 deletions apm-agent-attach/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -59,9 +59,6 @@
</execution>
</executions>
</plugin>
<plugin>
<artifactId>maven-jar-plugin</artifactId>
</plugin>
<plugin>
<artifactId>maven-dependency-plugin</artifactId>
<dependencies>
Expand Down
5 changes: 0 additions & 5 deletions apm-agent-core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -58,11 +58,6 @@
<artifactId>jctools-core</artifactId>
<version>4.0.5</version>
</dependency>
<dependency>
<groupId>com.googlecode.concurrentlinkedhashmap</groupId>
<artifactId>concurrentlinkedhashmap-lru</artifactId>
<version>1.4.2</version>
</dependency>

<dependency>
<groupId>org.apache.logging.log4j</groupId>
Expand Down

0 comments on commit 07c9478

Please sign in to comment.