Shade in missing rhino script engine

This commit is contained in:
William Blake Galbreath
2020-03-11 20:21:56 -05:00
parent 12afded8c7
commit cd9b664918
3 changed files with 44 additions and 23 deletions

View File

@@ -1,4 +1,4 @@
From 68cbef2dfe772d700b94d9a60e70b38fe91b2c96 Mon Sep 17 00:00:00 2001
From 86ffbf216985518a0de899945c8ee73015222f62 Mon Sep 17 00:00:00 2001
From: William Blake Galbreath <Blake.Galbreath@GMail.com>
Date: Wed, 22 Jan 2020 20:13:40 -0600
Subject: [PATCH] UPnP Port Forwarding Service
@@ -14,11 +14,11 @@ Subject: [PATCH] UPnP Port Forwarding Service
create mode 100644 src/main/java/net/pl3x/purpur/gui/info/UPnPComponent.java
diff --git a/pom.xml b/pom.xml
index ffac75de25..a4c2765aa6 100644
index 90ca354c46..e8c0974b64 100644
--- a/pom.xml
+++ b/pom.xml
@@ -94,6 +94,12 @@
<version>1.1.1</version>
@@ -53,6 +53,12 @@
<version>1.7.7.1</version>
<scope>compile</scope>
</dependency>
+ <dependency>
@@ -27,10 +27,10 @@ index ffac75de25..a4c2765aa6 100644
+ <version>1.0</version>
+ <scope>compile</scope>
+ </dependency>
<!-- Purpur end -->
<dependency>
<groupId>org.xerial</groupId>
<artifactId>sqlite-jdbc</artifactId>
@@ -138,6 +144,10 @@
<groupId>net.minecrell</groupId>
@@ -152,6 +158,10 @@
<id>spigotmc-public</id>
<url>https://hub.spigotmc.org/nexus/content/groups/public/</url>
</repository>