Add initial interfaces

This commit is contained in:
lexikiq
2021-05-02 01:08:57 -04:00
parent 1261d05c9b
commit c15d5896be
3 changed files with 1230 additions and 0 deletions

View File

@@ -0,0 +1,24 @@
From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001
From: lexikiq <noellekiq@gmail.com>
Date: Sun, 2 May 2021 01:04:00 -0400
Subject: [PATCH] Use eden-api and ComponentLike interfaces
diff --git a/pom.xml b/pom.xml
index 85bf0a229fa8c4e42744f438b71fda4cef67b4e0..20723c2bd92e9c3332d87d9ee01eadf01742f511 100644
--- a/pom.xml
+++ b/pom.xml
@@ -38,6 +38,13 @@
</dependencyManagement>
<dependencies>
+ <!-- Parchment start -->
+ <dependency>
+ <groupId>me.pugabyte</groupId>
+ <artifactId>eden-api</artifactId>
+ <version>1.0.0-SNAPSHOT</version>
+ </dependency>
+ <!-- Parchment end -->
<dependency>
<groupId>me.lexikiq</groupId>
<artifactId>parchment-api</artifactId>