Skip to content

Commit

Permalink
Re-adding java version to security-aai. This is required because the …
Browse files Browse the repository at this point in the history
…spring-asm module (last updated 2013) doesn't like jdk17 and newer.
  • Loading branch information
gregorydlogan committed Jul 10, 2024
1 parent c6cd628 commit 7fae577
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions modules/security-aai/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
<properties>
<opencast.basedir>${project.basedir}/../..</opencast.basedir>
<checkstyle.skip>false</checkstyle.skip>
<java.release>8</java.release>
</properties>
<dependencies>
<dependency>
Expand Down

0 comments on commit 7fae577

Please sign in to comment.