Skip to content

Commit

Permalink
Upgrade maven-dependency-plugin and dependencies in pulsar-broker so …
Browse files Browse the repository at this point in the history
…that compiling doesn't fail
  • Loading branch information
lhotari committed Oct 13, 2024
1 parent 7c5ea49 commit 52ce15e
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -298,7 +298,7 @@ flexible messaging model and an intuitive client API.</description>
<surefire.version>3.1.0</surefire.version>
<maven-assembly-plugin.version>3.5.0</maven-assembly-plugin.version>
<maven-compiler-plugin.version>3.11.0</maven-compiler-plugin.version>
<maven-dependency-plugin.version>3.5.0</maven-dependency-plugin.version>
<maven-dependency-plugin.version>3.8.0</maven-dependency-plugin.version>
<maven-modernizer-plugin.version>2.3.0</maven-modernizer-plugin.version>
<maven-shade-plugin>3.6.0</maven-shade-plugin>
<maven-antrun-plugin.version>3.1.0</maven-antrun-plugin.version>
Expand Down
4 changes: 0 additions & 4 deletions pulsar-broker/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -409,31 +409,27 @@
<groupId>${project.groupId}</groupId>
<artifactId>pulsar-functions-api-examples</artifactId>
<version>${project.version}</version>
<type>pom</type>
<scope>test</scope>
</dependency>

<dependency>
<groupId>${project.groupId}</groupId>
<artifactId>pulsar-functions-api-examples-builtin</artifactId>
<version>${project.version}</version>
<type>pom</type>
<scope>test</scope>
</dependency>

<dependency>
<groupId>${project.groupId}</groupId>
<artifactId>pulsar-io-batch-data-generator</artifactId>
<version>${project.version}</version>
<type>pom</type>
<scope>test</scope>
</dependency>

<dependency>
<groupId>${project.groupId}</groupId>
<artifactId>pulsar-io-data-generator</artifactId>
<version>${project.version}</version>
<type>pom</type>
<scope>test</scope>
</dependency>

Expand Down

0 comments on commit 52ce15e

Please sign in to comment.