Skip to content

Commit 07c9478

Browse files
authored
fix minor build warnings (#3968)
* remove duplicated dependency * remove duplicated jar plugin
1 parent ab029a2 commit 07c9478

File tree

2 files changed

+0
-8
lines changed

2 files changed

+0
-8
lines changed

apm-agent-attach/pom.xml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -59,9 +59,6 @@
5959
</execution>
6060
</executions>
6161
</plugin>
62-
<plugin>
63-
<artifactId>maven-jar-plugin</artifactId>
64-
</plugin>
6562
<plugin>
6663
<artifactId>maven-dependency-plugin</artifactId>
6764
<dependencies>

apm-agent-core/pom.xml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -58,11 +58,6 @@
5858
<artifactId>jctools-core</artifactId>
5959
<version>4.0.5</version>
6060
</dependency>
61-
<dependency>
62-
<groupId>com.googlecode.concurrentlinkedhashmap</groupId>
63-
<artifactId>concurrentlinkedhashmap-lru</artifactId>
64-
<version>1.4.2</version>
65-
</dependency>
6661

6762
<dependency>
6863
<groupId>org.apache.logging.log4j</groupId>

0 commit comments

Comments
 (0)