Skip to content

Commit d89eaed

Browse files
committed
[JAVA-49198] Clean
1 parent 610a2da commit d89eaed

File tree

1 file changed

+1
-74
lines changed

1 file changed

+1
-74
lines changed

parent-boot-4/pom.xml

Lines changed: 1 addition & 74 deletions
Original file line numberDiff line numberDiff line change
@@ -27,80 +27,12 @@
2727
</dependencies>
2828
</dependencyManagement>
2929

30-
<dependencies>
31-
<dependency>
32-
<groupId>ch.qos.logback</groupId>
33-
<artifactId>logback-classic</artifactId>
34-
</dependency>
35-
<dependency>
36-
<groupId>ch.qos.logback</groupId>
37-
<artifactId>logback-core</artifactId>
38-
</dependency>
39-
<dependency>
40-
<groupId>org.slf4j</groupId>
41-
<artifactId>slf4j-api</artifactId>
42-
</dependency>
43-
<dependency>
44-
<groupId>org.slf4j</groupId>
45-
<artifactId>jcl-over-slf4j</artifactId>
46-
</dependency>
47-
<dependency>
48-
<groupId>org.springframework.boot</groupId>
49-
<artifactId>spring-boot-starter-test</artifactId>
50-
<scope>test</scope>
51-
</dependency>
52-
</dependencies>
53-
5430
<build>
55-
<pluginManagement>
56-
<plugins>
57-
<plugin>
58-
<groupId>org.apache.maven.plugins</groupId>
59-
<artifactId>maven-clean-plugin</artifactId>
60-
<version>${maven-clean-plugin.version}</version>
61-
</plugin>
62-
<plugin>
63-
<groupId>org.apache.maven.plugins</groupId>
64-
<artifactId>maven-compiler-plugin</artifactId>
65-
<version>${maven-compiler-plugin.version}</version>
66-
</plugin>
67-
<plugin>
68-
<groupId>org.apache.maven.plugins</groupId>
69-
<artifactId>maven-jar-plugin</artifactId>
70-
<version>${maven-jar-plugin.version}</version>
71-
<configuration>
72-
<archive>
73-
<manifest>
74-
<mainClass>${start-class}</mainClass>
75-
<addDefaultImplementationEntries>true</addDefaultImplementationEntries>
76-
</manifest>
77-
</archive>
78-
</configuration>
79-
</plugin>
80-
<plugin>
81-
<groupId>org.apache.maven.plugins</groupId>
82-
<artifactId>maven-surefire-plugin</artifactId>
83-
<version>${maven-surefire-plugin.version}</version>
84-
</plugin>
85-
<plugin>
86-
<groupId>org.apache.maven.plugins</groupId>
87-
<artifactId>maven-resources-plugin</artifactId>
88-
<version>${maven-resources-plugin.version}</version>
89-
</plugin>
90-
<plugin>
91-
<groupId>org.springframework.boot</groupId>
92-
<artifactId>spring-boot-maven-plugin</artifactId>
93-
<version>${spring-boot.version}</version>
94-
<configuration>
95-
<mainClass>${start-class}</mainClass>
96-
</configuration>
97-
</plugin>
98-
</plugins>
99-
</pluginManagement>
10031
<plugins>
10132
<plugin>
10233
<groupId>org.springframework.boot</groupId>
10334
<artifactId>spring-boot-maven-plugin</artifactId>
35+
<version>${spring-boot.version}</version>
10436
<executions>
10537
<execution>
10638
<id>repackage</id>
@@ -114,11 +46,6 @@
11446
</build>
11547

11648
<properties>
117-
<maven-clean-plugin.version>3.5.0</maven-clean-plugin.version>
118-
<maven-compiler-plugin.version>3.14.1</maven-compiler-plugin.version>
119-
<maven-resources-plugin.version>3.3.1</maven-resources-plugin.version>
120-
<maven-jar-plugin.version>3.4.2</maven-jar-plugin.version>
121-
<maven-surefire-plugin.version>3.5.4</maven-surefire-plugin.version>
12249
<spring-boot.version>4.0.0-M3</spring-boot.version>
12350
<start-class>com.example.MainApplication</start-class>
12451
</properties>

0 commit comments

Comments
 (0)