Loading pom.xml +9 −53 Original line number Diff line number Diff line <?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" <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"> <parent> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-starter-parent</artifactId> <version>2.0.0.RELEASE</version> <groupId>es.redmic</groupId> <artifactId>server-parent</artifactId> <version>0.1.0</version> <relativePath /> </parent> Loading @@ -18,12 +19,6 @@ <description>MediaStorage utils and management</description> <properties> <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> <project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding> <maven.compiler.source>1.8</maven.compiler.source> <maven.compiler.target>1.8</maven.compiler.target> <java.version>1.8</java.version> <!-- REDMIC --> <redmic.exceptions.version>0.6.0</redmic.exceptions.version> <redmic.models.version>0.6.0</redmic.models.version> Loading @@ -31,9 +26,6 @@ <!-- OTHERS --> <commons-io.version>2.6</commons-io.version> <spring-cloud-aws.version>1.2.0.RELEASE</spring-cloud-aws.version> <!-- Version plugins --> <jacoco.version>0.8.1</jacoco.version> </properties> <dependencies> Loading Loading @@ -72,18 +64,6 @@ <artifactId>commons-io</artifactId> <version>${commons-io.version}</version> </dependency> <!-- Logs --> <dependency> <groupId>org.apache.logging.log4j</groupId> <artifactId>log4j-api</artifactId> <scope>provided</scope> </dependency> <dependency> <groupId>org.apache.logging.log4j</groupId> <artifactId>log4j-core</artifactId> <scope>provided</scope> </dependency> </dependencies> <dependencyManagement> <dependencies> Loading Loading @@ -113,28 +93,4 @@ <url>http://download.osgeo.org/webdav/geotools/</url> </repository> </repositories> <build> <plugins> <plugin> <groupId>org.jacoco</groupId> <artifactId>jacoco-maven-plugin</artifactId> <version>${jacoco.version}</version> <executions> <execution> <id>pre-unit-test</id> <goals> <goal>prepare-agent</goal> </goals> </execution> <execution> <id>post-unit-test</id> <phase>test</phase> <goals> <goal>report</goal> </goals> </execution> </executions> </plugin> </plugins> </build> </project> Loading
pom.xml +9 −53 Original line number Diff line number Diff line <?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" <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"> <parent> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-starter-parent</artifactId> <version>2.0.0.RELEASE</version> <groupId>es.redmic</groupId> <artifactId>server-parent</artifactId> <version>0.1.0</version> <relativePath /> </parent> Loading @@ -18,12 +19,6 @@ <description>MediaStorage utils and management</description> <properties> <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> <project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding> <maven.compiler.source>1.8</maven.compiler.source> <maven.compiler.target>1.8</maven.compiler.target> <java.version>1.8</java.version> <!-- REDMIC --> <redmic.exceptions.version>0.6.0</redmic.exceptions.version> <redmic.models.version>0.6.0</redmic.models.version> Loading @@ -31,9 +26,6 @@ <!-- OTHERS --> <commons-io.version>2.6</commons-io.version> <spring-cloud-aws.version>1.2.0.RELEASE</spring-cloud-aws.version> <!-- Version plugins --> <jacoco.version>0.8.1</jacoco.version> </properties> <dependencies> Loading Loading @@ -72,18 +64,6 @@ <artifactId>commons-io</artifactId> <version>${commons-io.version}</version> </dependency> <!-- Logs --> <dependency> <groupId>org.apache.logging.log4j</groupId> <artifactId>log4j-api</artifactId> <scope>provided</scope> </dependency> <dependency> <groupId>org.apache.logging.log4j</groupId> <artifactId>log4j-core</artifactId> <scope>provided</scope> </dependency> </dependencies> <dependencyManagement> <dependencies> Loading Loading @@ -113,28 +93,4 @@ <url>http://download.osgeo.org/webdav/geotools/</url> </repository> </repositories> <build> <plugins> <plugin> <groupId>org.jacoco</groupId> <artifactId>jacoco-maven-plugin</artifactId> <version>${jacoco.version}</version> <executions> <execution> <id>pre-unit-test</id> <goals> <goal>prepare-agent</goal> </goals> </execution> <execution> <id>post-unit-test</id> <phase>test</phase> <goals> <goal>report</goal> </goals> </execution> </executions> </plugin> </plugins> </build> </project>