Skip to content

Commit a9183ff

Browse files
Fixed build
1 parent 81367cc commit a9183ff

File tree

1 file changed

+1
-12
lines changed

1 file changed

+1
-12
lines changed

pom.xml

Lines changed: 1 addition & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -88,18 +88,7 @@
8888

8989
<build>
9090
<plugins>
91-
<plugin>
92-
<groupId>org.apache.maven.plugins</groupId>
93-
<artifactId>maven-jar-plugin</artifactId>
94-
<executions>
95-
<execution>
96-
<id>default-jar</id>
97-
<configuration>
98-
<classifier>task</classifier>
99-
</configuration>
100-
</execution>
101-
</executions>
102-
</plugin>
91+
10392
<plugin>
10493
<groupId>org.springframework.boot</groupId>
10594
<artifactId>spring-boot-maven-plugin</artifactId>

0 commit comments

Comments
 (0)