Docker Workflow hinzugefügt. Praemienfaktor hinzugefügt. Calculate überarbeitet.
Some checks failed
Productdefinitions Build & Deploy / deploy (push) Has been cancelled
Some checks failed
Productdefinitions Build & Deploy / deploy (push) Has been cancelled
This commit is contained in:
8
pom.xml
8
pom.xml
@@ -13,7 +13,7 @@
|
||||
<artifactId>productdefinitions</artifactId>
|
||||
<version>0.0.1-SNAPSHOT</version>
|
||||
|
||||
<packaging>war</packaging>
|
||||
<packaging>jar</packaging>
|
||||
<name>productdefinitions</name>
|
||||
<description>productdefinitions</description>
|
||||
|
||||
@@ -31,6 +31,12 @@
|
||||
<groupId>at.vvo.omds</groupId>
|
||||
<artifactId>OMDSServiceDefinition</artifactId>
|
||||
<version>${omds.version}</version>
|
||||
<exclusions>
|
||||
<exclusion>
|
||||
<groupId>org.springframework.boot</groupId>
|
||||
<artifactId>spring-boot-restclient</artifactId>
|
||||
</exclusion>
|
||||
</exclusions>
|
||||
</dependency>
|
||||
|
||||
<dependency>
|
||||
|
||||
Reference in New Issue
Block a user