Loading pom.xml +5 −51 Original line number Diff line number Diff line Loading @@ -2,9 +2,9 @@ <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.1.0.RELEASE</version> <groupId>es.redmic</groupId> <artifactId>server-parent</artifactId> <version>0.3.0</version> <relativePath /> </parent> Loading @@ -12,17 +12,10 @@ <groupId>es.redmic.time-series</groupId> <artifactId>time-series</artifactId> <packaging>pom</packaging> <version>0.2.1-feature-updateCI</version> <version>0.2.1-feature-applyLicense</version> <name>Time series</name> <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> <!-- Versions of the REDMIC library used in the children --> <redmic.broker-lib.version>0.8.0</redmic.broker-lib.version> <!-- Añadir versión de la librería de la unidad funcional --> Loading @@ -37,30 +30,16 @@ <ma.glasnost.orika.core.version>1.5.2</ma.glasnost.orika.core.version> <!-- Plugins --> <jacoco.version>0.8.1</jacoco.version> <asciidoctor.maven.plugin.version>1.5.6</asciidoctor.maven.plugin.version> </properties> <dependencies> <dependency> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-devtools</artifactId> <scope>runtime</scope> </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> <!-- Test --> <dependency> <groupId>org.springframework.boot</groupId> Loading Loading @@ -96,31 +75,6 @@ <url>https://packages.confluent.io/maven/</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> <modules> <module>time-series-commands</module> <module>time-series-view</module> Loading time-series-commands/pom.xml +1 −1 Original line number Diff line number Diff line Loading @@ -5,7 +5,7 @@ <parent> <groupId>es.redmic.time-series</groupId> <artifactId>time-series</artifactId> <version>0.2.1-feature-updateCI</version> <version>0.2.1-feature-applyLicense</version> </parent> <modelVersion>4.0.0</modelVersion> Loading time-series-lib/pom.xml +1 −1 Original line number Diff line number Diff line Loading @@ -4,7 +4,7 @@ <parent> <groupId>es.redmic.time-series</groupId> <artifactId>time-series</artifactId> <version>0.2.1-feature-updateCI</version> <version>0.2.1-feature-applyLicense</version> </parent> <modelVersion>4.0.0</modelVersion> Loading time-series-view/pom.xml +1 −1 Original line number Diff line number Diff line Loading @@ -5,7 +5,7 @@ <parent> <groupId>es.redmic.time-series</groupId> <artifactId>time-series</artifactId> <version>0.2.1-feature-updateCI</version> <version>0.2.1-feature-applyLicense</version> </parent> <modelVersion>4.0.0</modelVersion> Loading Loading
pom.xml +5 −51 Original line number Diff line number Diff line Loading @@ -2,9 +2,9 @@ <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.1.0.RELEASE</version> <groupId>es.redmic</groupId> <artifactId>server-parent</artifactId> <version>0.3.0</version> <relativePath /> </parent> Loading @@ -12,17 +12,10 @@ <groupId>es.redmic.time-series</groupId> <artifactId>time-series</artifactId> <packaging>pom</packaging> <version>0.2.1-feature-updateCI</version> <version>0.2.1-feature-applyLicense</version> <name>Time series</name> <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> <!-- Versions of the REDMIC library used in the children --> <redmic.broker-lib.version>0.8.0</redmic.broker-lib.version> <!-- Añadir versión de la librería de la unidad funcional --> Loading @@ -37,30 +30,16 @@ <ma.glasnost.orika.core.version>1.5.2</ma.glasnost.orika.core.version> <!-- Plugins --> <jacoco.version>0.8.1</jacoco.version> <asciidoctor.maven.plugin.version>1.5.6</asciidoctor.maven.plugin.version> </properties> <dependencies> <dependency> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-devtools</artifactId> <scope>runtime</scope> </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> <!-- Test --> <dependency> <groupId>org.springframework.boot</groupId> Loading Loading @@ -96,31 +75,6 @@ <url>https://packages.confluent.io/maven/</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> <modules> <module>time-series-commands</module> <module>time-series-view</module> Loading
time-series-commands/pom.xml +1 −1 Original line number Diff line number Diff line Loading @@ -5,7 +5,7 @@ <parent> <groupId>es.redmic.time-series</groupId> <artifactId>time-series</artifactId> <version>0.2.1-feature-updateCI</version> <version>0.2.1-feature-applyLicense</version> </parent> <modelVersion>4.0.0</modelVersion> Loading
time-series-lib/pom.xml +1 −1 Original line number Diff line number Diff line Loading @@ -4,7 +4,7 @@ <parent> <groupId>es.redmic.time-series</groupId> <artifactId>time-series</artifactId> <version>0.2.1-feature-updateCI</version> <version>0.2.1-feature-applyLicense</version> </parent> <modelVersion>4.0.0</modelVersion> Loading
time-series-view/pom.xml +1 −1 Original line number Diff line number Diff line Loading @@ -5,7 +5,7 @@ <parent> <groupId>es.redmic.time-series</groupId> <artifactId>time-series</artifactId> <version>0.2.1-feature-updateCI</version> <version>0.2.1-feature-applyLicense</version> </parent> <modelVersion>4.0.0</modelVersion> Loading