We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 313ba86 commit e5de1e5Copy full SHA for e5de1e5
spring-cloud-sleuth-zipkin2/pom.xml
@@ -24,20 +24,8 @@
24
<packaging>jar</packaging>
25
<name>Spring Cloud Sleuth Zipkin v2</name>
26
<description>Spring Cloud Sleuth Zipkin v2</description>
27
- <build>
28
- <plugins>
29
- <plugin>
30
- <groupId>org.apache.maven.plugins</groupId>
31
- <artifactId>maven-compiler-plugin</artifactId>
32
- <configuration>
33
- <source>1.8</source>
34
- <target>1.8</target>
35
- </configuration>
36
- </plugin>
37
- </plugins>
38
- </build>
39
40
- <parent>
+ <parent>
41
<groupId>org.springframework.cloud</groupId>
42
<artifactId>spring-cloud-sleuth</artifactId>
43
<version>1.3.0.BUILD-SNAPSHOT</version>
0 commit comments