Loading atlas-view/pom.xml +19 −4 Original line number Diff line number Diff line Loading @@ -22,6 +22,7 @@ <!-- OTROS --> <elasticsearch.version>6.5.1</elasticsearch.version> <mapstruct.version>1.3.0.Final</mapstruct.version> </properties> <dependencies> Loading Loading @@ -67,9 +68,9 @@ </dependency> <dependency> <groupId>ma.glasnost.orika</groupId> <artifactId>orika-core</artifactId> <version>${ma.glasnost.orika.core.version}</version> <groupId>org.mapstruct</groupId> <artifactId>mapstruct</artifactId> <version>${mapstruct.version}</version> </dependency> <!-- tests --> Loading Loading @@ -131,6 +132,20 @@ </execution> </executions> </plugin> <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-compiler-plugin</artifactId> <configuration> <annotationProcessorPaths> <path> <groupId>org.mapstruct</groupId> <artifactId>mapstruct-processor</artifactId> <version>${mapstruct.version}</version> </path> <!-- other annotation processors --> </annotationProcessorPaths> </configuration> </plugin> </plugins> </build> </project> pom.xml +0 −1 Original line number Diff line number Diff line Loading @@ -23,7 +23,6 @@ <redmic.atlas-lib.version>0.1.0</redmic.atlas-lib.version> <redmic.exceptions.version>0.9.0</redmic.exceptions.version> <!-- Versions of the OTHERS library used in the children --> <ma.glasnost.orika.core.version>1.5.2</ma.glasnost.orika.core.version> <kafka.version>2.0.1</kafka.version> <!-- Plugins --> Loading Loading
atlas-view/pom.xml +19 −4 Original line number Diff line number Diff line Loading @@ -22,6 +22,7 @@ <!-- OTROS --> <elasticsearch.version>6.5.1</elasticsearch.version> <mapstruct.version>1.3.0.Final</mapstruct.version> </properties> <dependencies> Loading Loading @@ -67,9 +68,9 @@ </dependency> <dependency> <groupId>ma.glasnost.orika</groupId> <artifactId>orika-core</artifactId> <version>${ma.glasnost.orika.core.version}</version> <groupId>org.mapstruct</groupId> <artifactId>mapstruct</artifactId> <version>${mapstruct.version}</version> </dependency> <!-- tests --> Loading Loading @@ -131,6 +132,20 @@ </execution> </executions> </plugin> <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-compiler-plugin</artifactId> <configuration> <annotationProcessorPaths> <path> <groupId>org.mapstruct</groupId> <artifactId>mapstruct-processor</artifactId> <version>${mapstruct.version}</version> </path> <!-- other annotation processors --> </annotationProcessorPaths> </configuration> </plugin> </plugins> </build> </project>
pom.xml +0 −1 Original line number Diff line number Diff line Loading @@ -23,7 +23,6 @@ <redmic.atlas-lib.version>0.1.0</redmic.atlas-lib.version> <redmic.exceptions.version>0.9.0</redmic.exceptions.version> <!-- Versions of the OTHERS library used in the children --> <ma.glasnost.orika.core.version>1.5.2</ma.glasnost.orika.core.version> <kafka.version>2.0.1</kafka.version> <!-- Plugins --> Loading