Skip to content

Commit

Permalink
Fixed spotless
Browse files Browse the repository at this point in the history
  • Loading branch information
merlimat committed Jan 16, 2024
1 parent 84d9e68 commit bb8b259
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions pulsar-metadatastore-oxia/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,12 @@
<version>${dropwizard.version}</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>io.streamnative.oxia</groupId>
<artifactId>oxia-testcontainers</artifactId>
<version>${project.version}</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.apache.pulsar</groupId>
<artifactId>buildtools</artifactId>
Expand All @@ -97,12 +103,6 @@
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>io.streamnative.oxia</groupId>
<artifactId>oxia-testcontainers</artifactId>
<version>${project.version}</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.testng</groupId>
<artifactId>testng</artifactId>
Expand Down

0 comments on commit bb8b259

Please sign in to comment.