Fix up maven stuff hopefully

This commit is contained in:
Zach Brown 2018-09-22 12:58:09 -04:00
parent 62aa893cdb
commit 44406d43b3
No known key found for this signature in database
GPG key ID: CC9DA35FC5450B76
5 changed files with 30 additions and 33 deletions

View file

@ -1,4 +1,4 @@
From cf7ba1c723ee537f7bbc7cc8d339d6357e5f0694 Mon Sep 17 00:00:00 2001
From 2c838b46906d2b21e84956036ddf45bf4464bb30 Mon Sep 17 00:00:00 2001
From: Techcable <Techcable@outlook.com>
Date: Thu, 3 Mar 2016 13:20:33 -0700
Subject: [PATCH] Use ASM for event executors.
@ -6,10 +6,10 @@ Subject: [PATCH] Use ASM for event executors.
Uses method handles for private or static methods.
diff --git a/pom.xml b/pom.xml
index a8a87820..a58d4424 100644
index d6cf92d1..ffedf2e7 100644
--- a/pom.xml
+++ b/pom.xml
@@ -127,6 +127,17 @@
@@ -116,6 +116,17 @@
<version>1.3</version>
<scope>test</scope>
</dependency>
@ -427,5 +427,5 @@ index 3af99b5b..72d506d1 100644
eventSet.add(new TimedRegisteredListener(listener, executor, eh.priority(), plugin, eh.ignoreCancelled()));
} else {
--
2.18.0
2.19.0