Skip to content

Commit 0c1efe3

Browse files
committed
Merge pull request #16027 from rupert654
* pr/16027: Polish "Add `jaxb-runtime` to TldSkipPatterns" Add `jaxb-runtime` to TldSkipPatterns
2 parents 96cbf53 + 2a6791a commit 0c1efe3

File tree

1 file changed

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

1 file changed

+2
-1
lines changed

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

Lines changed: 2 additions & 1 deletion
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,6 +50,7 @@ final class TldSkipPatterns {
5050
patterns.add("h2*.jar");
5151
patterns.add("hamcrest*.jar");
5252
patterns.add("hibernate*.jar");
53+
patterns.add("jaxb-runtime-*.jar");
5354
patterns.add("jmx*.jar");
5455
patterns.add("jmx-tools-*.jar");
5556
patterns.add("jta*.jar");

0 commit comments

Comments
 (0)