Skip to content

Commit

Permalink
refactor: made the pom references consistent with the previous code s…
Browse files Browse the repository at this point in the history
…tandards.
  • Loading branch information
PeterZh6 committed Oct 8, 2024
1 parent 586ba73 commit c8367e0
Showing 1 changed file with 1 addition and 13 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,6 @@
<inlong.root.dir>${project.parent.parent.parent.basedir}</inlong.root.dir>
<flink.version>1.15.4</flink.version>
<mongodb-driver-sync.version>4.10.2</mongodb-driver-sync.version>
<pulsar-client.version>2.8.2</pulsar-client.version>
</properties>

<dependencies>
Expand Down Expand Up @@ -167,18 +166,7 @@
<dependency>
<groupId>org.apache.pulsar</groupId>
<artifactId>pulsar-client</artifactId>
<exclusions>
<exclusion>
<groupId>org.apache.pulsar</groupId>
<artifactId>pulsar-client</artifactId>
</exclusion>
</exclusions>
</dependency>

<dependency>
<groupId>org.apache.pulsar</groupId>
<artifactId>pulsar-client</artifactId>
<version>${pulsar-client.version}</version>
<version>${pulsar.version}</version>
</dependency>

</dependencies>
Expand Down

0 comments on commit c8367e0

Please sign in to comment.