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

@ -250,7 +250,7 @@
<argument>-Xmx300m</argument> <argument>-Xmx300m</argument>
<argument>-XX:+UseParallelGC</argument> <argument>-XX:+UseParallelGC</argument>
<argument>-classpath</argument> <argument>-classpath</argument>
<classpath /> <classpath/>
<argument>com.baeldung.outofmemoryerror.OutOfMemoryGCLimitExceed</argument> <argument>com.baeldung.outofmemoryerror.OutOfMemoryGCLimitExceed</argument>
</arguments> </arguments>
</configuration> </configuration>
@ -314,7 +314,7 @@
<executable>java</executable> <executable>java</executable>
<arguments> <arguments>
<argument>-classpath</argument> <argument>-classpath</argument>
<classpath /> <classpath/>
<argument>org.openjdk.jmh.Main</argument> <argument>org.openjdk.jmh.Main</argument>
<argument>.*</argument> <argument>.*</argument>
</arguments> </arguments>

View File

@ -329,7 +329,7 @@
<argument>-Xmx300m</argument> <argument>-Xmx300m</argument>
<argument>-XX:+UseParallelGC</argument> <argument>-XX:+UseParallelGC</argument>
<argument>-classpath</argument> <argument>-classpath</argument>
<classpath /> <classpath/>
<argument>com.baeldung.outofmemoryerror.OutOfMemoryGCLimitExceed</argument> <argument>com.baeldung.outofmemoryerror.OutOfMemoryGCLimitExceed</argument>
</arguments> </arguments>
</configuration> </configuration>
@ -384,7 +384,7 @@
<executable>java</executable> <executable>java</executable>
<arguments> <arguments>
<argument>-classpath</argument> <argument>-classpath</argument>
<classpath /> <classpath/>
<argument>org.openjdk.jmh.Main</argument> <argument>org.openjdk.jmh.Main</argument>
<argument>.*</argument> <argument>.*</argument>
</arguments> </arguments>

View File

@ -365,7 +365,7 @@
<argument>-Xmx300m</argument> <argument>-Xmx300m</argument>
<argument>-XX:+UseParallelGC</argument> <argument>-XX:+UseParallelGC</argument>
<argument>-classpath</argument> <argument>-classpath</argument>
<classpath /> <classpath/>
<argument>com.baeldung.outofmemoryerror.OutOfMemoryGCLimitExceed</argument> <argument>com.baeldung.outofmemoryerror.OutOfMemoryGCLimitExceed</argument>
</arguments> </arguments>
</configuration> </configuration>
@ -430,7 +430,7 @@
<executable>java</executable> <executable>java</executable>
<arguments> <arguments>
<argument>-classpath</argument> <argument>-classpath</argument>
<classpath /> <classpath/>
<argument>org.openjdk.jmh.Main</argument> <argument>org.openjdk.jmh.Main</argument>
<argument>.*</argument> <argument>.*</argument>
</arguments> </arguments>

View File

@ -70,7 +70,7 @@
</goals> </goals>
</pluginExecutionFilter> </pluginExecutionFilter>
<action> <action>
<execute /> <execute/>
</action> </action>
</pluginExecution> </pluginExecution>
</pluginExecutions> </pluginExecutions>

View File

@ -5,7 +5,7 @@
<groupId>org.jenkins-ci.plugins</groupId> <groupId>org.jenkins-ci.plugins</groupId>
<artifactId>plugin</artifactId> <artifactId>plugin</artifactId>
<version>2.33</version> <version>2.33</version>
<relativePath /> <relativePath/>
</parent> </parent>
<artifactId>jenkins-hello-world</artifactId> <artifactId>jenkins-hello-world</artifactId>
<version>1.0-SNAPSHOT</version> <version>1.0-SNAPSHOT</version>

View File

@ -47,8 +47,8 @@
<metrics-spring.version>3.1.3</metrics-spring.version> <metrics-spring.version>3.1.3</metrics-spring.version>
<node.version>v6.10.0</node.version> <node.version>v6.10.0</node.version>
<!-- These remain empty unless the corresponding profile is active --> <!-- These remain empty unless the corresponding profile is active -->
<profile.no-liquibase /> <profile.no-liquibase/>
<profile.swagger /> <profile.swagger/>
<!-- Sonar properties --> <!-- Sonar properties -->
<project.testresult.directory>${project.build.directory}/test-results</project.testresult.directory> <project.testresult.directory>${project.build.directory}/test-results</project.testresult.directory>
<prometheus-simpleclient.version>0.0.20</prometheus-simpleclient.version> <prometheus-simpleclient.version>0.0.20</prometheus-simpleclient.version>
@ -454,7 +454,7 @@
</goals> </goals>
</pluginExecutionFilter> </pluginExecutionFilter>
<action> <action>
<ignore /> <ignore/>
</action> </action>
</pluginExecution> </pluginExecution>
</pluginExecutions> </pluginExecutions>
@ -657,9 +657,9 @@
<diffChangeLogFile>src/main/resources/config/liquibase/changelog/${maven.build.timestamp}_changelog.xml</diffChangeLogFile> <diffChangeLogFile>src/main/resources/config/liquibase/changelog/${maven.build.timestamp}_changelog.xml</diffChangeLogFile>
<driver>org.h2.Driver</driver> <driver>org.h2.Driver</driver>
<url>jdbc:h2:file:./target/h2db/db/carapp</url> <url>jdbc:h2:file:./target/h2db/db/carapp</url>
<defaultSchemaName /> <defaultSchemaName/>
<username>carapp</username> <username>carapp</username>
<password /> <password/>
<referenceUrl>hibernate:spring:com.car.app.domain?dialect=org.hibernate.dialect.H2Dialect&amp;hibernate.physical_naming_strategy=org.springframework.boot.orm.jpa.hibernate.SpringPhysicalNamingStrategy&amp;hibernate.implicit_naming_strategy=org.springframework.boot.orm.jpa.hibernate.SpringImplicitNamingStrategy</referenceUrl> <referenceUrl>hibernate:spring:com.car.app.domain?dialect=org.hibernate.dialect.H2Dialect&amp;hibernate.physical_naming_strategy=org.springframework.boot.orm.jpa.hibernate.SpringPhysicalNamingStrategy&amp;hibernate.implicit_naming_strategy=org.springframework.boot.orm.jpa.hibernate.SpringImplicitNamingStrategy</referenceUrl>
<verbose>true</verbose> <verbose>true</verbose>
<logging>debug</logging> <logging>debug</logging>
@ -708,7 +708,7 @@
<plugin> <plugin>
<groupId>org.apache.maven.plugins</groupId> <groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-war-plugin</artifactId> <artifactId>maven-war-plugin</artifactId>
<configuration /> <configuration/>
</plugin> </plugin>
</plugins> </plugins>
</build> </build>
@ -747,7 +747,7 @@
<plugin> <plugin>
<groupId>org.apache.maven.plugins</groupId> <groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-war-plugin</artifactId> <artifactId>maven-war-plugin</artifactId>
<configuration /> <configuration/>
</plugin> </plugin>
<plugin> <plugin>
<groupId>org.springframework.boot</groupId> <groupId>org.springframework.boot</groupId>

View File

@ -47,8 +47,8 @@
<metrics-spring.version>3.1.3</metrics-spring.version> <metrics-spring.version>3.1.3</metrics-spring.version>
<node.version>v6.10.0</node.version> <node.version>v6.10.0</node.version>
<!-- These remain empty unless the corresponding profile is active --> <!-- These remain empty unless the corresponding profile is active -->
<profile.no-liquibase /> <profile.no-liquibase/>
<profile.swagger /> <profile.swagger/>
<prometheus-simpleclient.version>0.0.20</prometheus-simpleclient.version> <prometheus-simpleclient.version>0.0.20</prometheus-simpleclient.version>
<!-- Sonar properties --> <!-- Sonar properties -->
<project.testresult.directory>${project.build.directory}/test-results</project.testresult.directory> <project.testresult.directory>${project.build.directory}/test-results</project.testresult.directory>

View File

@ -49,8 +49,8 @@
<metrics-spring.version>3.1.3</metrics-spring.version> <metrics-spring.version>3.1.3</metrics-spring.version>
<node.version>v6.10.0</node.version> <node.version>v6.10.0</node.version>
<!-- These remain empty unless the corresponding profile is active --> <!-- These remain empty unless the corresponding profile is active -->
<profile.no-liquibase /> <profile.no-liquibase/>
<profile.swagger /> <profile.swagger/>
<prometheus-simpleclient.version>0.0.20</prometheus-simpleclient.version> <prometheus-simpleclient.version>0.0.20</prometheus-simpleclient.version>
<!-- Sonar properties --> <!-- Sonar properties -->
<project.testresult.directory>${project.build.directory}/test-results</project.testresult.directory> <project.testresult.directory>${project.build.directory}/test-results</project.testresult.directory>

View File

@ -51,8 +51,8 @@
<node.version>v6.10.0</node.version> <node.version>v6.10.0</node.version>
<npm.version>4.3.0</npm.version> <npm.version>4.3.0</npm.version>
<!-- These remain empty unless the corresponding profile is active --> <!-- These remain empty unless the corresponding profile is active -->
<profile.no-liquibase /> <profile.no-liquibase/>
<profile.swagger /> <profile.swagger/>
<!-- Sonar properties --> <!-- Sonar properties -->
<project.testresult.directory>${project.build.directory}/test-results</project.testresult.directory> <project.testresult.directory>${project.build.directory}/test-results</project.testresult.directory>
<prometheus-simpleclient.version>0.0.20</prometheus-simpleclient.version> <prometheus-simpleclient.version>0.0.20</prometheus-simpleclient.version>
@ -63,7 +63,8 @@
<sonar.exclusions>src/main/webapp/content/**/*.*, <sonar.exclusions>src/main/webapp/content/**/*.*,
src/main/webapp/bower_components/**/*.*, src/main/webapp/bower_components/**/*.*,
src/main/webapp/i18n/*.js, target/www/**/*.*</sonar.exclusions> src/main/webapp/i18n/*.js, target/www/**/*.*
</sonar.exclusions>
<sonar.issue.ignore.multicriteria>S3437,UndocumentedApi,BoldAndItalicTagsCheck</sonar.issue.ignore.multicriteria> <sonar.issue.ignore.multicriteria>S3437,UndocumentedApi,BoldAndItalicTagsCheck</sonar.issue.ignore.multicriteria>
@ -412,7 +413,7 @@
</goals> </goals>
</pluginExecutionFilter> </pluginExecutionFilter>
<action> <action>
<ignore /> <ignore/>
</action> </action>
</pluginExecution> </pluginExecution>
<pluginExecution> <pluginExecution>
@ -426,7 +427,7 @@
</goals> </goals>
</pluginExecutionFilter> </pluginExecutionFilter>
<action> <action>
<ignore /> <ignore/>
</action> </action>
</pluginExecution> </pluginExecution>
</pluginExecutions> </pluginExecutions>
@ -533,13 +534,15 @@
<requireMavenVersion> <requireMavenVersion>
<message>You are running an older version of <message>You are running an older version of
Maven. JHipster requires at least Maven Maven. JHipster requires at least Maven
${maven.version}</message> ${maven.version}
</message>
<version>[${maven.version},)</version> <version>[${maven.version},)</version>
</requireMavenVersion> </requireMavenVersion>
<requireJavaVersion> <requireJavaVersion>
<message>You are running an older version of <message>You are running an older version of
Java. JHipster requires at least JDK Java. JHipster requires at least JDK
${java.version}</message> ${java.version}
</message>
<version>[${java.version}.0,)</version> <version>[${java.version}.0,)</version>
</requireJavaVersion> </requireJavaVersion>
</rules> </rules>
@ -659,9 +662,9 @@
<diffChangeLogFile>src/main/resources/config/liquibase/changelog/${maven.build.timestamp}_changelog.xml</diffChangeLogFile> <diffChangeLogFile>src/main/resources/config/liquibase/changelog/${maven.build.timestamp}_changelog.xml</diffChangeLogFile>
<driver>org.h2.Driver</driver> <driver>org.h2.Driver</driver>
<url>jdbc:h2:file:./target/h2db/db/baeldung</url> <url>jdbc:h2:file:./target/h2db/db/baeldung</url>
<defaultSchemaName /> <defaultSchemaName/>
<username>baeldung</username> <username>baeldung</username>
<password /> <password/>
<referenceUrl>hibernate:spring:com.baeldung.domain?dialect=org.hibernate.dialect.H2Dialect&amp;hibernate.physical_naming_strategy=org.springframework.boot.orm.jpa.hibernate.SpringPhysicalNamingStrategy&amp;hibernate.implicit_naming_strategy=org.springframework.boot.orm.jpa.hibernate.SpringImplicitNamingStrategy</referenceUrl> <referenceUrl>hibernate:spring:com.baeldung.domain?dialect=org.hibernate.dialect.H2Dialect&amp;hibernate.physical_naming_strategy=org.springframework.boot.orm.jpa.hibernate.SpringPhysicalNamingStrategy&amp;hibernate.implicit_naming_strategy=org.springframework.boot.orm.jpa.hibernate.SpringImplicitNamingStrategy</referenceUrl>
<verbose>true</verbose> <verbose>true</verbose>
<logging>debug</logging> <logging>debug</logging>

View File

@ -105,24 +105,24 @@
</goals> </goals>
<configuration> <configuration>
<tasks> <tasks>
<property name="plugin_classpath" refid="maven.plugin.classpath" /> <property name="plugin_classpath" refid="maven.plugin.classpath"/>
<taskdef name="gen-reladomo" classpath="plugin_classpath" <taskdef name="gen-reladomo" classpath="plugin_classpath"
classname="com.gs.fw.common.mithra.generator.MithraGenerator" /> classname="com.gs.fw.common.mithra.generator.MithraGenerator"/>
<gen-reladomo <gen-reladomo
xml="${project.basedir}/src/main/resources/reladomo/ReladomoClassList.xml" xml="${project.basedir}/src/main/resources/reladomo/ReladomoClassList.xml"
generateGscListMethod="true" generateGscListMethod="true"
generatedDir="${project.build.directory}/generated-sources/reladomo" generatedDir="${project.build.directory}/generated-sources/reladomo"
nonGeneratedDir="${project.basedir}/src/main/java" /> nonGeneratedDir="${project.basedir}/src/main/java"/>
<taskdef name="gen-ddl" <taskdef name="gen-ddl"
classname="com.gs.fw.common.mithra.generator.dbgenerator.MithraDbDefinitionGenerator" classname="com.gs.fw.common.mithra.generator.dbgenerator.MithraDbDefinitionGenerator"
loaderRef="reladomoGenerator"> loaderRef="reladomoGenerator">
<classpath refid="maven.plugin.classpath" /> <classpath refid="maven.plugin.classpath"/>
</taskdef> </taskdef>
<gen-ddl <gen-ddl
xml="${project.basedir}/src/main/resources/reladomo/ReladomoClassList.xml" xml="${project.basedir}/src/main/resources/reladomo/ReladomoClassList.xml"
generatedDir="${project.build.directory}/generated-db/sql" generatedDir="${project.build.directory}/generated-db/sql"
databaseType="postgres" /> databaseType="postgres"/>
</tasks> </tasks>
</configuration> </configuration>
</execution> </execution>

View File

@ -11,7 +11,7 @@
<groupId>org.springframework.boot</groupId> <groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-parent</artifactId> <artifactId>spring-boot-starter-parent</artifactId>
<version>1.5.4.RELEASE</version> <version>1.5.4.RELEASE</version>
<relativePath /> <relativePath/>
<!-- lookup parent from repository --> <!-- lookup parent from repository -->
</parent> </parent>

View File

@ -12,7 +12,7 @@
<groupId>org.springframework.boot</groupId> <groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-parent</artifactId> <artifactId>spring-boot-starter-parent</artifactId>
<version>1.5.10.RELEASE</version> <version>1.5.10.RELEASE</version>
<relativePath /> <relativePath/>
</parent> </parent>
<dependencies> <dependencies>

View File

@ -62,7 +62,7 @@
<argument>-Xmx300m</argument> <argument>-Xmx300m</argument>
<argument>-XX:+UseParallelGC</argument> <argument>-XX:+UseParallelGC</argument>
<argument>-classpath</argument> <argument>-classpath</argument>
<classpath /> <classpath/>
<argument>com.baeldung.outofmemoryerror.OutOfMemoryGCLimitExceed</argument> <argument>com.baeldung.outofmemoryerror.OutOfMemoryGCLimitExceed</argument>
</arguments> </arguments>
</configuration> </configuration>

View File

@ -11,7 +11,7 @@
<groupId>org.springframework.boot</groupId> <groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-parent</artifactId> <artifactId>spring-boot-starter-parent</artifactId>
<version>1.5.10.RELEASE</version> <version>1.5.10.RELEASE</version>
<relativePath /> <relativePath/>
</parent> </parent>
<dependencies> <dependencies>

View File

@ -13,7 +13,7 @@
<groupId>org.springframework.boot</groupId> <groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-parent</artifactId> <artifactId>spring-boot-starter-parent</artifactId>
<version>2.0.0.M7</version> <version>2.0.0.M7</version>
<relativePath /> <relativePath/>
<!-- lookup parent from repository --> <!-- lookup parent from repository -->
</parent> </parent>

View File

@ -13,7 +13,7 @@
<groupId>org.springframework.boot</groupId> <groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-parent</artifactId> <artifactId>spring-boot-starter-parent</artifactId>
<version>2.0.0.M7</version> <version>2.0.0.M7</version>
<relativePath /> <!-- lookup parent from repository --> <relativePath/> <!-- lookup parent from repository -->
</parent> </parent>
<dependencies> <dependencies>

View File

@ -14,7 +14,7 @@
<groupId>org.springframework.boot</groupId> <groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-parent</artifactId> <artifactId>spring-boot-starter-parent</artifactId>
<version>2.0.0.RELEASE</version> <version>2.0.0.RELEASE</version>
<relativePath /> <!-- lookup parent from repository --> <relativePath/> <!-- lookup parent from repository -->
</parent> </parent>
<dependencies> <dependencies>

View File

@ -12,7 +12,7 @@
<groupId>org.springframework.boot</groupId> <groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-parent</artifactId> <artifactId>spring-boot-starter-parent</artifactId>
<version>2.0.0.RELEASE</version> <version>2.0.0.RELEASE</version>
<relativePath /> <!-- lookup parent from repository --> <relativePath/> <!-- lookup parent from repository -->
</parent> </parent>
<dependencies> <dependencies>

View File

@ -14,7 +14,7 @@
<groupId>org.springframework.boot</groupId> <groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-parent</artifactId> <artifactId>spring-boot-starter-parent</artifactId>
<version>2.0.0.RELEASE</version> <version>2.0.0.RELEASE</version>
<relativePath /> <!-- lookup parent from repository --> <relativePath/> <!-- lookup parent from repository -->
</parent> </parent>
<dependencies> <dependencies>

View File

@ -13,7 +13,7 @@
<groupId>org.springframework.boot</groupId> <groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-parent</artifactId> <artifactId>spring-boot-starter-parent</artifactId>
<version>1.5.4.RELEASE</version> <version>1.5.4.RELEASE</version>
<relativePath /> <relativePath/>
</parent> </parent>
<dependencies> <dependencies>

View File

@ -13,7 +13,7 @@
<groupId>org.springframework.boot</groupId> <groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-parent</artifactId> <artifactId>spring-boot-starter-parent</artifactId>
<version>1.5.8.RELEASE</version> <version>1.5.8.RELEASE</version>
<relativePath /> <!-- lookup parent from repository --> <relativePath/> <!-- lookup parent from repository -->
</parent> </parent>
<dependencies> <dependencies>

View File

@ -77,14 +77,14 @@
<tasks> <tasks>
<exec executable="cmd" osfamily="windows" <exec executable="cmd" osfamily="windows"
dir="${project.basedir}/src/main/angular/ui"> dir="${project.basedir}/src/main/angular/ui">
<arg value="/c" /> <arg value="/c"/>
<arg value="ng" /> <arg value="ng"/>
<arg value="build" /> <arg value="build"/>
</exec> </exec>
<exec executable="/bin/sh" osfamily="mac" <exec executable="/bin/sh" osfamily="mac"
dir="${project.basedir}/src/main/angular/ui"> dir="${project.basedir}/src/main/angular/ui">
<arg value="-c" /> <arg value="-c"/>
<arg value="ng build" /> <arg value="ng build"/>
</exec> </exec>
</tasks> </tasks>
</configuration> </configuration>

View File

@ -10,7 +10,7 @@
<artifactId>spring-boot-starter-parent</artifactId> <artifactId>spring-boot-starter-parent</artifactId>
<groupId>org.springframework.boot</groupId> <groupId>org.springframework.boot</groupId>
<version>1.4.4.RELEASE</version> <version>1.4.4.RELEASE</version>
<relativePath /> <relativePath/>
</parent> </parent>
<dependencies> <dependencies>

View File

@ -22,5 +22,4 @@
<modelVersion>4.0.0</modelVersion> <modelVersion>4.0.0</modelVersion>
</project> </project>

View File

@ -14,7 +14,7 @@
<groupId>org.springframework.boot</groupId> <groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-parent</artifactId> <artifactId>spring-boot-starter-parent</artifactId>
<version>1.5.9.RELEASE</version> <version>1.5.9.RELEASE</version>
<relativePath /> <!-- lookup parent from repository --> <relativePath/> <!-- lookup parent from repository -->
</parent> </parent>
<dependencyManagement> <dependencyManagement>
@ -30,7 +30,6 @@
</dependencyManagement> </dependencyManagement>
<properties> <properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding> <project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>

View File

@ -15,7 +15,7 @@
<groupId>org.springframework.boot</groupId> <groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-parent</artifactId> <artifactId>spring-boot-starter-parent</artifactId>
<version>1.5.9.RELEASE</version> <version>1.5.9.RELEASE</version>
<relativePath /> <!-- lookup parent from repository --> <relativePath/> <!-- lookup parent from repository -->
</parent> </parent>
<properties> <properties>

View File

@ -9,7 +9,7 @@
<groupId>org.springframework.boot</groupId> <groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-parent</artifactId> <artifactId>spring-boot-starter-parent</artifactId>
<version>1.5.10.RELEASE</version> <version>1.5.10.RELEASE</version>
<relativePath /> <!-- lookup parent from repository --> <relativePath/> <!-- lookup parent from repository -->
</parent> </parent>
<properties> <properties>
@ -21,7 +21,6 @@
</properties> </properties>
<dependencies> <dependencies>
<dependency> <dependency>
<groupId>org.springframework.boot</groupId> <groupId>org.springframework.boot</groupId>

View File

@ -15,7 +15,7 @@
<groupId>org.springframework.boot</groupId> <groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-parent</artifactId> <artifactId>spring-boot-starter-parent</artifactId>
<version>1.5.10.RELEASE</version> <version>1.5.10.RELEASE</version>
<relativePath /> <!-- lookup parent from repository --> <relativePath/> <!-- lookup parent from repository -->
</parent> </parent>
<properties> <properties>

View File

@ -15,7 +15,7 @@
<groupId>org.springframework.boot</groupId> <groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-parent</artifactId> <artifactId>spring-boot-starter-parent</artifactId>
<version>2.0.0.RELEASE</version> <version>2.0.0.RELEASE</version>
<relativePath /> <!-- lookup parent from repository --> <relativePath/> <!-- lookup parent from repository -->
</parent> </parent>
<dependencies> <dependencies>

View File

@ -11,7 +11,6 @@
<packaging>pom</packaging> <packaging>pom</packaging>
<name>remoting-amqp</name> <name>remoting-amqp</name>
<modules> <modules>
<module>remoting-amqp-server</module> <module>remoting-amqp-server</module>

View File

@ -9,7 +9,7 @@
<packaging>war</packaging> <packaging>war</packaging>
<name>spring-security-mvc</name> <name>spring-security-mvc</name>
<description>Spring Security MVC </description> <description>Spring Security MVC</description>
<parent> <parent>
<artifactId>parent-boot-5</artifactId> <artifactId>parent-boot-5</artifactId>

View File

@ -15,7 +15,7 @@
<groupId>org.springframework.boot</groupId> <groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-parent</artifactId> <artifactId>spring-boot-starter-parent</artifactId>
<version>2.0.0.M7</version> <version>2.0.0.M7</version>
<relativePath /> <relativePath/>
</parent> </parent>
<dependencies> <dependencies>

View File

@ -13,7 +13,6 @@
</parent> </parent>
<dependencies> <dependencies>
<dependency> <dependency>
<groupId>org.springframework.cloud</groupId> <groupId>org.springframework.cloud</groupId>

View File

@ -105,7 +105,9 @@
<executions> <executions>
<execution> <execution>
<phase>test</phase> <phase>test</phase>
<goals><goal>execute</goal></goals> <goals>
<goal>execute</goal>
</goals>
</execution> </execution>
</executions> </executions>
</plugin> </plugin>

View File

@ -57,7 +57,7 @@
</manifestEntries> </manifestEntries>
</transformer> </transformer>
</transformers> </transformers>
<artifactSet /> <artifactSet/>
<outputFile>${project.build.directory}/${project.artifactId}-${project.version}-app.jar</outputFile> <outputFile>${project.build.directory}/${project.artifactId}-${project.version}-app.jar</outputFile>
</configuration> </configuration>
</execution> </execution>

View File

@ -283,7 +283,6 @@
<java-version>1.8</java-version> <java-version>1.8</java-version>
<!-- maven plugins --> <!-- maven plugins -->
<maven-jibx-plugin.version>1.3.1</maven-jibx-plugin.version> <maven-jibx-plugin.version>1.3.1</maven-jibx-plugin.version>