Loading pom.xml +5 −51 Original line number Diff line number Diff line Loading @@ -4,55 +4,29 @@ 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.1.0.RELEASE</version> <groupId>es.redmic</groupId> <artifactId>server-parent</artifactId> <version>0.3.0</version> <relativePath /> </parent> <modelVersion>4.0.0</modelVersion> <groupId>es.redmic</groupId> <artifactId>security-manager</artifactId> <packaging>jar</packaging> <version>0.6.0-feature-updateCI</version> <version>0.6.0-feature-applyLicense</version> <name>Security manager</name> <description>Microservice for security 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> <tomcat.version>8.5.28</tomcat.version> <!-- REDMIC --> <!-- OTHERS --> <!-- Plugins --> <jacoco.version>0.8.1</jacoco.version> </properties> <dependencies> <!-- Spring, Depende del microservicio. Se podría cambiar por REST, Socket... --> <dependency> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-starter-web</artifactId> </dependency> <!-- Logs --> <dependency> <groupId>org.apache.logging.log4j</groupId> <artifactId>log4j-api</artifactId> </dependency> <dependency> <groupId>org.apache.logging.log4j</groupId> <artifactId>log4j-core</artifactId> </dependency> </dependencies> <repositories> <repository> Loading @@ -77,26 +51,6 @@ <outputDirectory>dist</outputDirectory> </configuration> </plugin> <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 +5 −51 Original line number Diff line number Diff line Loading @@ -4,55 +4,29 @@ 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.1.0.RELEASE</version> <groupId>es.redmic</groupId> <artifactId>server-parent</artifactId> <version>0.3.0</version> <relativePath /> </parent> <modelVersion>4.0.0</modelVersion> <groupId>es.redmic</groupId> <artifactId>security-manager</artifactId> <packaging>jar</packaging> <version>0.6.0-feature-updateCI</version> <version>0.6.0-feature-applyLicense</version> <name>Security manager</name> <description>Microservice for security 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> <tomcat.version>8.5.28</tomcat.version> <!-- REDMIC --> <!-- OTHERS --> <!-- Plugins --> <jacoco.version>0.8.1</jacoco.version> </properties> <dependencies> <!-- Spring, Depende del microservicio. Se podría cambiar por REST, Socket... --> <dependency> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-starter-web</artifactId> </dependency> <!-- Logs --> <dependency> <groupId>org.apache.logging.log4j</groupId> <artifactId>log4j-api</artifactId> </dependency> <dependency> <groupId>org.apache.logging.log4j</groupId> <artifactId>log4j-core</artifactId> </dependency> </dependencies> <repositories> <repository> Loading @@ -77,26 +51,6 @@ <outputDirectory>dist</outputDirectory> </configuration> </plugin> <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>