Skip to content

Commit 0a537f4

Browse files
Fix issues with clirr
1 parent 4d64505 commit 0a537f4

File tree

1 file changed

+18
-4
lines changed

1 file changed

+18
-4
lines changed

google-cloud-spanner/pom.xml

Lines changed: 18 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -140,10 +140,24 @@
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>

0 commit comments

Comments
 (0)