提交 89e4bf2e 编写于 作者: T Tijs Rademakers

Add H2 dependency by default

上级 23693e94
...@@ -69,6 +69,10 @@ ...@@ -69,6 +69,10 @@
<groupId>com.mchange</groupId> <groupId>com.mchange</groupId>
<artifactId>c3p0</artifactId> <artifactId>c3p0</artifactId>
</dependency> </dependency>
<dependency>
<groupId>com.h2database</groupId>
<artifactId>h2</artifactId>
</dependency>
<!-- JSON --> <!-- JSON -->
<dependency> <dependency>
......
...@@ -79,6 +79,10 @@ ...@@ -79,6 +79,10 @@
<groupId>com.mchange</groupId> <groupId>com.mchange</groupId>
<artifactId>c3p0</artifactId> <artifactId>c3p0</artifactId>
</dependency> </dependency>
<dependency>
<groupId>com.h2database</groupId>
<artifactId>h2</artifactId>
</dependency>
<!-- LOGGING --> <!-- LOGGING -->
<dependency> <dependency>
......
...@@ -118,6 +118,10 @@ ...@@ -118,6 +118,10 @@
<groupId>com.mchange</groupId> <groupId>com.mchange</groupId>
<artifactId>c3p0</artifactId> <artifactId>c3p0</artifactId>
</dependency> </dependency>
<dependency>
<groupId>com.h2database</groupId>
<artifactId>h2</artifactId>
</dependency>
<!-- LOGGING --> <!-- LOGGING -->
<dependency> <dependency>
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册