Skip to content

Commit

Permalink
Adding module store. See #5
Browse files Browse the repository at this point in the history
  • Loading branch information
enridaga committed Feb 21, 2021
1 parent a922926 commit 5aefd37
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 0 deletions.
1 change: 1 addition & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@
<module>server</module>
<module>sparql</module>
<module>rest</module>
<module>store</module>
</modules>
<profiles>
<profile>
Expand Down
20 changes: 20 additions & 0 deletions store/pom.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
<?xml version="1.0" encoding="UTF-8"?>
<project xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<parent>
<artifactId>parent</artifactId>
<groupId>io.github.basilapi</groupId>
<version>0.8.0-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>

<artifactId>store</artifactId>
<packaging>jar</packaging>

<name>BASIL :: Store</name>

<description></description>


</project>

0 comments on commit 5aefd37

Please sign in to comment.