summaryrefslogtreecommitdiff
path: root/pom.xml
diff options
context:
space:
mode:
authorTrygve Laugstøl <trygvis@inamo.no>2021-02-03 16:08:50 +0100
committerTrygve Laugstøl <trygvis@inamo.no>2021-02-03 16:08:50 +0100
commit91abd0b04320a9c9d932df195aca38c1cacfcc5a (patch)
treeda89b773bfda2f4dea75e8536a1ac06915f23d5f /pom.xml
parent36f184d736a636c8e0418e5620e661292a8a9b93 (diff)
downloadrules-sandbox-91abd0b04320a9c9d932df195aca38c1cacfcc5a.tar.gz
rules-sandbox-91abd0b04320a9c9d932df195aca38c1cacfcc5a.tar.bz2
rules-sandbox-91abd0b04320a9c9d932df195aca38c1cacfcc5a.tar.xz
rules-sandbox-91abd0b04320a9c9d932df195aca38c1cacfcc5a.zip
Moving TemplateEngine to shared API.
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml2
1 files changed, 2 insertions, 0 deletions
diff --git a/pom.xml b/pom.xml
index ab5682c..2f062f1 100644
--- a/pom.xml
+++ b/pom.xml
@@ -80,6 +80,7 @@
<module>module/acme</module>
<module>module/acme-planner</module>
<module>module/ri-engine</module>
+ <module>module/ri-module-api</module>
</modules>
</profile>
<profile>
@@ -89,6 +90,7 @@
</activation>
<modules>
<module>module/ri-base</module>
+ <module>module/ri-module-api</module>
<module>module/ri-module-parent</module>
<module>module/ri-wireguard</module>
</modules>