Skip to content

Commit

Permalink
Bump to parent POM 80, remove unnecessary dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
jblievremont committed Nov 5, 2024
1 parent c5bc9de commit 5ffb07b
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.sonarsource.parent</groupId>
<artifactId>parent</artifactId>
<version>79.0.0.2165</version>
<version>80.0.0.2205</version>
<relativePath/>
</parent>
<groupId>org.sonarsource.sonarlint.ls</groupId>
Expand Down Expand Up @@ -51,11 +51,6 @@
<!-- should be the >= than in sonarlint-rpc-java-client -->
<version>0.21.1</version>
</dependency>
<dependency>
<groupId>org.sonarsource.sonarlint.core</groupId>
<artifactId>sonarlint-java-client-legacy</artifactId>
<version>${sonarlint.core.version}</version>
</dependency>
<dependency>
<groupId>org.sonarsource.sonarlint.core</groupId>
<artifactId>sonarlint-java-client-utils</artifactId>
Expand Down

0 comments on commit 5ffb07b

Please sign in to comment.