|
@@ -22,7 +22,7 @@
|
|
|
<groupId>com.techempower</groupId>
|
|
|
<artifactId>actframework</artifactId>
|
|
|
<packaging>jar</packaging>
|
|
|
- <version>1.8.8e</version>
|
|
|
+ <version>1.8.8f</version>
|
|
|
|
|
|
<name>TEB ActFramework Project</name>
|
|
|
<description>TEB benchmark project with ActFramework</description>
|
|
@@ -122,35 +122,31 @@
|
|
|
</dependencies>
|
|
|
</profile>
|
|
|
<profile>
|
|
|
- <id>hibernate_mysql</id>
|
|
|
+ <id>ebean_pgsql</id>
|
|
|
<build>
|
|
|
- <finalName>teb-act-hibernate-mysql</finalName>
|
|
|
+ <finalName>teb-act-ebean-pgsql</finalName>
|
|
|
</build>
|
|
|
<dependencies>
|
|
|
<dependency>
|
|
|
<groupId>org.actframework</groupId>
|
|
|
- <artifactId>act-hibernate</artifactId>
|
|
|
- </dependency>
|
|
|
- <dependency>
|
|
|
- <groupId>mysql</groupId>
|
|
|
- <artifactId>mysql-connector-java</artifactId>
|
|
|
- <version>${mysql.version}</version>
|
|
|
+ <artifactId>act-ebean</artifactId>
|
|
|
</dependency>
|
|
|
<dependency>
|
|
|
- <groupId>com.zaxxer</groupId>
|
|
|
- <artifactId>HikariCP</artifactId>
|
|
|
+ <groupId>org.postgresql</groupId>
|
|
|
+ <artifactId>postgresql</artifactId>
|
|
|
+ <version>${postgres-jdbc.version}</version>
|
|
|
</dependency>
|
|
|
</dependencies>
|
|
|
</profile>
|
|
|
<profile>
|
|
|
- <id>eclipselink_mysql</id>
|
|
|
+ <id>hibernate_mysql</id>
|
|
|
<build>
|
|
|
- <finalName>teb-act-eclipselink-mysql</finalName>
|
|
|
+ <finalName>teb-act-hibernate-mysql</finalName>
|
|
|
</build>
|
|
|
<dependencies>
|
|
|
<dependency>
|
|
|
<groupId>org.actframework</groupId>
|
|
|
- <artifactId>act-eclipselink</artifactId>
|
|
|
+ <artifactId>act-hibernate</artifactId>
|
|
|
</dependency>
|
|
|
<dependency>
|
|
|
<groupId>mysql</groupId>
|
|
@@ -164,31 +160,35 @@
|
|
|
</dependencies>
|
|
|
</profile>
|
|
|
<profile>
|
|
|
- <id>ebean_pgsql</id>
|
|
|
+ <id>hibernate_pgsql</id>
|
|
|
<build>
|
|
|
- <finalName>teb-act-ebean-pgsql</finalName>
|
|
|
+ <finalName>teb-act-hibernate-pgsql</finalName>
|
|
|
</build>
|
|
|
<dependencies>
|
|
|
<dependency>
|
|
|
<groupId>org.actframework</groupId>
|
|
|
- <artifactId>act-ebean</artifactId>
|
|
|
+ <artifactId>act-hibernate</artifactId>
|
|
|
</dependency>
|
|
|
<dependency>
|
|
|
<groupId>org.postgresql</groupId>
|
|
|
<artifactId>postgresql</artifactId>
|
|
|
<version>${postgres-jdbc.version}</version>
|
|
|
</dependency>
|
|
|
+ <dependency>
|
|
|
+ <groupId>com.zaxxer</groupId>
|
|
|
+ <artifactId>HikariCP</artifactId>
|
|
|
+ </dependency>
|
|
|
</dependencies>
|
|
|
</profile>
|
|
|
<profile>
|
|
|
- <id>hibernate_pgsql</id>
|
|
|
+ <id>eclipselink_pgsql</id>
|
|
|
<build>
|
|
|
- <finalName>teb-act-hibernate-pgsql</finalName>
|
|
|
+ <finalName>teb-act-eclipselink-pgsql</finalName>
|
|
|
</build>
|
|
|
<dependencies>
|
|
|
<dependency>
|
|
|
<groupId>org.actframework</groupId>
|
|
|
- <artifactId>act-hibernate</artifactId>
|
|
|
+ <artifactId>act-eclipselink</artifactId>
|
|
|
</dependency>
|
|
|
<dependency>
|
|
|
<groupId>org.postgresql</groupId>
|
|
@@ -202,9 +202,9 @@
|
|
|
</dependencies>
|
|
|
</profile>
|
|
|
<profile>
|
|
|
- <id>eclipselink_pgsql</id>
|
|
|
+ <id>eclipselink_mysql</id>
|
|
|
<build>
|
|
|
- <finalName>teb-act-eclipselink-pgsql</finalName>
|
|
|
+ <finalName>teb-act-eclipselink-mysql</finalName>
|
|
|
</build>
|
|
|
<dependencies>
|
|
|
<dependency>
|
|
@@ -212,13 +212,9 @@
|
|
|
<artifactId>act-eclipselink</artifactId>
|
|
|
</dependency>
|
|
|
<dependency>
|
|
|
- <groupId>org.postgresql</groupId>
|
|
|
- <artifactId>postgresql</artifactId>
|
|
|
- <version>${postgres-jdbc.version}</version>
|
|
|
- </dependency>
|
|
|
- <dependency>
|
|
|
- <groupId>com.zaxxer</groupId>
|
|
|
- <artifactId>HikariCP</artifactId>
|
|
|
+ <groupId>mysql</groupId>
|
|
|
+ <artifactId>mysql-connector-java</artifactId>
|
|
|
+ <version>${mysql.version}</version>
|
|
|
</dependency>
|
|
|
</dependencies>
|
|
|
</profile>
|