feat: update pom.xml
This commit is contained in:
@@ -41,6 +41,20 @@
|
|||||||
</dependency>
|
</dependency>
|
||||||
</dependencies>
|
</dependencies>
|
||||||
|
|
||||||
|
<distributionManagement>
|
||||||
|
<repository>
|
||||||
|
<id>gitlab-maven</id>
|
||||||
|
<name>GitLab Maven Repository</name>
|
||||||
|
<url>https://gitlab.com/api/v4/projects/85282705/packages/maven</url>
|
||||||
|
</repository>
|
||||||
|
|
||||||
|
<snapshotRepository>
|
||||||
|
<id>gitlab-maven</id>
|
||||||
|
<name>GitLab Maven Snapshot Repository</name>
|
||||||
|
<url>https://gitlab.com/api/v4/projects/85282705/packages/maven</url>
|
||||||
|
</snapshotRepository>
|
||||||
|
</distributionManagement>
|
||||||
|
|
||||||
<build>
|
<build>
|
||||||
<plugins>
|
<plugins>
|
||||||
<!-- Java compiler -->
|
<!-- Java compiler -->
|
||||||
|
|||||||
Reference in New Issue
Block a user