Skip to content

Commit

Permalink
Remove confluent.maven.repo property and use url directly
Browse files Browse the repository at this point in the history
  • Loading branch information
aniketshrimal committed Feb 9, 2023
1 parent 8d13641 commit 6824ffc
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,6 @@
<parquet.version>1.7.0</parquet.version>
<commons-io.version>2.4</commons-io.version>
<joda.version>2.9.6</joda.version>
<confluent.maven.repo>http://packages.confluent.io/maven/</confluent.maven.repo>
<licenses.version>3.2.5-SNAPSHOT</licenses.version>
<maven-assembly.version>2.6</maven-assembly.version>
<maven-site-plugin.version>3.7.1</maven-site-plugin.version>
Expand All @@ -81,7 +80,7 @@
<repository>
<id>confluent</id>
<name>Confluent</name>
<url>${confluent.maven.repo}</url>
<url>https://packages.confluent.io/maven/</url>
</repository>
</repositories>

Expand Down

0 comments on commit 6824ffc

Please sign in to comment.