Fix builds to use the new Artifactory deployment

This commit is contained in:
rtm516 2021-01-11 21:43:48 +00:00
commit 4154993924
No known key found for this signature in database
GPG key ID: 331715B8B007C67A
2 changed files with 21 additions and 14 deletions

13
pom.xml
View file

@ -58,19 +58,6 @@
</repository>
</repositories>
<distributionManagement>
<repository>
<id>releases</id>
<name>opencollab-releases</name>
<url>https://repo.opencollab.dev/maven-releases</url>
</repository>
<snapshotRepository>
<id>snapshots</id>
<name>opencollab-snapshots</name>
<url>https://repo.opencollab.dev/maven-snapshots</url>
</snapshotRepository>
</distributionManagement>
<dependencies>
<dependency>
<groupId>org.projectlombok</groupId>