Adventure 4.5.0

This commit is contained in:
Riley Park 2021-02-22 02:52:30 -08:00
parent 511cd52f02
commit a235c77ce7
No known key found for this signature in database
GPG Key ID: D831AF236C834E45
4 changed files with 23 additions and 12 deletions

View File

@ -7,33 +7,44 @@ Co-authored-by: zml <zml@stellardrift.ca>
Co-authored-by: Jake Potrebic <jake.m.potrebic@gmail.com>
diff --git a/pom.xml b/pom.xml
index 58fc279186e01a4703102227f387e96272fcf0a7..a6565a93848213a39694dc84be75aebcc327b1b8 100644
index 58fc279186e01a4703102227f387e96272fcf0a7..2a73ac313919c671dd6b6eafd3caa5d44ac14dc1 100644
--- a/pom.xml
+++ b/pom.xml
@@ -49,6 +49,28 @@
@@ -48,7 +48,39 @@
</pluginRepository>
</pluginRepositories>
+ <!-- Paper start -->
+ <dependencyManagement>
+ <dependencies>
+ <dependency>
+ <groupId>net.kyori</groupId>
+ <artifactId>adventure-bom</artifactId>
+ <version>4.5.0</version>
+ <type>pom</type>
+ <scope>import</scope>
+ </dependency>
+ </dependencies>
+ </dependencyManagement>
+ <!-- Paper end -->
+
<dependencies>
+ <!-- Paper start -->
+ <dependency>
+ <groupId>net.kyori</groupId>
+ <artifactId>adventure-api</artifactId>
+ <version>4.4.0</version>
+ </dependency>
+ <dependency>
+ <groupId>net.kyori</groupId>
+ <artifactId>adventure-text-serializer-gson</artifactId>
+ <version>4.4.0</version>
+ </dependency>
+ <dependency>
+ <groupId>net.kyori</groupId>
+ <artifactId>adventure-text-serializer-legacy</artifactId>
+ <version>4.4.0</version>
+ </dependency>
+ <dependency>
+ <groupId>net.kyori</groupId>
+ <artifactId>adventure-text-serializer-plain</artifactId>
+ <version>4.4.0</version>
+ </dependency>
+ <!-- Paper end -->
<dependency>

View File

@ -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 a6565a93848213a39694dc84be75aebcc327b1b8..aa893ec821f7c54ecf430b4b95aa52ccbfebf898 100644
index 2a73ac313919c671dd6b6eafd3caa5d44ac14dc1..c43d7d6ef8f8e60e027cde33efceeca6ce98d233 100644
--- a/pom.xml
+++ b/pom.xml
@@ -150,6 +150,17 @@
@@ -160,6 +160,17 @@
<version>9.0</version>
<scope>test</scope>
</dependency>

View File

@ -14,10 +14,10 @@ it without having to shade it in the plugin and going through
several layers of logging abstraction.
diff --git a/pom.xml b/pom.xml
index aa893ec821f7c54ecf430b4b95aa52ccbfebf898..78d13b0487ea6876b19e07d186f273dedefda9bf 100644
index c43d7d6ef8f8e60e027cde33efceeca6ce98d233..1b9b4349e303a17e96ce0a09e8776b6635092e57 100644
--- a/pom.xml
+++ b/pom.xml
@@ -131,6 +131,13 @@
@@ -141,6 +141,13 @@
<version>20.1.0</version>
<scope>provided</scope>
</dependency>

View File

@ -5,10 +5,10 @@ Subject: [PATCH] Better AnnotationTest printout
diff --git a/pom.xml b/pom.xml
index 78d13b0487ea6876b19e07d186f273dedefda9bf..5bc8dd2489d34c598f8079d13058eeb0a9b79713 100644
index 1b9b4349e303a17e96ce0a09e8776b6635092e57..0d922ea17c675d6e3a7106937918d2a818814fba 100644
--- a/pom.xml
+++ b/pom.xml
@@ -245,6 +245,19 @@
@@ -255,6 +255,19 @@
<shadedArtifactAttached>true</shadedArtifactAttached>
</configuration>
</plugin>