Skip to content

Commit

Permalink
Fix site "usage" page
Browse files Browse the repository at this point in the history
  • Loading branch information
pzygielo authored and michael-o committed Aug 2, 2022
1 parent e01ed50 commit 69c4f55
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,8 @@ under the License.
<mdoVersion>2.1.1</mdoVersion>
<mavenVersion>3.2.5</mavenVersion>
<slf4jVersion>1.7.5</slf4jVersion>
<mavenFilteringVersion>3.3.0</mavenFilteringVersion>
<mavenArchiverVersion>3.6.0</mavenArchiverVersion>

<surefire.version>3.0.0-M6</surefire.version>
<testOutputToFile>true</testOutputToFile>
Expand Down Expand Up @@ -163,7 +165,7 @@ under the License.
<dependency>
<groupId>org.apache.maven.shared</groupId>
<artifactId>maven-filtering</artifactId>
<version>3.3.0</version>
<version>${mavenFilteringVersion}</version>
</dependency>
<dependency>
<groupId>org.codehaus.plexus</groupId>
Expand All @@ -178,7 +180,7 @@ under the License.
<dependency>
<groupId>org.apache.maven</groupId>
<artifactId>maven-archiver</artifactId>
<version>3.6.0</version>
<version>${mavenArchiverVersion}</version>
</dependency>

<dependency>
Expand Down

0 comments on commit 69c4f55

Please sign in to comment.