|
@@ -9,7 +9,8 @@
|
|
<name>ActiveWeb Benchmark App</name>
|
|
<name>ActiveWeb Benchmark App</name>
|
|
|
|
|
|
<properties>
|
|
<properties>
|
|
- <activeweb.version>1.9</activeweb.version>
|
|
|
|
|
|
+ <activeweb.version>1.11</activeweb.version>
|
|
|
|
+ <activejdbc.version>1.4.10</activejdbc.version>
|
|
</properties>
|
|
</properties>
|
|
|
|
|
|
<build>
|
|
<build>
|
|
@@ -18,7 +19,7 @@
|
|
<plugin>
|
|
<plugin>
|
|
<groupId>org.apache.maven.plugins</groupId>
|
|
<groupId>org.apache.maven.plugins</groupId>
|
|
<artifactId>maven-surefire-plugin</artifactId>
|
|
<artifactId>maven-surefire-plugin</artifactId>
|
|
- <version>2.14.1</version>
|
|
|
|
|
|
+ <version>2.18.1</version>
|
|
<configuration>
|
|
<configuration>
|
|
<reportFormat>brief</reportFormat>
|
|
<reportFormat>brief</reportFormat>
|
|
<trimStackTrace>true</trimStackTrace>
|
|
<trimStackTrace>true</trimStackTrace>
|
|
@@ -51,12 +52,18 @@
|
|
<maxIdleTime>1000</maxIdleTime>
|
|
<maxIdleTime>1000</maxIdleTime>
|
|
</connector>
|
|
</connector>
|
|
</connectors>
|
|
</connectors>
|
|
|
|
+ <!--<systemProperties>-->
|
|
|
|
+ <!--<systemProperty>-->
|
|
|
|
+ <!--<name>active_reload</name>-->
|
|
|
|
+ <!--<value>true</value>-->
|
|
|
|
+ <!--</systemProperty>-->
|
|
|
|
+ <!--</systemProperties>-->
|
|
</configuration>
|
|
</configuration>
|
|
</plugin>
|
|
</plugin>
|
|
<plugin>
|
|
<plugin>
|
|
<groupId>org.javalite</groupId>
|
|
<groupId>org.javalite</groupId>
|
|
<artifactId>activejdbc-instrumentation</artifactId>
|
|
<artifactId>activejdbc-instrumentation</artifactId>
|
|
- <version>1.4.9</version>
|
|
|
|
|
|
+ <version>${activejdbc.version}</version>
|
|
<executions>
|
|
<executions>
|
|
<execution>
|
|
<execution>
|
|
<phase>process-classes</phase>
|
|
<phase>process-classes</phase>
|
|
@@ -73,7 +80,7 @@
|
|
<dependency>
|
|
<dependency>
|
|
<groupId>junit</groupId>
|
|
<groupId>junit</groupId>
|
|
<artifactId>junit</artifactId>
|
|
<artifactId>junit</artifactId>
|
|
- <version>4.8.1</version>
|
|
|
|
|
|
+ <version>4.12</version>
|
|
<scope>test</scope>
|
|
<scope>test</scope>
|
|
</dependency>
|
|
</dependency>
|
|
<dependency>
|
|
<dependency>
|
|
@@ -81,6 +88,11 @@
|
|
<artifactId>activeweb</artifactId>
|
|
<artifactId>activeweb</artifactId>
|
|
<version>${activeweb.version}</version>
|
|
<version>${activeweb.version}</version>
|
|
</dependency>
|
|
</dependency>
|
|
|
|
+ <dependency>
|
|
|
|
+ <groupId>org.javalite</groupId>
|
|
|
|
+ <artifactId>activejdbc</artifactId>
|
|
|
|
+ <version>${activejdbc.version}</version>
|
|
|
|
+ </dependency>
|
|
<dependency>
|
|
<dependency>
|
|
<groupId>org.javalite</groupId>
|
|
<groupId>org.javalite</groupId>
|
|
<artifactId>activeweb-testing</artifactId>
|
|
<artifactId>activeweb-testing</artifactId>
|
|
@@ -98,18 +110,43 @@
|
|
<artifactId>slf4j-simple</artifactId>
|
|
<artifactId>slf4j-simple</artifactId>
|
|
<version>1.7.5</version>
|
|
<version>1.7.5</version>
|
|
</dependency>
|
|
</dependency>
|
|
-
|
|
|
|
<dependency>
|
|
<dependency>
|
|
<groupId>com.fasterxml.jackson.core</groupId>
|
|
<groupId>com.fasterxml.jackson.core</groupId>
|
|
<artifactId>jackson-core</artifactId>
|
|
<artifactId>jackson-core</artifactId>
|
|
- <version>2.3.1</version>
|
|
|
|
|
|
+ <version>2.4.4</version>
|
|
</dependency>
|
|
</dependency>
|
|
-
|
|
|
|
<dependency>
|
|
<dependency>
|
|
- <groupId>com.fasterxml.jackson.core</groupId>
|
|
|
|
- <artifactId>jackson-databind</artifactId>
|
|
|
|
- <version>2.3.1</version>
|
|
|
|
|
|
+ <groupId>com.fasterxml.jackson.core</groupId>
|
|
|
|
+ <artifactId>jackson-databind</artifactId>
|
|
|
|
+ <version>2.4.4</version>
|
|
</dependency>
|
|
</dependency>
|
|
-
|
|
|
|
</dependencies>
|
|
</dependencies>
|
|
|
|
+
|
|
|
|
+ <repositories>
|
|
|
|
+ <repository>
|
|
|
|
+ <id>javaLite-snapshots</id>
|
|
|
|
+ <name>JavaLite Snapshots</name>
|
|
|
|
+ <url>http://repo.javalite.io/</url>
|
|
|
|
+ <releases>
|
|
|
|
+ <enabled>false</enabled>
|
|
|
|
+ </releases>
|
|
|
|
+ <snapshots>
|
|
|
|
+ <enabled>true</enabled>
|
|
|
|
+ </snapshots>
|
|
|
|
+ </repository>
|
|
|
|
+ </repositories>
|
|
|
|
+ <pluginRepositories>
|
|
|
|
+ <pluginRepository>
|
|
|
|
+ <id>javaLite-plugin-snapshots</id>
|
|
|
|
+ <name>JavaLite Plugin Snapshots</name>
|
|
|
|
+ <url>http://repo.javalite.io/</url>
|
|
|
|
+ <releases>
|
|
|
|
+ <enabled>false</enabled>
|
|
|
|
+ </releases>
|
|
|
|
+ <snapshots>
|
|
|
|
+ <enabled>true</enabled>
|
|
|
|
+ </snapshots>
|
|
|
|
+ </pluginRepository>
|
|
|
|
+ </pluginRepositories>
|
|
|
|
+
|
|
</project>
|
|
</project>
|