Skip to content

Commit

Permalink
removed obsolte jetty config & repositories
Browse files Browse the repository at this point in the history
  • Loading branch information
mstahv committed Nov 17, 2023
1 parent 27be655 commit a2842fe
Showing 1 changed file with 0 additions and 29 deletions.
29 changes: 0 additions & 29 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -53,32 +53,6 @@
</repository>
</distributionManagement>

<repositories>
<repository>
<id>vaadin-prereleases</id>
<url>https://maven.vaadin.com/vaadin-prereleases/</url>
<snapshots>
<enabled>true</enabled>
</snapshots>
</repository>
<repository>
<id>apache snapshots</id>
<url>https://repository.apache.org/content/repositories/snapshots</url>
</repository>
</repositories>

<pluginRepositories>
<pluginRepository>
<id>vaadin-prereleases</id>
<url>
https://maven.vaadin.com/vaadin-prereleases/
</url>
<snapshots>
<enabled>true</enabled>
</snapshots>
</pluginRepository>
</pluginRepositories>

<dependencyManagement>
<dependencies>
<dependency>
Expand Down Expand Up @@ -198,9 +172,6 @@
<supportedPackagings>
<supportedPackaging>jar</supportedPackaging>
</supportedPackagings>
<webApp>
<resourceBases>${project.basedir}/src/main/resources/META-INF/resources</resourceBases>
</webApp>
</configuration>
</plugin>
<plugin>
Expand Down

0 comments on commit a2842fe

Please sign in to comment.