Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
slachiewicz committed Apr 14, 2024
1 parent d3b2800 commit edeb71e
Showing 1 changed file with 28 additions and 0 deletions.
28 changes: 28 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -142,6 +142,34 @@ under the License.
</dependency>
</dependencies>

<reporting>
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-plugin-plugin</artifactId>
<configuration>
<requirementsHistories>
<requirementsHistory>
<version>3.0.0-M5</version>
<maven>3.0</maven>
<jdk>1.8</jdk>
</requirementsHistory>
<requirementsHistory>
<version>3.0.0-M2</version>
<maven>3.0</maven>
<jdk>1.7</jdk>
</requirementsHistory>
<requirementsHistory>
<version>2.5.3</version>
<maven>2.2.1</maven>
<jdk>1.7</jdk>
</requirementsHistory>
</requirementsHistories>
</configuration>
</plugin>
</plugins>
</reporting>

<profiles>
<profile>
<id>run-its</id>
Expand Down

0 comments on commit edeb71e

Please sign in to comment.