Skip to content

Commit

Permalink
[MSHARED-1381] Upgrade parent pom to 42
Browse files Browse the repository at this point in the history
  • Loading branch information
slachiewicz committed Apr 16, 2024
1 parent 1e77a55 commit 9fd9cd9
Showing 1 changed file with 5 additions and 14 deletions.
19 changes: 5 additions & 14 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
<parent>
<groupId>org.apache.maven.shared</groupId>
<artifactId>maven-shared-components</artifactId>
<version>39</version>
<version>42</version>
<relativePath />
</parent>

Expand Down Expand Up @@ -62,23 +62,10 @@
</site>
</distributionManagement>
<properties>
<javaVersion>8</javaVersion>
<slf4jVersion>1.7.36</slf4jVersion>
<project.build.outputTimestamp>2022-06-29T11:20:20Z</project.build.outputTimestamp>
</properties>

<dependencyManagement>
<dependencies>
<dependency>
<groupId>org.junit</groupId>
<artifactId>junit-bom</artifactId>
<version>5.10.2</version>
<type>pom</type>
<scope>import</scope>
</dependency>
</dependencies>
</dependencyManagement>

<dependencies>
<dependency>
<groupId>org.slf4j</groupId>
Expand All @@ -90,6 +77,10 @@
<groupId>org.codehaus.plexus</groupId>
<artifactId>plexus-utils</artifactId>
</dependency>
<dependency>
<groupId>org.codehaus.plexus</groupId>
<artifactId>plexus-xml</artifactId>
</dependency>
<dependency>
<groupId>commons-io</groupId>
<artifactId>commons-io</artifactId>
Expand Down

0 comments on commit 9fd9cd9

Please sign in to comment.