<?xml version="1.0"?> <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"> <modelVersion>4.0.0</modelVersion> <artifactId>spring-boot-admin-starter-server</artifactId> <name>Spring Boot Admin Server Starter</name> <description>Spring Boot Admin Server Starter</description> <parent> <groupId>de.codecentric</groupId> <artifactId>spring-boot-admin-build</artifactId> <version>${revision}</version> <relativePath>../spring-boot-admin-build</relativePath> </parent> <dependencies> <dependency> <groupId>de.codecentric</groupId> <artifactId>spring-boot-admin-server</artifactId> </dependency> <dependency> <groupId>de.codecentric</groupId> <artifactId>spring-boot-admin-server-ui</artifactId> </dependency> </dependencies> </project>