Basic implementation of files API that allows other apps filesystem access
This commit is contained in:
8
pom.xml
8
pom.xml
@@ -17,6 +17,7 @@
|
||||
|
||||
<modules>
|
||||
<module>files</module>
|
||||
<module>files-api</module>
|
||||
<module>web-container</module>
|
||||
<module>web-container-registry</module>
|
||||
<module>notes</module>
|
||||
@@ -63,6 +64,11 @@
|
||||
<artifactId>files</artifactId>
|
||||
<version>${project.version}</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>de.77zzcx7.nbs-cloud</groupId>
|
||||
<artifactId>files-api</artifactId>
|
||||
<version>${project.version}</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>de.77zzcx7.nbs-cloud</groupId>
|
||||
<artifactId>web-container-registry</artifactId>
|
||||
@@ -199,4 +205,4 @@
|
||||
</plugin>
|
||||
</plugins>
|
||||
</build>
|
||||
</project>
|
||||
</project>
|
||||
|
||||
Reference in New Issue
Block a user