|
|
|
@ -6,6 +6,44 @@
|
|
|
|
|
<artifactId>spring-boot-dependencies</artifactId>
|
|
|
|
|
<version>1.0.0.BUILD-SNAPSHOT</version>
|
|
|
|
|
<packaging>pom</packaging>
|
|
|
|
|
<name>Spring Boot Dependencies</name>
|
|
|
|
|
<description>Spring Boot Dependencies</description>
|
|
|
|
|
<url>http://projects.spring.io/spring-boot/</url>
|
|
|
|
|
<organization>
|
|
|
|
|
<name>Pivotal Software, Inc.</name>
|
|
|
|
|
<url>http://www.spring.io</url>
|
|
|
|
|
</organization>
|
|
|
|
|
<licenses>
|
|
|
|
|
<license>
|
|
|
|
|
<name>Apache License, Version 2.0</name>
|
|
|
|
|
<url>http://www.apache.org/licenses/LICENSE-2.0</url>
|
|
|
|
|
</license>
|
|
|
|
|
</licenses>
|
|
|
|
|
<scm>
|
|
|
|
|
<url>https://github.com/spring-projects/spring-boot</url>
|
|
|
|
|
</scm>
|
|
|
|
|
<developers>
|
|
|
|
|
<developer>
|
|
|
|
|
<id>pwebb</id>
|
|
|
|
|
<name>Phillip Webb</name>
|
|
|
|
|
<email>pwebb at gopivotal.com</email>
|
|
|
|
|
<organization>Pivotal Software, Inc.</organization>
|
|
|
|
|
<organizationUrl>http://www.spring.io</organizationUrl>
|
|
|
|
|
<roles>
|
|
|
|
|
<role>Project lead</role>
|
|
|
|
|
</roles>
|
|
|
|
|
</developer>
|
|
|
|
|
<developer>
|
|
|
|
|
<id>dsyer</id>
|
|
|
|
|
<name>Dave Syer</name>
|
|
|
|
|
<email>dsyer at gopivotal.com</email>
|
|
|
|
|
<organization>Pivotal Software, Inc.</organization>
|
|
|
|
|
<organizationUrl>http://www.spring.io</organizationUrl>
|
|
|
|
|
<roles>
|
|
|
|
|
<role>Project lead</role>
|
|
|
|
|
</roles>
|
|
|
|
|
</developer>
|
|
|
|
|
</developers>
|
|
|
|
|
<properties>
|
|
|
|
|
<activemq.version>5.7.0</activemq.version>
|
|
|
|
|
<aspectj.version>1.7.4</aspectj.version>
|
|
|
|
|