Skip to content

Commit

Permalink
Build ecChronos With Java 17 - Issue Ericsson#607
Browse files Browse the repository at this point in the history
In order to provide support for Java 17 in EcChronos,
identify the minimal changes necessary for the project to
compile and run with Java 17. Additionally, implement these
changes and any necessary updates to Maven packages.

This change must be merged just after a release of ecChronos
with the Issue Ericsson#616 done.

Closes Ericsson#607
  • Loading branch information
VictorCavichioli committed Dec 7, 2023
1 parent 136aafe commit 4dadc37
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,8 @@
<slf4j.version>1.7.30</slf4j.version>
<logback.version>1.2.13</logback.version>
<cassandra.version>4.0.10</cassandra.version>
<logback.version>1.2.10</logback.version>
<cassandra.version>5.0-alpha1</cassandra.version>
<osgi.version>1.3.0</osgi.version>
<mockito.core.version>3.3.3</mockito.core.version>
<assertj.version>3.16.1</assertj.version>
Expand Down

0 comments on commit 4dadc37

Please sign in to comment.