Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Sign in / Register
Toggle navigation
S
spring-boot
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
DEMO
spring-boot
Commits
0aedd3f1
Commit
0aedd3f1
authored
Jan 04, 2018
by
Andy Wilkinson
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Exclude tomcat-annotations-api and use javax.annotations-api instead
Closes gh-10133
parent
a7808388
Changes
8
Hide whitespace changes
Inline
Side-by-side
Showing
8 changed files
with
10 additions
and
133 deletions
+10
-133
pom.xml
...pring-boot-starters/spring-boot-starter-data-rest/pom.xml
+0
-22
pom.xml
...ring-boot-starters/spring-boot-starter-freemarker/pom.xml
+0
-22
pom.xml
...oot-starters/spring-boot-starter-groovy-templates/pom.xml
+0
-1
pom.xml
.../spring-boot-starters/spring-boot-starter-hateoas/pom.xml
+0
-22
pom.xml
...t/spring-boot-starters/spring-boot-starter-tomcat/pom.xml
+10
-0
pom.xml
...ng-boot-starters/spring-boot-starter-web-services/pom.xml
+0
-22
pom.xml
...ject/spring-boot-starters/spring-boot-starter-web/pom.xml
+0
-22
pom.xml
...pring-boot-starters/spring-boot-starter-websocket/pom.xml
+0
-22
No files found.
spring-boot-project/spring-boot-starters/spring-boot-starter-data-rest/pom.xml
View file @
0aedd3f1
...
...
@@ -38,26 +38,4 @@
</exclusions>
</dependency>
</dependencies>
<build>
<plugins>
<plugin>
<groupId>
org.basepom.maven
</groupId>
<artifactId>
duplicate-finder-maven-plugin
</artifactId>
<executions>
<execution>
<id>
duplicate-dependencies
</id>
<phase>
validate
</phase>
<goals>
<goal>
check
</goal>
</goals>
<configuration>
<ignoredClassPatterns>
<ignoredClassPattern>
javax.annotation.*
</ignoredClassPattern>
</ignoredClassPatterns>
</configuration>
</execution>
</executions>
</plugin>
</plugins>
</build>
</project>
spring-boot-project/spring-boot-starters/spring-boot-starter-freemarker/pom.xml
View file @
0aedd3f1
...
...
@@ -27,26 +27,4 @@
<artifactId>
spring-context-support
</artifactId>
</dependency>
</dependencies>
<build>
<plugins>
<plugin>
<groupId>
org.basepom.maven
</groupId>
<artifactId>
duplicate-finder-maven-plugin
</artifactId>
<executions>
<execution>
<id>
duplicate-dependencies
</id>
<phase>
validate
</phase>
<goals>
<goal>
check
</goal>
</goals>
<configuration>
<ignoredClassPatterns>
<ignoredClassPattern>
javax.annotation.*
</ignoredClassPattern>
</ignoredClassPatterns>
</configuration>
</execution>
</executions>
</plugin>
</plugins>
</build>
</project>
spring-boot-project/spring-boot-starters/spring-boot-starter-groovy-templates/pom.xml
View file @
0aedd3f1
...
...
@@ -41,7 +41,6 @@
</goals>
<configuration>
<ignoredClassPatterns>
<ignoredClassPattern>
javax.annotation.*
</ignoredClassPattern>
<ignoredClassPattern>
module-info
</ignoredClassPattern>
</ignoredClassPatterns>
</configuration>
...
...
spring-boot-project/spring-boot-starters/spring-boot-starter-hateoas/pom.xml
View file @
0aedd3f1
...
...
@@ -28,26 +28,4 @@
<artifactId>
spring-plugin-core
</artifactId>
</dependency>
</dependencies>
<build>
<plugins>
<plugin>
<groupId>
org.basepom.maven
</groupId>
<artifactId>
duplicate-finder-maven-plugin
</artifactId>
<executions>
<execution>
<id>
duplicate-dependencies
</id>
<phase>
validate
</phase>
<goals>
<goal>
check
</goal>
</goals>
<configuration>
<ignoredClassPatterns>
<ignoredClassPattern>
javax.annotation.*
</ignoredClassPattern>
</ignoredClassPatterns>
</configuration>
</execution>
</executions>
</plugin>
</plugins>
</build>
</project>
spring-boot-project/spring-boot-starters/spring-boot-starter-tomcat/pom.xml
View file @
0aedd3f1
...
...
@@ -15,9 +15,19 @@
<main.basedir>
${basedir}/../../..
</main.basedir>
</properties>
<dependencies>
<dependency>
<groupId>
javax.annotation
</groupId>
<artifactId>
javax.annotation-api
</artifactId>
</dependency>
<dependency>
<groupId>
org.apache.tomcat.embed
</groupId>
<artifactId>
tomcat-embed-core
</artifactId>
<exclusions>
<exclusion>
<groupId>
org.apache.tomcat
</groupId>
<artifactId>
tomcat-annotations-api
</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>
org.apache.tomcat.embed
</groupId>
...
...
spring-boot-project/spring-boot-starters/spring-boot-starter-web-services/pom.xml
View file @
0aedd3f1
...
...
@@ -31,26 +31,4 @@
<artifactId>
spring-ws-core
</artifactId>
</dependency>
</dependencies>
<build>
<plugins>
<plugin>
<groupId>
org.basepom.maven
</groupId>
<artifactId>
duplicate-finder-maven-plugin
</artifactId>
<executions>
<execution>
<id>
duplicate-dependencies
</id>
<phase>
validate
</phase>
<goals>
<goal>
check
</goal>
</goals>
<configuration>
<ignoredClassPatterns>
<ignoredClassPattern>
javax.annotation.*
</ignoredClassPattern>
</ignoredClassPatterns>
</configuration>
</execution>
</executions>
</plugin>
</plugins>
</build>
</project>
spring-boot-project/spring-boot-starters/spring-boot-starter-web/pom.xml
View file @
0aedd3f1
...
...
@@ -40,26 +40,4 @@
<artifactId>
spring-webmvc
</artifactId>
</dependency>
</dependencies>
<build>
<plugins>
<plugin>
<groupId>
org.basepom.maven
</groupId>
<artifactId>
duplicate-finder-maven-plugin
</artifactId>
<executions>
<execution>
<id>
duplicate-dependencies
</id>
<phase>
validate
</phase>
<goals>
<goal>
check
</goal>
</goals>
<configuration>
<ignoredClassPatterns>
<ignoredClassPattern>
javax.annotation.*
</ignoredClassPattern>
</ignoredClassPatterns>
</configuration>
</execution>
</executions>
</plugin>
</plugins>
</build>
</project>
spring-boot-project/spring-boot-starters/spring-boot-starter-websocket/pom.xml
View file @
0aedd3f1
...
...
@@ -32,26 +32,4 @@
<artifactId>
spring-websocket
</artifactId>
</dependency>
</dependencies>
<build>
<plugins>
<plugin>
<groupId>
org.basepom.maven
</groupId>
<artifactId>
duplicate-finder-maven-plugin
</artifactId>
<executions>
<execution>
<id>
duplicate-dependencies
</id>
<phase>
validate
</phase>
<goals>
<goal>
check
</goal>
</goals>
<configuration>
<ignoredClassPatterns>
<ignoredClassPattern>
javax.annotation.*
</ignoredClassPattern>
</ignoredClassPatterns>
</configuration>
</execution>
</executions>
</plugin>
</plugins>
</build>
</project>
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment