File tree Expand file tree Collapse file tree 1 file changed +21
-6
lines changed
testing-modules/load-testing-comparison Expand file tree Collapse file tree 1 file changed +21
-6
lines changed Original file line number Diff line number Diff line change 34
34
<artifactId >scala-library</artifactId >
35
35
<version >${scala.version} </version >
36
36
</dependency >
37
- <!-- <dependency>-->
38
- <!-- <groupId>net.sf.grinder</groupId>-->
39
- <!-- <artifactId>grinder</artifactId>-->
40
- <!-- <version>${grinder.version}</version>-->
41
- <!-- </dependency>-->
42
37
<dependency >
43
38
<groupId >com.fasterxml.jackson.core</groupId >
44
39
<artifactId >jackson-databind</artifactId >
45
40
<version >${jackson.version} </version >
46
41
</dependency >
42
+ <dependency >
43
+ <groupId >org.springframework.boot</groupId >
44
+ <artifactId >spring-boot-starter</artifactId >
45
+ </dependency >
46
+ <dependency >
47
+ <groupId >org.springframework.boot</groupId >
48
+ <artifactId >spring-boot-starter-web</artifactId >
49
+ </dependency >
50
+ <dependency >
51
+ <groupId >org.springframework.boot</groupId >
52
+ <artifactId >spring-boot-starter-data-jpa</artifactId >
53
+ </dependency >
54
+ <dependency >
55
+ <groupId >com.h2database</groupId >
56
+ <artifactId >h2</artifactId >
57
+ </dependency >
58
+ <dependency >
59
+ <groupId >org.projectlombok</groupId >
60
+ <artifactId >lombok</artifactId >
61
+ <scope >compile</scope >
62
+ </dependency >
47
63
</dependencies >
48
64
49
65
<build >
111
127
<scala-maven-plugin .version>3.2.2</scala-maven-plugin .version> <!-- 3.2.2 --> <!-- 3.3.2 -->
112
128
<gatling-maven-plugin .version>2.2.1</gatling-maven-plugin .version> <!-- 2.2.1 --> <!-- 2.2.4 -->
113
129
<jmeter .version>5.0</jmeter .version>
114
- <grinder .version>3.11</grinder .version>
115
130
</properties >
116
131
117
132
</project >
You can’t perform that action at this time.
0 commit comments