Maven and Spring Boot - non resolvable parent pom - repo.spring.io (Unknown host)
I am trying to build my project but I get this: Non-resolvable parent POM: Could not transfer artifact org.springframework.boot:spring-boot-starter-parent:pom:1.3.0.M3 from/to spring-snapshots ( http://repo.spring.io/snapshot ): repo.spring.io and 'parent.relativePath' points at no local POM @ line 16, column 10: Unknown host repo.spring.io -> [Help 2] Here is how I specify the parent of my pom.xml: <parent> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-starter-parent</artifactId> <version>1.3.0.M3</version> <relativePath></relativePath> </parent> The is empty so that it