Skip to content

Commit 2a6791a

Browse files
committed
Polish "Add jaxb-runtime to TldSkipPatterns"
Closes gh-16027
1 parent 946ada6 commit 2a6791a

File tree

1 file changed

+2
-2
lines changed
  • spring-boot-project/spring-boot/src/main/java/org/springframework/boot/web/embedded/tomcat

1 file changed

+2
-2
lines changed

spring-boot-project/spring-boot/src/main/java/org/springframework/boot/web/embedded/tomcat/TldSkipPatterns.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2012-2017 the original author or authors.
2+
* Copyright 2012-2019 the original author or authors.
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.
@@ -50,7 +50,7 @@ final class TldSkipPatterns {
5050
patterns.add("h2*.jar");
5151
patterns.add("hamcrest*.jar");
5252
patterns.add("hibernate*.jar");
53-
patterns.add("jaxb-*.jar");
53+
patterns.add("jaxb-runtime-*.jar");
5454
patterns.add("jmx*.jar");
5555
patterns.add("jmx-tools-*.jar");
5656
patterns.add("jta*.jar");

0 commit comments

Comments
 (0)