Skip to content

Commit

Permalink
dependencies: make acyclic-visitor compatible with Java 11 (#2359)
Browse files Browse the repository at this point in the history
  • Loading branch information
robertvolkmann authored Dec 1, 2022
1 parent 37bfecc commit 9600a69
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 157 deletions.
12 changes: 0 additions & 12 deletions acyclic-visitor/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -33,19 +33,7 @@
<version>1.26.0-SNAPSHOT</version>
</parent>
<artifactId>acyclic-visitor</artifactId>
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<maven.compiler.source>1.8</maven.compiler.source>
<maven.compiler.target>1.8</maven.compiler.target>
</properties>
<dependencies>
<!-- https://mvnrepository.com/artifact/uk.org.lidalia/slf4j-test -->
<dependency>
<groupId>uk.org.lidalia</groupId>
<artifactId>slf4j-test</artifactId>
<version>1.2.0</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.junit.jupiter</groupId>
<artifactId>junit-jupiter-engine</artifactId>
Expand Down

This file was deleted.

This file was deleted.

0 comments on commit 9600a69

Please sign in to comment.