Skip to content

Commit

Permalink
Fix maven build - add jetbrains repository
Browse files Browse the repository at this point in the history
  • Loading branch information
kumaab authored Aug 29, 2024
1 parent 2e34537 commit 68362b3
Showing 1 changed file with 5 additions and 9 deletions.
14 changes: 5 additions & 9 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -803,15 +803,11 @@
<enabled>false</enabled>
</snapshots>
</repository>
<!--
<repository>
<id>repo</id>
<url>file://${basedir}/local-repo</url>
<snapshots>
<enabled>true</enabled>
</snapshots>
</repository>
-->
<repository>
<id>jetbrains-pty4j</id>
<name>jetbrains-intellij-dependencies</name>
<url>https://packages.jetbrains.team/maven/p/ij/intellij-dependencies</url>
</repository>
</repositories>
<dependencyManagement>
<dependencies>
Expand Down

0 comments on commit 68362b3

Please sign in to comment.