|
@@ -22,7 +22,7 @@
|
|
|
<groupId>com.techempower</groupId>
|
|
|
<artifactId>actframework</artifactId>
|
|
|
<packaging>jar</packaging>
|
|
|
- <version>1.8.8g</version>
|
|
|
+ <version>1.8.8h</version>
|
|
|
|
|
|
<name>TEB ActFramework Project</name>
|
|
|
<description>TEB benchmark project with ActFramework</description>
|
|
@@ -36,9 +36,37 @@
|
|
|
<parent>
|
|
|
<groupId>org.actframework</groupId>
|
|
|
<artifactId>act-starter-parent</artifactId>
|
|
|
- <version>1.8.8.6</version>
|
|
|
+ <version>1.8.8.7-SNAPSHOT</version>
|
|
|
</parent>
|
|
|
|
|
|
+ <repositories>
|
|
|
+ <repository>
|
|
|
+ <id>sonatype-nexus-snapshots</id>
|
|
|
+ <name>Sonatype Nexus Snapshots</name>
|
|
|
+ <url>https://oss.sonatype.org/content/repositories/snapshots</url>
|
|
|
+ <releases>
|
|
|
+ <enabled>false</enabled>
|
|
|
+ </releases>
|
|
|
+ <snapshots>
|
|
|
+ <enabled>true</enabled>
|
|
|
+ </snapshots>
|
|
|
+ </repository>
|
|
|
+ </repositories>
|
|
|
+
|
|
|
+ <pluginRepositories>
|
|
|
+ <pluginRepository>
|
|
|
+ <id>sonatype-nexus-snapshots</id>
|
|
|
+ <name>Sonatype Nexus Snapshots</name>
|
|
|
+ <url>https://oss.sonatype.org/content/repositories/snapshots</url>
|
|
|
+ <releases>
|
|
|
+ <enabled>false</enabled>
|
|
|
+ </releases>
|
|
|
+ <snapshots>
|
|
|
+ <enabled>true</enabled>
|
|
|
+ </snapshots>
|
|
|
+ </pluginRepository>
|
|
|
+ </pluginRepositories>
|
|
|
+
|
|
|
<properties>
|
|
|
<java.version>1.8</java.version>
|
|
|
<mysql.version>5.1.45</mysql.version>
|
|
@@ -50,18 +78,6 @@
|
|
|
|
|
|
<dependencies>
|
|
|
|
|
|
- <dependency>
|
|
|
- <groupId>org.actframework</groupId>
|
|
|
- <artifactId>act</artifactId>
|
|
|
- <version>1.8.8-RC12-SNAPSHOT</version>
|
|
|
- </dependency>
|
|
|
-
|
|
|
- <dependency>
|
|
|
- <groupId>org.osgl</groupId>
|
|
|
- <artifactId>osgl-tool</artifactId>
|
|
|
- <version>1.18.0-SNAPSHOT</version>
|
|
|
- </dependency>
|
|
|
-
|
|
|
<dependency>
|
|
|
<groupId>org.actframework</groupId>
|
|
|
<artifactId>act-mustache</artifactId>
|