We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7c926fb commit 97fba1eCopy full SHA for 97fba1e
1 file changed
pom.xml
@@ -497,6 +497,23 @@
497
</dependency>
498
</dependencies>
499
500
+ <pluginRepositories>
501
+ <pluginRepository>
502
+ <id>central</id>
503
+ <name>Central Repository</name>
504
+ <url>https://repo.maven.apache.org/maven2</url>
505
+ <layout>default</layout>
506
+ <snapshots>
507
+ <enabled>false</enabled>
508
+ </snapshots>
509
+ </pluginRepository>
510
511
+ <id>codice</id>
512
+ <name>Codice Repository</name>
513
+ <url>https://artifacts.codice.org/content/groups/public/</url>
514
515
+ </pluginRepositories>
516
+
517
<modules>
518
<module>api</module>
519
<module>common</module>
0 commit comments