Merge pull request #892 from Minecrell/tca-1.0.0

Update TerminalConsoleAppender to 1.0.0
This commit is contained in:
Riley Park 2017-09-23 11:12:52 -07:00
commit fc7479cfe5
2 changed files with 2 additions and 13 deletions

View file

@ -20,7 +20,7 @@ Other changes:
configuration
diff --git a/pom.xml b/pom.xml
index 6a0a02883..3c20c8f34 100644
index 6a0a02883..98972114d 100644
--- a/pom.xml
+++ b/pom.xml
@@ -0,0 +0,0 @@
@ -44,13 +44,7 @@ index 6a0a02883..3c20c8f34 100644
+ <dependency>
+ <groupId>net.minecrell</groupId>
+ <artifactId>terminalconsoleappender</artifactId>
+ <version>1.0.0-SNAPSHOT</version>
+ </dependency>
+ <dependency>
+ <groupId>org.jline</groupId>
+ <artifactId>jline-terminal-jna</artifactId>
+ <version>3.4.0</version>
+ <scope>runtime</scope>
+ <version>1.0.0</version>
+ </dependency>
+ <dependency>
+ <groupId>net.java.dev.jna</groupId>

View file

@ -40,11 +40,6 @@
<id>aikar</id>
<url>http://ci.emc.gs/nexus/content/groups/aikar/</url>
</repository>
<repository>
<!-- TODO: Remove when TerminalConsoleAppender is released -->
<id>oss-snapshots</id>
<url>https://oss.sonatype.org/content/repositories/snapshots</url>
</repository>
</repositories>
<distributionManagement>