Downgrade Maven Resources Plugin to 3.1.0.
This commit is contained in:
1
pom.xml
1
pom.xml
@@ -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>
|
||||
|
||||
@@ -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";
|
||||
|
||||
Reference in New Issue
Block a user