File tree Expand file tree Collapse file tree 1 file changed +18
-4
lines changed Expand file tree Collapse file tree 1 file changed +18
-4
lines changed Original file line number Diff line number Diff line change 140140 <plugin >
141141 <groupId >org.codehaus.mojo</groupId >
142142 <artifactId >clirr-maven-plugin</artifactId >
143- <configuration >
144- <!-- Exclude (public) classes in this internal package -->
145- <excludes >com/google/cloud/spanner/spi/v1/**</excludes >
146- </configuration >
143+ <version >2.8</version >
144+ <dependencies >
145+ <dependency >
146+ <groupId >classworlds</groupId >
147+ <artifactId >classworlds</artifactId >
148+ <version >1.1</version >
149+ </dependency >
150+ <dependency >
151+ <groupId >org.codehaus.plexus</groupId >
152+ <artifactId >plexus-i18n</artifactId >
153+ <version >1.0-beta-10</version >
154+ </dependency >
155+ <dependency >
156+ <groupId >org.codehaus.plexus</groupId >
157+ <artifactId >plexus-utils</artifactId >
158+ <version >4.0.2</version >
159+ </dependency >
160+ </dependencies >
147161 </plugin >
148162 </plugins >
149163 <pluginManagement >
You can’t perform that action at this time.
0 commit comments