File tree Expand file tree Collapse file tree 2 files changed +19
-0
lines changed
google-cloud-bigtable-stats Expand file tree Collapse file tree 2 files changed +19
-0
lines changed Original file line number Diff line number Diff line change
1
+ <?xml version =" 1.0" encoding =" UTF-8" ?>
2
+ <!-- see http://www.mojohaus.org/clirr-maven-plugin/examples/ignored-differences.html -->
3
+ <differences >
4
+ <difference >
5
+ <differenceType >7005</differenceType >
6
+ <className >com/google/cloud/bigtable/stats/StatsRecorderWrapper</className >
7
+ <method >*StatsRecorderWrapper*</method >
8
+ <to >*StatsRecorder*</to >
9
+ </difference >
10
+ </differences >
Original file line number Diff line number Diff line change 101
101
<artifactId >maven-dependency-plugin</artifactId >
102
102
<version >3.3.0</version >
103
103
</plugin >
104
+ <plugin >
105
+ <groupId >org.codehaus.mojo</groupId >
106
+ <artifactId >clirr-maven-plugin</artifactId >
107
+ <configuration >
108
+ <excludes >
109
+ <exclude >com/google/bigtable/veneer/repackaged/**</exclude >
110
+ </excludes >
111
+ </configuration >
112
+ </plugin >
104
113
</plugins >
105
114
</build >
106
115
</project >
You can’t perform that action at this time.
0 commit comments