Skip to content

Commit

Permalink
chore: remove old fmt, fix version of ctx
Browse files Browse the repository at this point in the history
  • Loading branch information
jeqo committed Jul 19, 2022
1 parent 8915c6d commit e1a7fa6
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 37 deletions.
12 changes: 0 additions & 12 deletions context/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -67,18 +67,6 @@
</resources>

<plugins>
<plugin>
<groupId>com.spotify.fmt</groupId>
<artifactId>fmt-maven-plugin</artifactId>
<version>2.16</version>
<executions>
<execution>
<goals>
<goal>check</goal>
</goals>
</execution>
</executions>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-compiler-plugin</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
<picocli.version>4.6.3</picocli.version>
<kafka.version>3.1.0</kafka.version>
<confluent.version>7.0.1</confluent.version>
<kafka-context.version>0.3.1-SNAPSHOT</kafka-context.version>
<kafka-context.version>0.3.0</kafka-context.version>
<jackson.version>2.13.3</jackson.version>
<slf4j.version>1.7.36</slf4j.version>
<junit.version>5.8.2</junit.version>
Expand Down
12 changes: 0 additions & 12 deletions producer-datagen/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -100,18 +100,6 @@
</resources>

<plugins>
<plugin>
<groupId>com.spotify.fmt</groupId>
<artifactId>fmt-maven-plugin</artifactId>
<version>2.16</version>
<executions>
<execution>
<goals>
<goal>check</goal>
</goals>
</execution>
</executions>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-compiler-plugin</artifactId>
Expand Down
12 changes: 0 additions & 12 deletions quotas/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -73,18 +73,6 @@
</resources>

<plugins>
<plugin>
<groupId>com.spotify.fmt</groupId>
<artifactId>fmt-maven-plugin</artifactId>
<version>2.16</version>
<executions>
<execution>
<goals>
<goal>check</goal>
</goals>
</execution>
</executions>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-compiler-plugin</artifactId>
Expand Down

0 comments on commit e1a7fa6

Please sign in to comment.