BAEL-8844 Get rid of all warnings in build start due to incorrect pom configurations

- Removed prerequisites tag from jee-7, jhipster-monolithic, spring-swagger-codegen-api-client
- Fixed other issues causing warnings
This commit is contained in:
Dhawal Kapil
2018-09-03 23:32:35 +05:30
parent 550952c995
commit 9ab54cb4ab
6 changed files with 16 additions and 28 deletions

View File

@@ -2,11 +2,9 @@
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
<modelVersion>4.0.0</modelVersion>
<groupId>com.baeldung</groupId>
<artifactId>spring-swagger-codegen-api-client</artifactId>
<packaging>jar</packaging>
<name>spring-swagger-codegen-api-client</name>
<version>0.0.1-SNAPSHOT</version>
<url>https://github.com/swagger-api/swagger-codegen</url>
<description>Swagger Java</description>
<scm>
@@ -14,9 +12,7 @@
<developerConnection>scm:git:git@github.com:swagger-api/swagger-codegen.git</developerConnection>
<url>https://github.com/swagger-api/swagger-codegen</url>
</scm>
<prerequisites>
<maven>2.2.0</maven>
</prerequisites>
<licenses>
<license>
<name>Unlicense</name>