File tree Expand file tree Collapse file tree 1 file changed +51
-0
lines changed
test/servlet-containers/karaf/karaf-run Expand file tree Collapse file tree 1 file changed +51
-0
lines changed Original file line number Diff line number Diff line change 179179 </plugin >
180180 </plugins >
181181 </build >
182+ <pluginRepositories >
183+ <pluginRepository >
184+ <id >central</id >
185+ <url >https://repo.maven.apache.org/maven2/</url >
186+ <snapshots >
187+ <enabled >false</enabled >
188+ </snapshots >
189+ </pluginRepository >
190+ <pluginRepository >
191+ <id >vaadin-snapshots</id >
192+ <url >https://oss.sonatype.org/content/repositories/vaadin-snapshots/</url >
193+ <releases >
194+ <enabled >false</enabled >
195+ </releases >
196+ <snapshots >
197+ <enabled >true</enabled >
198+ </snapshots >
199+ </pluginRepository >
200+ <pluginRepository >
201+ <id >vaadin-prereleases</id >
202+ <url >https://maven.vaadin.com/vaadin-prereleases</url >
203+ </pluginRepository >
204+ </pluginRepositories >
205+
206+ <repositories >
207+ <repository >
208+ <id >central</id >
209+ <url >https://repo.maven.apache.org/maven2/</url >
210+ <snapshots >
211+ <enabled >false</enabled >
212+ </snapshots >
213+ </repository >
214+ <repository >
215+ <id >vaadin-snapshots</id >
216+ <url >https://oss.sonatype.org/content/repositories/vaadin-snapshots/</url >
217+ <releases >
218+ <enabled >false</enabled >
219+ </releases >
220+ <snapshots >
221+ <enabled >true</enabled >
222+ </snapshots >
223+ </repository >
224+ <repository >
225+ <id >vaadin-prereleases</id >
226+ <url >https://maven.vaadin.com/vaadin-prereleases</url >
227+ </repository >
228+ <repository >
229+ <id >vaadin-addons</id >
230+ <url >https://maven.vaadin.com/vaadin-addons</url >
231+ </repository >
232+ </repositories >
182233</project >
You can’t perform that action at this time.
0 commit comments