Add common module dependency

This commit is contained in:
Roman Zhuravlev 2023-07-24 02:19:32 +05:00
parent 58d0d987fe
commit ba8494dfba

View file

@ -10,6 +10,12 @@
<artifactId>db</artifactId>
<dependencies>
<dependency>
<groupId>${project.groupId}</groupId>
<artifactId>common</artifactId>
<version>${project.version}</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>com.h2database</groupId>
<artifactId>h2</artifactId>