BAEL-8899 Let's upgrade the Gatling versions

-Fixed dependency versions
This commit is contained in:
Dhawal Kapil 2018-09-10 22:08:34 +05:30
parent a0caa18ca2
commit 9d70db5118
1 changed files with 17 additions and 11 deletions

View File

@ -7,13 +7,13 @@
<artifactId>gatling</artifactId> <artifactId>gatling</artifactId>
<version>1.0-SNAPSHOT</version> <version>1.0-SNAPSHOT</version>
<parent> <parent>
<groupId>com.baeldung</groupId> <groupId>com.baeldung</groupId>
<artifactId>parent-modules</artifactId> <artifactId>parent-modules</artifactId>
<version>1.0.0-SNAPSHOT</version> <version>1.0.0-SNAPSHOT</version>
<relativePath>../../</relativePath> <relativePath>../../</relativePath>
</parent> </parent>
<dependencies> <dependencies>
<dependency> <dependency>
<groupId>io.gatling.highcharts</groupId> <groupId>io.gatling.highcharts</groupId>
@ -78,6 +78,9 @@
<goals> <goals>
<goal>execute</goal> <goal>execute</goal>
</goals> </goals>
<configuration>
<disableCompiler>true</disableCompiler>
</configuration>
</execution> </execution>
</executions> </executions>
</plugin> </plugin>
@ -110,10 +113,13 @@
</dependencyManagement> </dependencyManagement>
<properties> <properties>
<scala.version>2.13.0-M5</scala.version> <maven.compiler.source>1.8</maven.compiler.source>
<gatling.version>2.3.1</gatling.version> <maven.compiler.target>1.8</maven.compiler.target>
<scala-maven-plugin.version>3.3.1</scala-maven-plugin.version> <encoding>UTF-8</encoding>
<gatling-maven-plugin.version>3.0.0-M5</gatling-maven-plugin.version> <scala.version>2.12.6</scala.version> <!--2.11.12 --> <!--2.12.6 -->
<gatling.version>2.3.1</gatling.version> <!--2.2.5 --> <!--2.3.1 -->
<scala-maven-plugin.version>3.2.2</scala-maven-plugin.version> <!--3.2.2 --> <!--3.3.2 -->
<gatling-maven-plugin.version>2.2.4</gatling-maven-plugin.version> <!--2.2.1 --> <!--2.2.4 -->
</properties> </properties>
</project> </project>