|
|
|
@ -24,6 +24,25 @@
@@ -24,6 +24,25 @@
|
|
|
|
|
<main.basedir>.</main.basedir> |
|
|
|
|
<bintray.package>commons</bintray.package> |
|
|
|
|
</properties> |
|
|
|
|
<dependencyManagement> |
|
|
|
|
<dependencies> |
|
|
|
|
<dependency> |
|
|
|
|
<groupId>org.springframework.cloud</groupId> |
|
|
|
|
<artifactId>spring-cloud-commons</artifactId> |
|
|
|
|
<version>1.0.2.BUILD-SNAPSHOT</version> |
|
|
|
|
</dependency> |
|
|
|
|
<dependency> |
|
|
|
|
<groupId>org.springframework.cloud</groupId> |
|
|
|
|
<artifactId>spring-cloud-context</artifactId> |
|
|
|
|
<version>1.0.2.BUILD-SNAPSHOT</version> |
|
|
|
|
</dependency> |
|
|
|
|
<dependency> |
|
|
|
|
<groupId>org.springframework.cloud</groupId> |
|
|
|
|
<artifactId>spring-cloud-starter</artifactId> |
|
|
|
|
<version>1.0.3.BUILD-SNAPSHOT</version> |
|
|
|
|
</dependency> |
|
|
|
|
</dependencies> |
|
|
|
|
</dependencyManagement> |
|
|
|
|
<build> |
|
|
|
|
<plugins> |
|
|
|
|
<plugin> |
|
|
|
|