Loading pom.xml +16 −4 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> Loading Loading @@ -30,7 +31,6 @@ </properties> <dependencies> <!-- SpringBoot --> <dependency> <groupId>org.springframework.boot</groupId> Loading Loading @@ -92,6 +92,18 @@ <version>${ma.glasnost.orika.core}</version> </dependency> </dependencies> <repositories> <repository> <id>central</id> <name>libs-release</name> <url>https://artifactory.redmic.net/artifactory/libs-release</url> </repository> <repository> <id>snapshots</id> <name>libs-snapshot</name> <url>https://artifactory.redmic.net/artifactory/libs-snapshot</url> </repository> </repositories> <build> <plugins> <plugin> Loading Loading
pom.xml +16 −4 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> Loading Loading @@ -30,7 +31,6 @@ </properties> <dependencies> <!-- SpringBoot --> <dependency> <groupId>org.springframework.boot</groupId> Loading Loading @@ -92,6 +92,18 @@ <version>${ma.glasnost.orika.core}</version> </dependency> </dependencies> <repositories> <repository> <id>central</id> <name>libs-release</name> <url>https://artifactory.redmic.net/artifactory/libs-release</url> </repository> <repository> <id>snapshots</id> <name>libs-snapshot</name> <url>https://artifactory.redmic.net/artifactory/libs-snapshot</url> </repository> </repositories> <build> <plugins> <plugin> Loading