Skip to content

Commit

Permalink
fix: add missing Async Profiler Converter dependency
Browse files Browse the repository at this point in the history
Otherwise flamegraphs don't work.
  • Loading branch information
triceo authored Jan 5, 2025
1 parent d281460 commit 00a9954
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,11 @@
<version>${jmh.version}</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>tools.profiler</groupId>
<artifactId>async-profiler-converter</artifactId>
<version>${version.tools.profiler}</version>
</dependency>
<dependency>
<groupId>ai.timefold.solver.enterprise</groupId>
<artifactId>timefold-solver-enterprise-core</artifactId>
Expand Down

0 comments on commit 00a9954

Please sign in to comment.