Skip to content

Commit c2294c2

Browse files
committed
spotless:apply
1 parent 10a0edd commit c2294c2

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

pom.xml

+7-7
Original file line numberDiff line numberDiff line change
@@ -1600,6 +1600,13 @@
16001600
<scope>test</scope>
16011601
</dependency>
16021602
</dependencies>
1603+
<repositories>
1604+
<repository>
1605+
<id>hbase-thirdparty-4.1.9RC0</id>
1606+
<name>hbase-thirdparty-4.1.9RC0</name>
1607+
<url>https://repository.apache.org/content/repositories/orgapachehbase-1556/</url>
1608+
</repository>
1609+
</repositories>
16031610
<build>
16041611
<!-- Plugin versions are inherited from ASF parent pom: https://maven.apache.org/pom/asf/
16051612
For specific version use a property and define it in the parent pom.
@@ -5099,11 +5106,4 @@
50995106
</properties>
51005107
</profile>
51015108
</profiles>
5102-
<repositories>
5103-
<repository>
5104-
<id>hbase-thirdparty-4.1.9RC0</id>
5105-
<name>hbase-thirdparty-4.1.9RC0</name>
5106-
<url>https://repository.apache.org/content/repositories/orgapachehbase-1556/</url>
5107-
</repository>
5108-
</repositories>
51095109
</project>

0 commit comments

Comments
 (0)