bug5440: adjusted pom.xml for ingestion project for parent project and local project name

This commit is contained in:
Axel Uhl
2021-01-01 01:48:26 +01:00
parent f19964343e
commit f76d29dd0f
+8 -14
View File
@@ -3,11 +3,13 @@
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>
<groupId>com.amazonaws.lambda</groupId>
<artifactId>demo</artifactId>
<version>1.0.0</version>
<parent>
<artifactId>root</artifactId>
<groupId>com.sap.sailing</groupId>
<version>1.0.0-SNAPSHOT</version>
</parent>
<artifactId>com.sap.sailing.ingestion</artifactId>
<packaging>jar</packaging>
<build>
<plugins>
<plugin>
@@ -24,15 +26,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-shade-plugin</artifactId>
<version>3.0.0</version>
<executions>
<execution>
<phase>package</phase>
<goals>
<goal>shade</goal>
</goals>
</execution>
</executions>
<version>3.2.2</version>
</plugin>
</plugins>
</build>
@@ -42,7 +36,7 @@
<dependency>
<groupId>software.amazon.awssdk</groupId>
<artifactId>bom</artifactId>
<version>2.15.33</version>
<version>2.15.57</version>
<type>pom</type>
<scope>import</scope>
</dependency>