Another attempt to fix test builds of spring-boot-ls

This commit is contained in:
Kris De Volder
2022-05-11 11:25:12 -07:00
parent 0320355c6b
commit 36b60d43fa
2 changed files with 15 additions and 3 deletions

View File

@@ -21,6 +21,7 @@
<maven-core.version>3.8.1</maven-core.version>
<maven-wagon.version>3.5.1</maven-wagon.version>
<eather-connector-version>1.1.0</eather-connector-version>
</properties>
<dependencies>
@@ -36,6 +37,18 @@
<artifactId>maven-embedder</artifactId>
</dependency>
<dependency>
<groupId>org.eclipse.aether</groupId>
<artifactId>aether-connector-basic</artifactId>
<version>1.1.0</version>
</dependency>
<dependency>
<groupId>org.eclipse.aether</groupId>
<artifactId>aether-transport-wagon</artifactId>
<version>1.1.0</version>
</dependency>
<dependency>
<groupId>org.apache.maven.wagon</groupId>
<artifactId>wagon-http</artifactId>
@@ -57,10 +70,10 @@
<artifactId>wagon-provider-api</artifactId>
</dependency>
<dependency>
<!-- <dependency>
<groupId>org.eclipse.sisu</groupId>
<artifactId>org.eclipse.sisu.inject</artifactId>
</dependency>
</dependency> -->
<!-- Java Model -->
<dependency>

View File

@@ -42,7 +42,6 @@ import org.junit.Test;
* 1. Takes 40 mins to execute for the concourse build
* 2. The project is only used by tests and highly unlikely to be changed
*/
@Ignore
public class DependencyTreeTest {
private void testMavenClasspath(String projectName) throws Exception {