Skip to content

Commit

Permalink
Remove dependency management from apache parent (fixes #265) (#266)
Browse files Browse the repository at this point in the history
  • Loading branch information
gnodet authored Sep 9, 2024
1 parent ded34a8 commit 9e33343
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -137,16 +137,6 @@ under the License.
<version.maven-war-plugin>3.4.0</version.maven-war-plugin>
</properties>

<dependencyManagement>
<dependencies>
<dependency>
<groupId>org.apache.maven.plugin-tools</groupId>
<artifactId>maven-plugin-annotations</artifactId>
<version>${version.maven-plugin-tools}</version>
</dependency>
</dependencies>
</dependencyManagement>

<repositories>
<repository>
<id>apache.snapshots</id>
Expand Down

0 comments on commit 9e33343

Please sign in to comment.