|
@@ -22,7 +22,7 @@
|
|
|
<groupId>com.techempower</groupId>
|
|
|
<artifactId>actframework</artifactId>
|
|
|
<packaging>jar</packaging>
|
|
|
- <version>1.8.8.4</version>
|
|
|
+ <version>1.8.8b</version>
|
|
|
|
|
|
<name>TEB ActFramework Project</name>
|
|
|
<description>TEB benchmark project with ActFramework</description>
|
|
@@ -113,10 +113,6 @@
|
|
|
<artifactId>mysql-connector-java</artifactId>
|
|
|
<version>${mysql.version}</version>
|
|
|
</dependency>
|
|
|
- <dependency>
|
|
|
- <groupId>com.alibaba</groupId>
|
|
|
- <artifactId>druid</artifactId>
|
|
|
- </dependency>
|
|
|
</dependencies>
|
|
|
</profile>
|
|
|
<profile>
|
|
@@ -176,10 +172,6 @@
|
|
|
<artifactId>postgresql</artifactId>
|
|
|
<version>${postgres-jdbc.version}</version>
|
|
|
</dependency>
|
|
|
- <dependency>
|
|
|
- <groupId>com.alibaba</groupId>
|
|
|
- <artifactId>druid</artifactId>
|
|
|
- </dependency>
|
|
|
</dependencies>
|
|
|
</profile>
|
|
|
<profile>
|