Add exports

This commit is contained in:
Andrea Cavalli 2023-10-24 15:49:29 +02:00
parent b788af8604
commit a7c8e894a0
2 changed files with 2 additions and 1 deletions

View File

@ -4,7 +4,7 @@
<groupId>it.cavallium</groupId>
<artifactId>filequeue</artifactId>
<name>file queue project</name>
<version>3.1.12</version>
<version>3.1.13</version>
<packaging>jar</packaging>
<description>Light weight, high performance, simple, reliable and persistent queue</description>
<modelVersion>4.0.0</modelVersion>

View File

@ -1,2 +1,3 @@
module filequeue {
exports it.cavallium.filequeue;
}