removing unused build extension and set fixed versions for lsp-related dependencies in eclipse

This commit is contained in:
Martin Lippert
2023-05-30 14:14:22 +02:00
parent bd37fbcd2b
commit c01dfca1a9
2 changed files with 28 additions and 28 deletions

View File

@@ -381,19 +381,19 @@
<repository>
<id>wildwebdeveloper</id>
<layout>p2</layout>
<url>https://download.eclipse.org/wildwebdeveloper/releases/latest/</url>
<url>https://download.eclipse.org/wildwebdeveloper/releases/1.0.5/</url>
</repository>
<repository>
<id>lsp4e</id>
<layout>p2</layout>
<!-- <url>https://download.eclipse.org/lsp4e/releases/0.21.0/</url> -->
<url>https://download.eclipse.org/lsp4e/snapshots/</url>
<url>https://download.eclipse.org/lsp4e/releases/0.22.0/</url>
<!-- <url>https://download.eclipse.org/lsp4e/snapshots/</url> -->
</repository>
<repository>
<id>tm4e-snapshots</id>
<layout>p2</layout>
<!-- <url>https://download.eclipse.org/tm4e/releases/0.6.2/</url> -->
<url>https://download.eclipse.org/tm4e/snapshots/</url>
<url>https://download.eclipse.org/tm4e/releases/0.6.3/</url>
<!-- <url>https://download.eclipse.org/tm4e/snapshots/</url> -->
</repository>
<!-- <repository>
<id>chromium-binaries</id>
@@ -479,14 +479,14 @@
<repository>
<id>lsp4e</id>
<layout>p2</layout>
<!-- <url>https://download.eclipse.org/lsp4e/releases/0.21.0/</url> -->
<url>https://download.eclipse.org/lsp4e/snapshots/</url>
<url>https://download.eclipse.org/lsp4e/releases/0.23.0/</url>
<!-- <url>https://download.eclipse.org/lsp4e/snapshots/</url> -->
</repository>
<repository>
<id>tm4e-snapshots</id>
<layout>p2</layout>
<!-- <url>https://download.eclipse.org/tm4e/releases/0.6.2/</url> -->
<url>https://download.eclipse.org/tm4e/snapshots/</url>
<url>https://download.eclipse.org/tm4e/releases/0.7.1/</url>
<!-- <url>https://download.eclipse.org/tm4e/snapshots/</url> -->
</repository>
<!-- <repository>
<id>chromium-binaries</id>
@@ -578,11 +578,11 @@
<url>https://repo.eclipse.org/content/repositories/tycho-snapshots/</url>
</pluginRepository>
<!-- necessary for Maven and Ant AWS dependency -->
<pluginRepository>
<!-- <pluginRepository>
<id>spring-maven-release</id>
<name>Spring Repository</name>
<url>https://repo.spring.io/release/</url>
</pluginRepository>
</pluginRepository> -->
<!-- <pluginRepository>
<id>spring-maven-plugin-release</id>
<name>Spring Repository</name>
@@ -608,11 +608,11 @@
<build>
<extensions>
<extension>
<!-- <extension>
<groupId>org.springframework.build.aws</groupId>
<artifactId>org.springframework.build.aws.maven</artifactId>
<version>3.1.0.RELEASE</version>
</extension>
</extension> -->
</extensions>
<plugins>

View File

@@ -267,7 +267,7 @@
<repository>
<id>wwd</id>
<layout>p2</layout>
<url>https://download.eclipse.org/wildwebdeveloper/releases/latest/</url>
<url>https://download.eclipse.org/wildwebdeveloper/releases/1.0.5/</url>
<!-- <url>https://download.eclipse.org/wildwebdeveloper/snapshots/</url> -->
</repository>
</repositories>
@@ -308,20 +308,20 @@
<repository>
<id>lsp4e</id>
<layout>p2</layout>
<!-- <url>https://download.eclipse.org/lsp4e/releases/0.21.0/</url> -->
<url>https://download.eclipse.org/lsp4e/snapshots</url>
<url>https://download.eclipse.org/lsp4e/releases/0.23.0/</url>
<!-- <url>https://download.eclipse.org/lsp4e/snapshots</url> -->
</repository>
<repository>
<id>tm4e</id>
<layout>p2</layout>
<!-- <url>https://download.eclipse.org/tm4e/releases/0.6.2/</url> -->
<url>https://download.eclipse.org/tm4e/snapshots</url>
<url>https://download.eclipse.org/tm4e/releases/0.7.1/</url>
<!-- <url>https://download.eclipse.org/tm4e/snapshots</url> -->
</repository>
<repository>
<id>wwd</id>
<layout>p2</layout>
<!-- <url>https://download.eclipse.org/wildwebdeveloper/releases/latest/</url> -->
<url>https://download.eclipse.org/wildwebdeveloper/snapshots/</url>
<url>https://download.eclipse.org/wildwebdeveloper/releases/latest/</url>
<!-- <url>https://download.eclipse.org/wildwebdeveloper/snapshots/</url> -->
</repository>
</repositories>
</profile>
@@ -367,22 +367,22 @@
<url>https://repo.eclipse.org/content/repositories/tycho-snapshots/</url>
</pluginRepository>
<!-- necessary for Maven and Ant AWS dependency -->
<pluginRepository>
<!-- <pluginRepository>
<id>spring-maven-release</id>
<name>Spring Repository</name>
<url>https://repo.spring.io/release/</url>
</pluginRepository>
<pluginRepository>
</pluginRepository> -->
<!-- <pluginRepository>
<id>spring-maven-plugin-release</id>
<name>Spring Repository</name>
<url>https://repo.spring.io/plugins-release/</url>
</pluginRepository>
</pluginRepository> -->
<!-- <pluginRepository>
<pluginRepository>
<id>springsource-maven-release</id>
<name>SpringSource Maven Release Repository</name>
<url>https://repository.springsource.com/maven/bundles/release</url>
</pluginRepository> -->
</pluginRepository>
<!-- <pluginRepository>
<id>sonatype.snapshots</id>
@@ -391,13 +391,13 @@
</pluginRepositories>
<build>
<extensions>
<!-- <extensions>
<extension>
<groupId>org.springframework.build.aws</groupId>
<artifactId>org.springframework.build.aws.maven</artifactId>
<version>3.1.0.RELEASE</version>
</extension>
</extensions>
</extensions> -->
<plugins>