Skip to content

Commit

Permalink
Fix compiler warning about old sisu module targetet for java6 (#114)
Browse files Browse the repository at this point in the history
  • Loading branch information
kornys authored Jun 27, 2024
1 parent 43c0fcc commit ad6081b
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -98,6 +98,7 @@
<junit.platform.version>1.10.2</junit.platform.version>
<maven.surefire.version>3.2.2</maven.surefire.version>
<jackson-dataformat-yaml.version>2.17.1</jackson-dataformat-yaml.version>
<org.eclipse.sisu.version>0.9.0.M3</org.eclipse.sisu.version>

<it.skip>true</it.skip>
<!--suppress UnresolvedMavenProperty -->
Expand Down Expand Up @@ -214,6 +215,11 @@
<version>${apache.commons.version}</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.eclipse.sisu</groupId>
<artifactId>org.eclipse.sisu.inject</artifactId>
<version>${org.eclipse.sisu.version}</version>
</dependency>
</dependencies>
</dependencyManagement>

Expand Down

0 comments on commit ad6081b

Please sign in to comment.