Skip to content

Commit e5de1e5

Browse files
authored
Update pom.xml
1 parent 313ba86 commit e5de1e5

File tree

1 file changed

+1
-13
lines changed

1 file changed

+1
-13
lines changed

spring-cloud-sleuth-zipkin2/pom.xml

Lines changed: 1 addition & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -24,20 +24,8 @@
2424
<packaging>jar</packaging>
2525
<name>Spring Cloud Sleuth Zipkin v2</name>
2626
<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>
3927

40-
<parent>
28+
<parent>
4129
<groupId>org.springframework.cloud</groupId>
4230
<artifactId>spring-cloud-sleuth</artifactId>
4331
<version>1.3.0.BUILD-SNAPSHOT</version>

0 commit comments

Comments
 (0)