|
@@ -3,8 +3,8 @@
|
|
<modelVersion>4.0.0</modelVersion>
|
|
<modelVersion>4.0.0</modelVersion>
|
|
|
|
|
|
<groupId>com.ociweb.gl.benchmark</groupId>
|
|
<groupId>com.ociweb.gl.benchmark</groupId>
|
|
- <artifactId>greenlightning-test</artifactId>
|
|
|
|
- <version>1.0.0</version>
|
|
|
|
|
|
+ <artifactId>benchmark-test</artifactId>
|
|
|
|
+ <version>1.0.16</version>
|
|
|
|
|
|
<properties>
|
|
<properties>
|
|
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
|
|
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
|
|
@@ -14,7 +14,7 @@
|
|
<dependency>
|
|
<dependency>
|
|
<groupId>com.ociweb</groupId>
|
|
<groupId>com.ociweb</groupId>
|
|
<artifactId>greenlightning</artifactId>
|
|
<artifactId>greenlightning</artifactId>
|
|
- <version>1.0.15</version>
|
|
|
|
|
|
+ <version>1.0.16</version>
|
|
</dependency>
|
|
</dependency>
|
|
<dependency>
|
|
<dependency>
|
|
<groupId>org.slf4j</groupId>
|
|
<groupId>org.slf4j</groupId>
|
|
@@ -39,17 +39,28 @@
|
|
<artifactId>reactive-pg-client</artifactId>
|
|
<artifactId>reactive-pg-client</artifactId>
|
|
<version>0.10.6</version>
|
|
<version>0.10.6</version>
|
|
</dependency>
|
|
</dependency>
|
|
|
|
+
|
|
</dependencies>
|
|
</dependencies>
|
|
|
|
|
|
<build>
|
|
<build>
|
|
|
|
+
|
|
<plugins>
|
|
<plugins>
|
|
|
|
+ <plugin>
|
|
|
|
+ <groupId>org.apache.maven.plugins</groupId>
|
|
|
|
+ <artifactId>maven-surefire-plugin</artifactId>
|
|
|
|
+ <version>2.4.1</version>
|
|
|
|
+ <configuration>
|
|
|
|
+ <argLine>-Xms1g</argLine>
|
|
|
|
+ <argLine>-Xmx1g</argLine>
|
|
|
|
+ </configuration>
|
|
|
|
+ </plugin>
|
|
<plugin>
|
|
<plugin>
|
|
<groupId>org.apache.maven.plugins</groupId>
|
|
<groupId>org.apache.maven.plugins</groupId>
|
|
<artifactId>maven-compiler-plugin</artifactId>
|
|
<artifactId>maven-compiler-plugin</artifactId>
|
|
- <version>3.8.0</version>
|
|
|
|
|
|
+ <version>3.0</version>
|
|
<configuration>
|
|
<configuration>
|
|
<compilerArguments>
|
|
<compilerArguments>
|
|
- <profile>compact1</profile>
|
|
|
|
|
|
+ <profile>compact2</profile>
|
|
</compilerArguments>
|
|
</compilerArguments>
|
|
<source>1.8</source>
|
|
<source>1.8</source>
|
|
<target>1.8</target>
|
|
<target>1.8</target>
|