summaryrefslogtreecommitdiff
path: root/module/ri-module-api/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 /module/ri-module-api/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 'module/ri-module-api/pom.xml')
-rw-r--r--module/ri-module-api/pom.xml16
1 files changed, 16 insertions, 0 deletions
diff --git a/module/ri-module-api/pom.xml b/module/ri-module-api/pom.xml
new file mode 100644
index 0000000..118b5ba
--- /dev/null
+++ b/module/ri-module-api/pom.xml
@@ -0,0 +1,16 @@
+<?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">
+ <modelVersion>4.0.0</modelVersion>
+
+ <parent>
+ <groupId>io.trygvis.rules-sandbox.module</groupId>
+ <artifactId>ri-module-parent</artifactId>
+ <version>1.0-SNAPSHOT</version>
+ <relativePath>../ri-module-parent/pom.xml</relativePath>
+ </parent>
+
+ <artifactId>ri-module-api</artifactId>
+
+</project>