Update 2 files

- /pom.xml
- /ci_settings.xml
This commit is contained in:
김정원
2025-04-23 08:03:08 +00:00
parent 41528bac25
commit 97e390ec97
2 changed files with 15 additions and 1 deletions

10
pom.xml
View File

@@ -48,6 +48,16 @@
</repository>
</repositories>
<distributionManagement>
<repository>
<id>gitlab</id>
<url>https://gitlab.example.com/api/v4/projects/33469338/packages/maven</url>
</repository>
<snapshotRepository>
<id>gitlab-maven</id>
<url>https://gitlab.example.com/api/v4/projects/33469338/packages/maven</url>
</snapshotRepository>
</distributionManagement>
<dependencies>