Skip to content

Commit

Permalink
Added rat entry for common lang3 FastDateFormat related java files
Browse files Browse the repository at this point in the history
  • Loading branch information
khanimteyaz committed Jan 22, 2019
1 parent 5224d58 commit 896066d
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -493,6 +493,15 @@
<!-- exclude the internal threadlocal files -->
<exclude>**/org/apache/dubbo/common/threadlocal/InternalThreadLocal.java</exclude>
<exclude>**/org/apache/dubbo/common/threadlocal/InternalThreadLocalMap.java</exclude>
<!-- exclude the common lang3 FastDateFormat related files -->
<exclude>**/org/apache/dubbo/common/time/DateParser.java</exclude>
<exclude>**/org/apache/dubbo/common/time/DatePrinter.java</exclude>
<exclude>**/org/apache/dubbo/common/time/FastDateFormat.java</exclude>
<exclude>**/org/apache/dubbo/common/time/FastDateParser.java</exclude>
<exclude>**/org/apache/dubbo/common/time/FastDatePrinter.java</exclude>
<exclude>**/org/apache/dubbo/common/time/FastTimeZone.java</exclude>
<exclude>**/org/apache/dubbo/common/time/FormatCache.java</exclude>
<exclude>**/org/apache/dubbo/common/time/GmtTimeZone.java</exclude>
</excludes>
</configuration>
</execution>
Expand Down

0 comments on commit 896066d

Please sign in to comment.