Skip to content

Commit d257523

Browse files
javier-godoymlopezFC
authored andcommitted
build: remove vaadin pre-release repositories
1 parent a3bd9ac commit d257523

File tree

1 file changed

+0
-30
lines changed

1 file changed

+0
-30
lines changed

pom.xml

Lines changed: 0 additions & 30 deletions
Original file line numberDiff line numberDiff line change
@@ -79,16 +79,6 @@
7979
<repository>
8080
<id>Vaadin Directory</id>
8181
<url>https://maven.vaadin.com/vaadin-addons</url>
82-
</repository>
83-
<!-- Repository needed for prerelease versions of Vaadin -->
84-
<repository>
85-
<id>Vaadin prereleases</id>
86-
<url>https://maven.vaadin.com/vaadin-prereleases</url>
87-
</repository>
88-
<!-- Repository needed for the snapshot versions of Vaadin -->
89-
<repository>
90-
<id>vaadin-snapshots</id>
91-
<url>https://oss.sonatype.org/content/repositories/vaadin-snapshots/</url>
9282
</repository>
9383
<repository>
9484
<id>FlowingCode Snapshots</id>
@@ -102,26 +92,6 @@
10292
</repository>
10393
</repositories>
10494

105-
<pluginRepositories>
106-
<pluginRepository>
107-
<id>central</id>
108-
<url>https://repo.maven.apache.org/maven2</url>
109-
<snapshots>
110-
<enabled>false</enabled>
111-
</snapshots>
112-
</pluginRepository>
113-
<!-- Repository needed for prerelease versions of Vaadin -->
114-
<pluginRepository>
115-
<id>Vaadin prereleases</id>
116-
<url>https://maven.vaadin.com/vaadin-prereleases</url>
117-
</pluginRepository>
118-
<pluginRepository>
119-
<id>vaadin-snapshots</id>
120-
<url>https://oss.sonatype.org/content/repositories/vaadin-snapshots/</url>
121-
<releases><enabled>false</enabled></releases>
122-
</pluginRepository>
123-
</pluginRepositories>
124-
12595
<dependencies>
12696
<dependency>
12797
<groupId>org.projectlombok</groupId>

0 commit comments

Comments
 (0)