Downgrade Maven Resources Plugin to 3.1.0.

This commit is contained in:
Olga MaciaszekSharma
2021-07-12 16:52:02 +02:00
parent 96eb785d07
commit 2b10f19d1a
2 changed files with 1 additions and 3 deletions

View File

@@ -30,6 +30,7 @@
<sonar.jacoco.reportPath>${project.basedir}/../target/jacoco.exec</sonar.jacoco.reportPath>
<sonar.language>java</sonar.language>
<eureka-jersey.version>1.19.4</eureka-jersey.version>
<maven-resources-plugin.version>3.1.0</maven-resources-plugin.version>
</properties>
<build>
<plugins>

View File

@@ -22,7 +22,6 @@ import java.util.Map;
import com.netflix.appinfo.InstanceInfo;
import com.netflix.discovery.converters.wrappers.CodecWrapper;
import com.netflix.eureka.resources.ServerCodecs;
import org.junit.Ignore;
import org.junit.Test;
import org.junit.runner.RunWith;
@@ -88,8 +87,6 @@ public class ApplicationTests {
assertThat(body.contains(basePath + "/")).as("basePath contains double slashes").isFalse();
}
// FIXME!!!
@Ignore
@Test
public void cssParsedByLess() {
String basePath = "http://localhost:" + this.port + "/eureka/css/wro.css";