We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ab029a2 commit 07c9478Copy full SHA for 07c9478
apm-agent-attach/pom.xml
@@ -59,9 +59,6 @@
59
</execution>
60
</executions>
61
</plugin>
62
- <plugin>
63
- <artifactId>maven-jar-plugin</artifactId>
64
- </plugin>
65
<plugin>
66
<artifactId>maven-dependency-plugin</artifactId>
67
<dependencies>
apm-agent-core/pom.xml
@@ -58,11 +58,6 @@
58
<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>
68
<groupId>org.apache.logging.log4j</groupId>
0 commit comments