We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 05fe089 commit dc905eeCopy full SHA for dc905ee
3 files changed
loadtest-controller/pom.xml
@@ -45,6 +45,12 @@
45
<artifactId>spring-boot-starter</artifactId>
46
</dependency>
47
48
+ <dependency>
49
+ <groupId>com.samskivert</groupId>
50
+ <artifactId>jmustache</artifactId>
51
+ <version>1.16</version>
52
+ </dependency>
53
+
54
<dependency>
55
<groupId>com.google.code.gson</groupId>
56
<artifactId>gson</artifactId>
0 commit comments