Skip to content

Commit d7d2a27

Browse files
committed
GH-860 - Switch to managed plugin dependencies in APT module.
1 parent 42a9c48 commit d7d2a27

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

pom.xml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -508,6 +508,11 @@ limitations under the License.
508508
<artifactId>maven-assembly-plugin</artifactId>
509509
<version>3.7.1</version>
510510
</plugin>
511+
<plugin>
512+
<groupId>org.apache.maven.plugins</groupId>
513+
<artifactId>maven-shade-plugin</artifactId>
514+
<version>3.6.0</version>
515+
</plugin>
511516
</plugins>
512517
</pluginManagement>
513518

spring-modulith-apt/pom.xml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,6 @@
6868
<plugin>
6969
<groupId>org.apache.maven.plugins</groupId>
7070
<artifactId>maven-compiler-plugin</artifactId>
71-
<version>3.13.0</version>
7271
<executions>
7372
<execution>
7473
<id>default-compile</id>
@@ -82,7 +81,6 @@
8281
<plugin>
8382
<groupId>org.apache.maven.plugins</groupId>
8483
<artifactId>maven-shade-plugin</artifactId>
85-
<version>3.6.0</version>
8684
<executions>
8785
<execution>
8886
<phase>package</phase>
@@ -115,7 +113,6 @@
115113
<plugin>
116114
<groupId>org.apache.maven.plugins</groupId>
117115
<artifactId>maven-jar-plugin</artifactId>
118-
<version>3.3.0</version>
119116
<configuration>
120117
<archive>
121118
<manifestEntries>

0 commit comments

Comments
 (0)