Remove jnbt dependency

This commit is contained in:
Moulins 2020-06-29 15:54:51 +02:00
parent 63e7c26dbd
commit fb5e2882fb
12 changed files with 2 additions and 86 deletions

View File

@ -1,4 +0,0 @@
#NOTE: This is a Maven Resolver internal implementation file, its format can be changed without prior notice.
#Sun May 12 14:25:36 EDT 2019
jnbt-1.3.jar>=
jnbt-1.3.pom>=

View File

@ -1,4 +0,0 @@
#NOTE: This is a Maven Resolver internal implementation file, its format can be changed without prior notice.
#Sun May 12 14:16:45 EDT 2019
https\://repo.maven.apache.org/maven2/.lastUpdated=1557685005671
https\://repo.maven.apache.org/maven2/.error=

View File

@ -1,4 +0,0 @@
#NOTE: This is a Maven Resolver internal implementation file, its format can be changed without prior notice.
#Sun May 12 14:16:41 EDT 2019
https\://repo.maven.apache.org/maven2/.lastUpdated=1557685001516
https\://repo.maven.apache.org/maven2/.error=

Binary file not shown.

View File

@ -1,4 +0,0 @@
#NOTE: This is a Maven Resolver internal implementation file, its format can be changed without prior notice.
#Sun May 12 14:16:38 EDT 2019
https\://repo.maven.apache.org/maven2/.lastUpdated=1557684998956
https\://repo.maven.apache.org/maven2/.error=

View File

@ -1,9 +0,0 @@
<?xml version="1.0" encoding="UTF-8"?>
<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<modelVersion>4.0.0</modelVersion>
<groupId>jnbt</groupId>
<artifactId>jnbt</artifactId>
<version>1.3</version>
<description>POM was created from install:install-file</description>
</project>

View File

@ -1,4 +0,0 @@
#NOTE: This is a Maven Resolver internal implementation file, its format can be changed without prior notice.
#Sun May 12 14:16:37 EDT 2019
https\://repo.maven.apache.org/maven2/.lastUpdated=1557684997411
https\://repo.maven.apache.org/maven2/.error=

View File

@ -1,3 +0,0 @@
#Sun May 12 14:16:45 EDT 2019
central|https\://repo.maven.apache.org/maven2|javadoc=1557685005671
central|https\://repo.maven.apache.org/maven2|sources=1557685001517

View File

@ -1,12 +0,0 @@
<?xml version="1.0" encoding="UTF-8"?>
<metadata>
<groupId>jnbt</groupId>
<artifactId>jnbt</artifactId>
<versioning>
<release>1.3</release>
<versions>
<version>1.3</version>
</versions>
<lastUpdated>20190512182536</lastUpdated>
</versioning>
</metadata>

View File

@ -6,10 +6,6 @@
<artifactId>amidst</artifactId>
<version>4.5-beta1</version>
<repositories>
<repository>
<id>local-m2</id>
<url>file://${project.basedir}/m2</url>
</repository>
<repository>
<id>jitpack.io</id>
<url>https://jitpack.io</url>
@ -100,11 +96,6 @@
<artifactId>args4j</artifactId>
<version>2.32</version>
</dependency>
<dependency>
<groupId>jnbt</groupId>
<artifactId>jnbt</artifactId>
<version>1.3</version>
</dependency>
<dependency>
<groupId>com.github.Querz</groupId>
<artifactId>NBT</artifactId>

View File

@ -40,9 +40,8 @@ public class LicenseWindow {
createLicense("Amidst", "amidst.txt"),
createLicense("Args4j", "args4j.txt"),
createLicense("Gson", "gson.txt"),
createLicense("JNBT", "jnbt.txt"),
createLicense("Querz-NBT", "querz-nbt.txt"),
createLicense("MiG Layout", "miglayout.txt"));
createLicense("MiG Layout", "miglayout.txt"),
createLicense("Querz-NBT", "querz-nbt.txt"));
return result.toArray(new License[result.size()]);
}

View File

@ -1,30 +0,0 @@
JNBT License
Copyright (c) 2010 Graham Edgecombe
All rights reserved.
Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions are met:
* Redistributions of source code must retain the above copyright notice,
this list of conditions and the following disclaimer.
* Redistributions in binary form must reproduce the above copyright
notice, this list of conditions and the following disclaimer in the
documentation and/or other materials provided with the distribution.
* Neither the name of the JNBT team nor the names of its
contributors may be used to endorse or promote products derived from
this software without specific prior written permission.
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE
LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
POSSIBILITY OF SUCH DAMAGE.