- Library fix and .gitignore Update
This commit is contained in:
2
.gitignore
vendored
2
.gitignore
vendored
@@ -8,6 +8,8 @@ target/
|
||||
.idea/jarRepositories.xml
|
||||
.idea/compiler.xml
|
||||
.idea/libraries/
|
||||
.idea/copilot.data.migration.ask.xml
|
||||
.idea/copilot.data.migration.ask2agent.xml
|
||||
*.iws
|
||||
*.iml
|
||||
*.ipr
|
||||
|
20
pom.xml
20
pom.xml
@@ -14,16 +14,6 @@
|
||||
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
|
||||
</properties>
|
||||
|
||||
<repositories>
|
||||
<repository>
|
||||
<id>github</id>
|
||||
<url>https://maven.pkg.github.com/unlegitdqrk/unlegitlibrary</url>
|
||||
<snapshots>
|
||||
<enabled>true</enabled>
|
||||
</snapshots>
|
||||
</repository>
|
||||
</repositories>
|
||||
|
||||
<profiles>
|
||||
<profile>
|
||||
<id>github</id>
|
||||
@@ -36,11 +26,19 @@
|
||||
<distributionManagement>
|
||||
<repository>
|
||||
<id>github</id>
|
||||
<name>Protocol</name>
|
||||
<name>protocol</name>
|
||||
<url>https://maven.pkg.github.com/open-autonomous-connection/protocol</url>
|
||||
</repository>
|
||||
</distributionManagement>
|
||||
|
||||
<licenses>
|
||||
<license>
|
||||
<name>Open Autonomous Public License</name>
|
||||
<url>https://github.com/Open-Autonomous-Connection/OAPL/blob/main/LICENSE</url>
|
||||
<distribution>repo</distribution>
|
||||
</license>
|
||||
</licenses>
|
||||
|
||||
<dependencies>
|
||||
<dependency>
|
||||
<groupId>me.finn.unlegitlibrary</groupId>
|
||||
|
Reference in New Issue
Block a user