File tree Expand file tree Collapse file tree 2 files changed +22
-0
lines changed Expand file tree Collapse file tree 2 files changed +22
-0
lines changed Original file line number Diff line number Diff line change 1616 <project .build.sourceEncoding>UTF-8</project .build.sourceEncoding>
1717 <project .reporting.outputEncoding>UTF-8</project .reporting.outputEncoding>
1818 </properties >
19+
20+ <repositories >
21+ <repository >
22+ <snapshots >
23+ <enabled >false</enabled >
24+ </snapshots >
25+ <id >central</id >
26+ <name >Central Repository</name >
27+ <url >https://repo.maven.apache.org/maven2</url >
28+ </repository >
29+
30+ <repository >
31+ <id >oss-sonatype</id >
32+ <name >oss-sonatype</name >
33+ <url >https://oss.sonatype.org/content/repositories/snapshots/</url >
34+ <snapshots >
35+ <enabled >true</enabled >
36+ </snapshots >
37+ </repository >
38+ </repositories >
39+
1940 <dependencyManagement >
2041 <dependencies >
2142 <dependency >
Original file line number Diff line number Diff line change 2121 <url >https://github.com/quarkiverse/quarkus-operator-sdk</url >
2222 <tag >HEAD</tag >
2323 </scm >
24+
2425 <distributionManagement >
2526 <snapshotRepository >
2627 <id >ossrh</id >
You can’t perform that action at this time.
0 commit comments