File tree 2 files changed +17
-0
lines changed
grpc-google-cloud-spanner-admin-instance-v1
proto-google-cloud-spanner-executor-v1
2 files changed +17
-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 >7012</differenceType >
6
+ <className >com/google/spanner/admin/instance/v1/InstanceAdminGrpc$AsyncService</className >
7
+ <method >*InstancePartition*(*)</method >
8
+ </difference >
9
+ </differences >
Original file line number Diff line number Diff line change 65
65
<groupId >org.codehaus.mojo</groupId >
66
66
<artifactId >flatten-maven-plugin</artifactId >
67
67
</plugin >
68
+ <plugin >
69
+ <groupId >org.codehaus.mojo</groupId >
70
+ <artifactId >clirr-maven-plugin</artifactId >
71
+ <configuration >
72
+ <!-- Exclude (public) classes in this internal package -->
73
+ <excludes >com/google/spanner/executor/v1/**</excludes >
74
+ </configuration >
75
+ </plugin >
68
76
</plugins >
69
77
</build >
70
78
</project >
You can’t perform that action at this time.
0 commit comments