Bael 5249 cleanup (#4108)

* Added parent module on poms that have no parent defined

* Removed dependency reduced pom from undertow module

* [BAEL-5249] - 21.02 - pom cleanup - formatted pom.xml
This commit is contained in:
amit2103
2018-04-26 18:07:47 +05:30
committed by Grzegorz Piwowarek
parent 3998fff6a5
commit f2128ad054
417 changed files with 18107 additions and 18108 deletions

View File

@@ -1,9 +1,9 @@
<?xml version="1.0" encoding="UTF-8"?>
<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 http://maven.apache.org/xsd/maven-4.0.0.xsd">
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>
<artifactId>spring-state-machine</artifactId>
<parent>
<artifactId>parent-modules</artifactId>
<groupId>com.baeldung</groupId>
@@ -28,11 +28,11 @@
<scope>test</scope>
</dependency>
</dependencies>
<properties>
<properties>
<spring-statemachine-core.version>1.2.3.RELEASE</spring-statemachine-core.version>
<spring-test.version>4.3.7.RELEASE</spring-test.version>
<jayway.awaitility.version>1.7.0</jayway.awaitility.version>
<spring-test.version>4.3.7.RELEASE</spring-test.version>
<jayway.awaitility.version>1.7.0</jayway.awaitility.version>
</properties>
</project>