Skip to content
Snippets Groups Projects
Commit 69738f74 authored by Lukas Malte Monnerjahn's avatar Lukas Malte Monnerjahn
Browse files

OZG-7377 Add intelliform-sematik as a depecdency in xta-adapter

parent 3c92f888
No related branches found
No related tags found
1 merge request!4OZG-7377 Entferne AFM / IntelliForm aus dem eingang-manager Repo
...@@ -37,6 +37,7 @@ ...@@ -37,6 +37,7 @@
<properties> <properties>
<spring-boot.build-image.imageName>docker.ozg-sh.de/xta-adapter:build-latest</spring-boot.build-image.imageName> <spring-boot.build-image.imageName>docker.ozg-sh.de/xta-adapter:build-latest</spring-boot.build-image.imageName>
<intelliform-semantik.version>2.15.3</intelliform-semantik.version>
</properties> </properties>
<dependencies> <dependencies>
...@@ -67,6 +68,11 @@ ...@@ -67,6 +68,11 @@
<groupId>de.ozgcloud.eingang</groupId> <groupId>de.ozgcloud.eingang</groupId>
<artifactId>semantik-adapter</artifactId> <artifactId>semantik-adapter</artifactId>
</dependency> </dependency>
<dependency>
<groupId>de.ozgcloud.eingang</groupId>
<artifactId>intelliform-semantik</artifactId>
<version>${intelliform-semantik.version}</version>
</dependency>
<dependency> <dependency>
<groupId>de.ozgcloud.eingang</groupId> <groupId>de.ozgcloud.eingang</groupId>
<artifactId>fim-adapter</artifactId> <artifactId>fim-adapter</artifactId>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment