Skip to content

Commit

Permalink
override
Browse files Browse the repository at this point in the history
Signed-off-by: Adrian Cole <[email protected]>
  • Loading branch information
Adrian Cole committed Jan 11, 2024
1 parent bc544a6 commit 660bc47
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions zipkin-server/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,11 @@
<properties>
<main.basedir>${project.basedir}/..</main.basedir>

<!-- Spring Boot 3 requires JRE 17 -->
<maven.compiler.source>17</maven.compiler.source>
<maven.compiler.target>17</maven.compiler.target>
<maven.compiler.release>17</maven.compiler.release>

<!-- Sometimes we need to override Armeria's Brave version -->
<brave.version>6.0.0</brave.version>
<zipkin-reporter.version>3.1.1</zipkin-reporter.version>
Expand Down

0 comments on commit 660bc47

Please sign in to comment.