From da2669c3bb52c999ce0da93e7b48977f2d769be1 Mon Sep 17 00:00:00 2001 From: OZGCloud <ozgcloud@mgm-tp.com> Date: Wed, 3 Nov 2021 09:26:36 +0100 Subject: [PATCH] OZG-1598 add common module --- common/pom.xml | 12 ++++++++++++ pom.xml | 1 + 2 files changed, 13 insertions(+) create mode 100644 common/pom.xml diff --git a/common/pom.xml b/common/pom.xml new file mode 100644 index 000000000..3c6ebf727 --- /dev/null +++ b/common/pom.xml @@ -0,0 +1,12 @@ +<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 https://maven.apache.org/xsd/maven-4.0.0.xsd"> + <modelVersion>4.0.0</modelVersion> + <parent> + <groupId>de.itvsh.kop.eingangsadapter</groupId> + <artifactId>parent</artifactId> + <version>0.13.0-SNAPSHOT</version> + </parent> + <artifactId>common</artifactId> + <name>Eingangs Adapter - Common</name> +</project> \ No newline at end of file diff --git a/pom.xml b/pom.xml index 341976e62..9885ccc50 100644 --- a/pom.xml +++ b/pom.xml @@ -19,6 +19,7 @@ <modules> <module>intelliform-adapter</module> + <module>common</module> </modules> <properties> -- GitLab