This commit is contained in:
parent
2a6e735fb3
commit
fe43edb943
@ -6,7 +6,7 @@
|
||||
<parent>
|
||||
<groupId>dev.struchkov.haiti</groupId>
|
||||
<artifactId>haiti-dependencies</artifactId>
|
||||
<version>2.3.2</version>
|
||||
<version>2.3.3</version>
|
||||
</parent>
|
||||
|
||||
<artifactId>haiti-exception</artifactId>
|
||||
|
@ -6,7 +6,7 @@
|
||||
<parent>
|
||||
<groupId>dev.struchkov.haiti</groupId>
|
||||
<artifactId>haiti-dependencies</artifactId>
|
||||
<version>2.3.2</version>
|
||||
<version>2.3.3</version>
|
||||
</parent>
|
||||
|
||||
<name>Haiti Utils</name>
|
||||
|
@ -1,5 +1,6 @@
|
||||
module haiti.utils {
|
||||
exports dev.struchkov.haiti.utils;
|
||||
exports dev.struchkov.haiti.utils.concurrent;
|
||||
exports dev.struchkov.haiti.utils.domain;
|
||||
|
||||
requires haiti.exception;
|
||||
|
Loading…
Reference in New Issue
Block a user