Skip to content

Commit

Permalink
chore(jmc-core): use org.openjdk.jmc.jdp from maven central (#226)
Browse files Browse the repository at this point in the history
  • Loading branch information
aptmac authored May 30, 2023
1 parent 84a69e9 commit 4c7b9af
Show file tree
Hide file tree
Showing 13 changed files with 5 additions and 1,249 deletions.
5 changes: 5 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,11 @@
<artifactId>flightrecorder.rules.jdk</artifactId>
<version>${jmc.version}</version>
</dependency>
<dependency>
<groupId>org.openjdk.jmc</groupId>
<artifactId>jdp</artifactId>
<version>${jmc.version}</version>
</dependency>
<dependency>
<groupId>org.apache.commons</groupId>
<artifactId>commons-lang3</artifactId>
Expand Down
53 changes: 0 additions & 53 deletions src/main/java/org/openjdk/jmc/jdp/client/Discoverable.java

This file was deleted.

80 changes: 0 additions & 80 deletions src/main/java/org/openjdk/jmc/jdp/client/DiscoveryEvent.java

This file was deleted.

47 changes: 0 additions & 47 deletions src/main/java/org/openjdk/jmc/jdp/client/DiscoveryListener.java

This file was deleted.

109 changes: 0 additions & 109 deletions src/main/java/org/openjdk/jmc/jdp/client/JDPClient.java

This file was deleted.

92 changes: 0 additions & 92 deletions src/main/java/org/openjdk/jmc/jdp/client/PacketListener.java

This file was deleted.

Loading

0 comments on commit 4c7b9af

Please sign in to comment.