mirror of
https://github.com/PaperMC/Paper.git
synced 2024-12-30 16:19:03 +01:00
b185870d79
Fixes #10165
29 lines
922 B
Diff
29 lines
922 B
Diff
--- /dev/null 2024-01-13 10:03:30.400485704 -0800
|
|
+++ CraftBukkit-Patches/9999-re-add-asm-dependency.patch 2024-01-13 21:41:27.650692678 -0800
|
|
@@ -0,0 +0,0 @@
|
|
+From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001
|
|
+From: Jake Potrebic <jake.m.potrebic@gmail.com>
|
|
+Date: Sat, 13 Jan 2024 21:41:02 -0800
|
|
+Subject: [PATCH] re add asm dependency
|
|
+
|
|
+
|
|
+diff --git a/pom.xml b/pom.xml
|
|
+index 266853a682..d18fdadf92 100644
|
|
+--- a/pom.xml
|
|
++++ b/pom.xml
|
|
+@@ -0,0 +0,0 @@
|
|
+ <version>2.19.0</version>
|
|
+ <scope>compile</scope>
|
|
+ </dependency>
|
|
++ <dependency>
|
|
++ <groupId>org.ow2.asm</groupId>
|
|
++ <artifactId>asm</artifactId>
|
|
++ <version>9.5</version>
|
|
++ <scope>compile</scope>
|
|
++ </dependency>
|
|
+ <dependency>
|
|
+ <groupId>org.ow2.asm</groupId>
|
|
+ <artifactId>asm-commons</artifactId>
|
|
+--
|
|
+2.43.0
|
|
+
|