File tree 8 files changed +10
-133
lines changed
spring-boot-project/spring-boot-starters
spring-boot-starter-data-rest
spring-boot-starter-freemarker
spring-boot-starter-groovy-templates
spring-boot-starter-hateoas
spring-boot-starter-tomcat
spring-boot-starter-web-services
spring-boot-starter-websocket
8 files changed +10
-133
lines changed Original file line number Diff line number Diff line change 38
38
</exclusions >
39
39
</dependency >
40
40
</dependencies >
41
- <build >
42
- <plugins >
43
- <plugin >
44
- <groupId >org.basepom.maven</groupId >
45
- <artifactId >duplicate-finder-maven-plugin</artifactId >
46
- <executions >
47
- <execution >
48
- <id >duplicate-dependencies</id >
49
- <phase >validate</phase >
50
- <goals >
51
- <goal >check</goal >
52
- </goals >
53
- <configuration >
54
- <ignoredClassPatterns >
55
- <ignoredClassPattern >javax.annotation.*</ignoredClassPattern >
56
- </ignoredClassPatterns >
57
- </configuration >
58
- </execution >
59
- </executions >
60
- </plugin >
61
- </plugins >
62
- </build >
63
41
</project >
Original file line number Diff line number Diff line change 27
27
<artifactId >spring-context-support</artifactId >
28
28
</dependency >
29
29
</dependencies >
30
- <build >
31
- <plugins >
32
- <plugin >
33
- <groupId >org.basepom.maven</groupId >
34
- <artifactId >duplicate-finder-maven-plugin</artifactId >
35
- <executions >
36
- <execution >
37
- <id >duplicate-dependencies</id >
38
- <phase >validate</phase >
39
- <goals >
40
- <goal >check</goal >
41
- </goals >
42
- <configuration >
43
- <ignoredClassPatterns >
44
- <ignoredClassPattern >javax.annotation.*</ignoredClassPattern >
45
- </ignoredClassPatterns >
46
- </configuration >
47
- </execution >
48
- </executions >
49
- </plugin >
50
- </plugins >
51
- </build >
52
30
</project >
Original file line number Diff line number Diff line change 41
41
</goals >
42
42
<configuration >
43
43
<ignoredClassPatterns >
44
- <ignoredClassPattern >javax.annotation.*</ignoredClassPattern >
45
44
<ignoredClassPattern >module-info</ignoredClassPattern >
46
45
</ignoredClassPatterns >
47
46
</configuration >
Original file line number Diff line number Diff line change 28
28
<artifactId >spring-plugin-core</artifactId >
29
29
</dependency >
30
30
</dependencies >
31
- <build >
32
- <plugins >
33
- <plugin >
34
- <groupId >org.basepom.maven</groupId >
35
- <artifactId >duplicate-finder-maven-plugin</artifactId >
36
- <executions >
37
- <execution >
38
- <id >duplicate-dependencies</id >
39
- <phase >validate</phase >
40
- <goals >
41
- <goal >check</goal >
42
- </goals >
43
- <configuration >
44
- <ignoredClassPatterns >
45
- <ignoredClassPattern >javax.annotation.*</ignoredClassPattern >
46
- </ignoredClassPatterns >
47
- </configuration >
48
- </execution >
49
- </executions >
50
- </plugin >
51
- </plugins >
52
- </build >
53
31
</project >
Original file line number Diff line number Diff line change 15
15
<main .basedir>${basedir} /../../..</main .basedir>
16
16
</properties >
17
17
<dependencies >
18
+ <dependency >
19
+ <groupId >javax.annotation</groupId >
20
+ <artifactId >javax.annotation-api</artifactId >
21
+ </dependency >
18
22
<dependency >
19
23
<groupId >org.apache.tomcat.embed</groupId >
20
24
<artifactId >tomcat-embed-core</artifactId >
25
+ <exclusions >
26
+ <exclusion >
27
+ <groupId >org.apache.tomcat</groupId >
28
+ <artifactId >tomcat-annotations-api</artifactId >
29
+ </exclusion >
30
+ </exclusions >
21
31
</dependency >
22
32
<dependency >
23
33
<groupId >org.apache.tomcat.embed</groupId >
Original file line number Diff line number Diff line change 31
31
<artifactId >spring-ws-core</artifactId >
32
32
</dependency >
33
33
</dependencies >
34
- <build >
35
- <plugins >
36
- <plugin >
37
- <groupId >org.basepom.maven</groupId >
38
- <artifactId >duplicate-finder-maven-plugin</artifactId >
39
- <executions >
40
- <execution >
41
- <id >duplicate-dependencies</id >
42
- <phase >validate</phase >
43
- <goals >
44
- <goal >check</goal >
45
- </goals >
46
- <configuration >
47
- <ignoredClassPatterns >
48
- <ignoredClassPattern >javax.annotation.*</ignoredClassPattern >
49
- </ignoredClassPatterns >
50
- </configuration >
51
- </execution >
52
- </executions >
53
- </plugin >
54
- </plugins >
55
- </build >
56
34
</project >
Original file line number Diff line number Diff line change 40
40
<artifactId >spring-webmvc</artifactId >
41
41
</dependency >
42
42
</dependencies >
43
- <build >
44
- <plugins >
45
- <plugin >
46
- <groupId >org.basepom.maven</groupId >
47
- <artifactId >duplicate-finder-maven-plugin</artifactId >
48
- <executions >
49
- <execution >
50
- <id >duplicate-dependencies</id >
51
- <phase >validate</phase >
52
- <goals >
53
- <goal >check</goal >
54
- </goals >
55
- <configuration >
56
- <ignoredClassPatterns >
57
- <ignoredClassPattern >javax.annotation.*</ignoredClassPattern >
58
- </ignoredClassPatterns >
59
- </configuration >
60
- </execution >
61
- </executions >
62
- </plugin >
63
- </plugins >
64
- </build >
65
43
</project >
Original file line number Diff line number Diff line change 32
32
<artifactId >spring-websocket</artifactId >
33
33
</dependency >
34
34
</dependencies >
35
- <build >
36
- <plugins >
37
- <plugin >
38
- <groupId >org.basepom.maven</groupId >
39
- <artifactId >duplicate-finder-maven-plugin</artifactId >
40
- <executions >
41
- <execution >
42
- <id >duplicate-dependencies</id >
43
- <phase >validate</phase >
44
- <goals >
45
- <goal >check</goal >
46
- </goals >
47
- <configuration >
48
- <ignoredClassPatterns >
49
- <ignoredClassPattern >javax.annotation.*</ignoredClassPattern >
50
- </ignoredClassPatterns >
51
- </configuration >
52
- </execution >
53
- </executions >
54
- </plugin >
55
- </plugins >
56
- </build >
57
35
</project >
You can’t perform that action at this time.
0 commit comments