Removed unused licenses
This commit is contained in:
20
pom.xml
20
pom.xml
@@ -6,7 +6,7 @@
|
|||||||
|
|
||||||
<groupId>org.openautonomousconnection</groupId>
|
<groupId>org.openautonomousconnection</groupId>
|
||||||
<artifactId>LuaScript</artifactId>
|
<artifactId>LuaScript</artifactId>
|
||||||
<version>1.0.0-BETA.1.0</version>
|
<version>1.0.0-BETA.1.1</version>
|
||||||
|
|
||||||
<organization>
|
<organization>
|
||||||
<name>Open Autonomous Connection</name>
|
<name>Open Autonomous Connection</name>
|
||||||
@@ -62,22 +62,6 @@
|
|||||||
<name>Open Autonomous Public License (OAPL)</name>
|
<name>Open Autonomous Public License (OAPL)</name>
|
||||||
<url>https://open-autonomous-connection.org/license.html</url>
|
<url>https://open-autonomous-connection.org/license.html</url>
|
||||||
</license>
|
</license>
|
||||||
<license>
|
|
||||||
<name>GNU General Public License v3.0</name>
|
|
||||||
<url>https://www.gnu.org/licenses/gpl-3.0.html</url>
|
|
||||||
<comments>
|
|
||||||
Default license: Applies to all users and projects unless an explicit alternative license has been
|
|
||||||
granted.
|
|
||||||
</comments>
|
|
||||||
</license>
|
|
||||||
<license>
|
|
||||||
<name>projectlombok</name>
|
|
||||||
<url>https://github.com/projectlombok/lombok?tab=License-1-ov-file</url>
|
|
||||||
</license>
|
|
||||||
<license>
|
|
||||||
<name>MIT - LuaJ</name>
|
|
||||||
<url>https://github.com/luaj/luaj</url>
|
|
||||||
</license>
|
|
||||||
</licenses>
|
</licenses>
|
||||||
|
|
||||||
<repositories>
|
<repositories>
|
||||||
@@ -94,7 +78,7 @@
|
|||||||
<dependency>
|
<dependency>
|
||||||
<groupId>dev.unlegitdqrk</groupId>
|
<groupId>dev.unlegitdqrk</groupId>
|
||||||
<artifactId>unlegitlibrary</artifactId>
|
<artifactId>unlegitlibrary</artifactId>
|
||||||
<version>1.8.0</version>
|
<version>1.8.1</version>
|
||||||
</dependency>
|
</dependency>
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>org.luaj</groupId>
|
<groupId>org.luaj</groupId>
|
||||||
|
|||||||
Reference in New Issue
Block a user