Skip to content

Commit 213dfc4

Browse files
committed
POM Cleanup
1 parent b359eaa commit 213dfc4

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

pom.xml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,8 +78,12 @@
7878
<artifactId>commons-lang</artifactId>
7979
<version>2.6</version>
8080
</dependency>
81+
<dependency>
82+
<groupId>com.h2database</groupId>
83+
<artifactId>h2</artifactId>
84+
<version>1.3.156</version>
85+
</dependency>
8186

82-
8387
<dependency>
8488
<groupId>org.vaadin.ui</groupId>
8589
<artifactId>numberfield</artifactId>

0 commit comments

Comments
 (0)