Skip to content

Commit 096ce9d

Browse files
committed
#BAEL-10229 Restore removed dependencies from load-testing-comparison module.
1 parent 98d4f93 commit 096ce9d

File tree

1 file changed

+21
-6
lines changed
  • testing-modules/load-testing-comparison

1 file changed

+21
-6
lines changed

testing-modules/load-testing-comparison/pom.xml

Lines changed: 21 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -34,16 +34,32 @@
3434
<artifactId>scala-library</artifactId>
3535
<version>${scala.version}</version>
3636
</dependency>
37-
<!--<dependency>-->
38-
<!--<groupId>net.sf.grinder</groupId>-->
39-
<!--<artifactId>grinder</artifactId>-->
40-
<!--<version>${grinder.version}</version>-->
41-
<!--</dependency>-->
4237
<dependency>
4338
<groupId>com.fasterxml.jackson.core</groupId>
4439
<artifactId>jackson-databind</artifactId>
4540
<version>${jackson.version}</version>
4641
</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>
4763
</dependencies>
4864

4965
<build>
@@ -111,7 +127,6 @@
111127
<scala-maven-plugin.version>3.2.2</scala-maven-plugin.version> <!--3.2.2 --> <!--3.3.2 -->
112128
<gatling-maven-plugin.version>2.2.1</gatling-maven-plugin.version> <!--2.2.1 --> <!--2.2.4 -->
113129
<jmeter.version>5.0</jmeter.version>
114-
<grinder.version>3.11</grinder.version>
115130
</properties>
116131

117132
</project>

0 commit comments

Comments
 (0)