This repository was archived by the owner on Jan 31, 2024. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +27
-0
lines changed Expand file tree Collapse file tree 1 file changed +27
-0
lines changed Original file line number Diff line number Diff line change 91
91
<name >jvnet-nexus-releases</name >
92
92
<url >https://maven.java.net/content/repositories/releases/</url >
93
93
</repository >
94
+
95
+ <repository >
96
+ <id >jcentral</id >
97
+ <name >bintray</name >
98
+ <url >http://jcenter.bintray.com</url >
99
+ <snapshots >
100
+ <enabled >false</enabled >
101
+ </snapshots >
102
+ </repository >
103
+ <repository >
104
+ <id >jcenter-snapshots</id >
105
+ <name >jcenter</name >
106
+ <url >http://oss.jfrog.org/artifactory/oss-snapshot-local/</url >
107
+ </repository >
94
108
</repositories >
95
109
<pluginRepositories >
96
110
<pluginRepository >
105
119
<id >io.spring.repo.maven.snapshot</id >
106
120
<url >http://repo.spring.io/snapshot/</url >
107
121
</pluginRepository >
122
+ <pluginRepository >
123
+ <id >jcenter-snapshots</id >
124
+ <name >jcenter</name >
125
+ <url >http://oss.jfrog.org/artifactory/oss-snapshot-local/</url >
126
+ </pluginRepository >
127
+ <pluginRepository >
128
+ <id >jcenter-releases</id >
129
+ <name >jcenter</name >
130
+ <url >http://jcenter.bintray.com</url >
131
+ <snapshots >
132
+ <enabled >false</enabled >
133
+ </snapshots >
134
+ </pluginRepository >
108
135
</pluginRepositories >
109
136
<!-- <dependencyManagement>
110
137
<dependencies>
You can’t perform that action at this time.
0 commit comments