Skip to content

Commit

Permalink
Add missing Confluent repo in record decoder module
Browse files Browse the repository at this point in the history
  • Loading branch information
nineinchnick authored and findepi committed Apr 27, 2023
1 parent d60b39d commit a57df5f
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions lib/trino-record-decoder/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,16 @@
<air.main.basedir>${project.parent.basedir}</air.main.basedir>
</properties>

<repositories>
<repository>
<id>confluent</id>
<url>https://packages.confluent.io/maven/</url>
<snapshots>
<enabled>false</enabled>
</snapshots>
</repository>
</repositories>

<dependencies>
<!-- Trino SPI -->
<dependency>
Expand Down

0 comments on commit a57df5f

Please sign in to comment.