|
|
@ -1,5 +1,5 @@
|
|
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
|
|
<?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" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
|
|
|
|
<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 https://maven.apache.org/xsd/maven-4.0.0.xsd">
|
|
|
|
<modelVersion>4.0.0</modelVersion>
|
|
|
|
<modelVersion>4.0.0</modelVersion>
|
|
|
|
<parent>
|
|
|
|
<parent>
|
|
|
|
<groupId>org.springframework.boot</groupId>
|
|
|
|
<groupId>org.springframework.boot</groupId>
|
|
|
@ -11,10 +11,10 @@
|
|
|
|
<packaging>pom</packaging>
|
|
|
|
<packaging>pom</packaging>
|
|
|
|
<name>Spring Boot Parent</name>
|
|
|
|
<name>Spring Boot Parent</name>
|
|
|
|
<description>Spring Boot Parent</description>
|
|
|
|
<description>Spring Boot Parent</description>
|
|
|
|
<url>http://projects.spring.io/spring-boot/</url>
|
|
|
|
<url>https://projects.spring.io/spring-boot/</url>
|
|
|
|
<organization>
|
|
|
|
<organization>
|
|
|
|
<name>Pivotal Software, Inc.</name>
|
|
|
|
<name>Pivotal Software, Inc.</name>
|
|
|
|
<url>http://www.spring.io</url>
|
|
|
|
<url>https://www.spring.io</url>
|
|
|
|
</organization>
|
|
|
|
</organization>
|
|
|
|
<properties>
|
|
|
|
<properties>
|
|
|
|
<main.basedir>..</main.basedir>
|
|
|
|
<main.basedir>..</main.basedir>
|
|
|
@ -26,7 +26,7 @@
|
|
|
|
<maven.version>3.1.1</maven.version>
|
|
|
|
<maven.version>3.1.1</maven.version>
|
|
|
|
</properties>
|
|
|
|
</properties>
|
|
|
|
<scm>
|
|
|
|
<scm>
|
|
|
|
<url>http://github.com/spring-projects/spring-boot</url>
|
|
|
|
<url>https://github.com/spring-projects/spring-boot</url>
|
|
|
|
<connection>scm:git:git://github.com/spring-projects/spring-boot.git</connection>
|
|
|
|
<connection>scm:git:git://github.com/spring-projects/spring-boot.git</connection>
|
|
|
|
<developerConnection>scm:git:ssh://git@github.com/spring-projects/spring-boot.git</developerConnection>
|
|
|
|
<developerConnection>scm:git:ssh://git@github.com/spring-projects/spring-boot.git</developerConnection>
|
|
|
|
</scm>
|
|
|
|
</scm>
|
|
|
@ -609,7 +609,7 @@
|
|
|
|
<repositories>
|
|
|
|
<repositories>
|
|
|
|
<repository>
|
|
|
|
<repository>
|
|
|
|
<id>spring-ext</id>
|
|
|
|
<id>spring-ext</id>
|
|
|
|
<url>http://repo.spring.io/ext-release-local/</url>
|
|
|
|
<url>https://repo.spring.io/ext-release-local/</url>
|
|
|
|
<releases>
|
|
|
|
<releases>
|
|
|
|
<enabled>true</enabled>
|
|
|
|
<enabled>true</enabled>
|
|
|
|
</releases>
|
|
|
|
</releases>
|
|
|
@ -620,7 +620,7 @@
|
|
|
|
<repository>
|
|
|
|
<repository>
|
|
|
|
<id>spring-milestones</id>
|
|
|
|
<id>spring-milestones</id>
|
|
|
|
<name>Spring Milestones</name>
|
|
|
|
<name>Spring Milestones</name>
|
|
|
|
<url>http://repo.spring.io/milestone</url>
|
|
|
|
<url>https://repo.spring.io/milestone</url>
|
|
|
|
<snapshots>
|
|
|
|
<snapshots>
|
|
|
|
<enabled>false</enabled>
|
|
|
|
<enabled>false</enabled>
|
|
|
|
</snapshots>
|
|
|
|
</snapshots>
|
|
|
@ -628,7 +628,7 @@
|
|
|
|
<repository>
|
|
|
|
<repository>
|
|
|
|
<id>spring-snapshots</id>
|
|
|
|
<id>spring-snapshots</id>
|
|
|
|
<name>Spring Snapshots</name>
|
|
|
|
<name>Spring Snapshots</name>
|
|
|
|
<url>http://repo.spring.io/snapshot</url>
|
|
|
|
<url>https://repo.spring.io/snapshot</url>
|
|
|
|
<snapshots>
|
|
|
|
<snapshots>
|
|
|
|
<enabled>true</enabled>
|
|
|
|
<enabled>true</enabled>
|
|
|
|
</snapshots>
|
|
|
|
</snapshots>
|
|
|
@ -638,7 +638,7 @@
|
|
|
|
<pluginRepository>
|
|
|
|
<pluginRepository>
|
|
|
|
<id>spring-milestones</id>
|
|
|
|
<id>spring-milestones</id>
|
|
|
|
<name>Spring Milestones</name>
|
|
|
|
<name>Spring Milestones</name>
|
|
|
|
<url>http://repo.spring.io/milestone</url>
|
|
|
|
<url>https://repo.spring.io/milestone</url>
|
|
|
|
<snapshots>
|
|
|
|
<snapshots>
|
|
|
|
<enabled>false</enabled>
|
|
|
|
<enabled>false</enabled>
|
|
|
|
</snapshots>
|
|
|
|
</snapshots>
|
|
|
@ -646,7 +646,7 @@
|
|
|
|
<pluginRepository>
|
|
|
|
<pluginRepository>
|
|
|
|
<id>spring-snapshots</id>
|
|
|
|
<id>spring-snapshots</id>
|
|
|
|
<name>Spring Snapshots</name>
|
|
|
|
<name>Spring Snapshots</name>
|
|
|
|
<url>http://repo.spring.io/snapshot</url>
|
|
|
|
<url>https://repo.spring.io/snapshot</url>
|
|
|
|
<snapshots>
|
|
|
|
<snapshots>
|
|
|
|
<enabled>true</enabled>
|
|
|
|
<enabled>true</enabled>
|
|
|
|
</snapshots>
|
|
|
|
</snapshots>
|
|
|
@ -666,7 +666,7 @@
|
|
|
|
<repositories>
|
|
|
|
<repositories>
|
|
|
|
<repository>
|
|
|
|
<repository>
|
|
|
|
<id>spring-ext</id>
|
|
|
|
<id>spring-ext</id>
|
|
|
|
<url>http://repo.spring.io/ext-release-local/</url>
|
|
|
|
<url>https://repo.spring.io/ext-release-local/</url>
|
|
|
|
<releases>
|
|
|
|
<releases>
|
|
|
|
<enabled>true</enabled>
|
|
|
|
<enabled>true</enabled>
|
|
|
|
</releases>
|
|
|
|
</releases>
|
|
|
@ -677,7 +677,7 @@
|
|
|
|
<repository>
|
|
|
|
<repository>
|
|
|
|
<id>spring-milestones</id>
|
|
|
|
<id>spring-milestones</id>
|
|
|
|
<name>Spring Milestones</name>
|
|
|
|
<name>Spring Milestones</name>
|
|
|
|
<url>http://repo.spring.io/milestone</url>
|
|
|
|
<url>https://repo.spring.io/milestone</url>
|
|
|
|
<snapshots>
|
|
|
|
<snapshots>
|
|
|
|
<enabled>false</enabled>
|
|
|
|
<enabled>false</enabled>
|
|
|
|
</snapshots>
|
|
|
|
</snapshots>
|
|
|
@ -685,7 +685,7 @@
|
|
|
|
<repository>
|
|
|
|
<repository>
|
|
|
|
<id>spring-snapshots</id>
|
|
|
|
<id>spring-snapshots</id>
|
|
|
|
<name>Spring Snapshots</name>
|
|
|
|
<name>Spring Snapshots</name>
|
|
|
|
<url>http://repo.spring.io/snapshot</url>
|
|
|
|
<url>https://repo.spring.io/snapshot</url>
|
|
|
|
<snapshots>
|
|
|
|
<snapshots>
|
|
|
|
<enabled>true</enabled>
|
|
|
|
<enabled>true</enabled>
|
|
|
|
</snapshots>
|
|
|
|
</snapshots>
|
|
|
@ -695,7 +695,7 @@
|
|
|
|
<pluginRepository>
|
|
|
|
<pluginRepository>
|
|
|
|
<id>spring-milestones</id>
|
|
|
|
<id>spring-milestones</id>
|
|
|
|
<name>Spring Milestones</name>
|
|
|
|
<name>Spring Milestones</name>
|
|
|
|
<url>http://repo.spring.io/milestone</url>
|
|
|
|
<url>https://repo.spring.io/milestone</url>
|
|
|
|
<snapshots>
|
|
|
|
<snapshots>
|
|
|
|
<enabled>false</enabled>
|
|
|
|
<enabled>false</enabled>
|
|
|
|
</snapshots>
|
|
|
|
</snapshots>
|
|
|
@ -703,7 +703,7 @@
|
|
|
|
<pluginRepository>
|
|
|
|
<pluginRepository>
|
|
|
|
<id>spring-snapshots</id>
|
|
|
|
<id>spring-snapshots</id>
|
|
|
|
<name>Spring Snapshots</name>
|
|
|
|
<name>Spring Snapshots</name>
|
|
|
|
<url>http://repo.spring.io/snapshot</url>
|
|
|
|
<url>https://repo.spring.io/snapshot</url>
|
|
|
|
<snapshots>
|
|
|
|
<snapshots>
|
|
|
|
<enabled>true</enabled>
|
|
|
|
<enabled>true</enabled>
|
|
|
|
</snapshots>
|
|
|
|
</snapshots>
|
|
|
@ -736,7 +736,7 @@
|
|
|
|
<repositories>
|
|
|
|
<repositories>
|
|
|
|
<repository>
|
|
|
|
<repository>
|
|
|
|
<id>spring-ext</id>
|
|
|
|
<id>spring-ext</id>
|
|
|
|
<url>http://repo.spring.io/ext-release-local/</url>
|
|
|
|
<url>https://repo.spring.io/ext-release-local/</url>
|
|
|
|
<releases>
|
|
|
|
<releases>
|
|
|
|
<enabled>true</enabled>
|
|
|
|
<enabled>true</enabled>
|
|
|
|
</releases>
|
|
|
|
</releases>
|
|
|
@ -747,7 +747,7 @@
|
|
|
|
<repository>
|
|
|
|
<repository>
|
|
|
|
<id>spring-milestones</id>
|
|
|
|
<id>spring-milestones</id>
|
|
|
|
<name>Spring Milestones</name>
|
|
|
|
<name>Spring Milestones</name>
|
|
|
|
<url>http://repo.spring.io/milestone</url>
|
|
|
|
<url>https://repo.spring.io/milestone</url>
|
|
|
|
<snapshots>
|
|
|
|
<snapshots>
|
|
|
|
<enabled>false</enabled>
|
|
|
|
<enabled>false</enabled>
|
|
|
|
</snapshots>
|
|
|
|
</snapshots>
|
|
|
@ -755,7 +755,7 @@
|
|
|
|
<repository>
|
|
|
|
<repository>
|
|
|
|
<id>spring-snapshots</id>
|
|
|
|
<id>spring-snapshots</id>
|
|
|
|
<name>Spring Snapshots</name>
|
|
|
|
<name>Spring Snapshots</name>
|
|
|
|
<url>http://repo.spring.io/snapshot</url>
|
|
|
|
<url>https://repo.spring.io/snapshot</url>
|
|
|
|
<snapshots>
|
|
|
|
<snapshots>
|
|
|
|
<enabled>true</enabled>
|
|
|
|
<enabled>true</enabled>
|
|
|
|
</snapshots>
|
|
|
|
</snapshots>
|
|
|
@ -765,7 +765,7 @@
|
|
|
|
<pluginRepository>
|
|
|
|
<pluginRepository>
|
|
|
|
<id>spring-milestones</id>
|
|
|
|
<id>spring-milestones</id>
|
|
|
|
<name>Spring Milestones</name>
|
|
|
|
<name>Spring Milestones</name>
|
|
|
|
<url>http://repo.spring.io/milestone</url>
|
|
|
|
<url>https://repo.spring.io/milestone</url>
|
|
|
|
<snapshots>
|
|
|
|
<snapshots>
|
|
|
|
<enabled>false</enabled>
|
|
|
|
<enabled>false</enabled>
|
|
|
|
</snapshots>
|
|
|
|
</snapshots>
|
|
|
@ -773,7 +773,7 @@
|
|
|
|
<pluginRepository>
|
|
|
|
<pluginRepository>
|
|
|
|
<id>spring-snapshots</id>
|
|
|
|
<id>spring-snapshots</id>
|
|
|
|
<name>Spring Snapshots</name>
|
|
|
|
<name>Spring Snapshots</name>
|
|
|
|
<url>http://repo.spring.io/snapshot</url>
|
|
|
|
<url>https://repo.spring.io/snapshot</url>
|
|
|
|
<snapshots>
|
|
|
|
<snapshots>
|
|
|
|
<enabled>true</enabled>
|
|
|
|
<enabled>true</enabled>
|
|
|
|
</snapshots>
|
|
|
|
</snapshots>
|
|
|
@ -785,7 +785,7 @@
|
|
|
|
<repositories>
|
|
|
|
<repositories>
|
|
|
|
<repository>
|
|
|
|
<repository>
|
|
|
|
<id>spring-ext</id>
|
|
|
|
<id>spring-ext</id>
|
|
|
|
<url>http://repo.spring.io/ext-release-local/</url>
|
|
|
|
<url>https://repo.spring.io/ext-release-local/</url>
|
|
|
|
<releases>
|
|
|
|
<releases>
|
|
|
|
<enabled>true</enabled>
|
|
|
|
<enabled>true</enabled>
|
|
|
|
</releases>
|
|
|
|
</releases>
|
|
|
|