Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
S
spring-cloud-netflix
Project
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
openSource
spring-cloud-netflix
Commits
be436279
Commit
be436279
authored
Jan 14, 2015
by
Phillip Webb
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Polish POM files
parent
6e078a88
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
9 changed files
with
366 additions
and
402 deletions
+366
-402
pom.xml
docs/pom.xml
+26
-27
pom.xml
pom.xml
+0
-0
pom.xml
spring-cloud-netflix-core/pom.xml
+40
-47
pom.xml
spring-cloud-netflix-eureka-server/pom.xml
+9
-11
pom.xml
spring-cloud-netflix-hystrix-amqp/pom.xml
+76
-81
pom.xml
spring-cloud-netflix-hystrix-dashboard/pom.xml
+41
-42
pom.xml
spring-cloud-netflix-sidecar/pom.xml
+62
-71
pom.xml
spring-cloud-netflix-turbine-amqp/pom.xml
+95
-103
pom.xml
spring-cloud-netflix-turbine/pom.xml
+17
-20
No files found.
docs/pom.xml
View file @
be436279
<?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 http://maven.apache.org/xsd/maven-4.0.0.xsd"
>
<modelVersion>
4.0.0
</modelVersion>
<groupId>
org.springframework.cloud
</groupId>
<artifactId>
spring-cloud-netflix-docs
</artifactId>
<version>
1.0.0.BUILD-SNAPSHOT
</version>
<parent>
<groupId>
org.springframework.cloud
</groupId>
<artifactId>
spring-cloud-build
</artifactId>
<version>
1.0.0.BUILD-SNAPSHOT
</version>
<relativePath/>
<relativePath
/>
</parent>
<artifactId>
spring-cloud-netflix-docs
</artifactId>
<packaging>
pom
</packaging>
<name>
Spring Cloud Netflix Docs
</name>
<description>
Spring Cloud Docs
</description>
<properties>
<docs.main>
spring-cloud-netflix
</docs.main>
<docs.main>
spring-cloud-netflix
</docs.main>
<main.basedir>
${basedir}/..
</main.basedir>
</properties>
<profiles>
<profiles>
<profile>
<id>
docs
</id>
<build>
<plugins>
<plugin>
<groupId>
org.asciidoctor
</groupId>
<artifactId>
asciidoctor-maven-plugin
</artifactId>
<inherited>
false
</inherited>
</plugin>
<plugin>
<groupId>
org.apache.maven.plugins
</groupId>
<artifactId>
maven-antrun-plugin
</artifactId>
<inherited>
false
</inherited>
</plugin>
<plugin>
<groupId>
org.codehaus.mojo
</groupId>
<artifactId>
build-helper-maven-plugin
</artifactId>
<inherited>
false
</inherited>
</plugin>
</plugins>
</build>
<build>
<plugins>
<plugin>
<groupId>
org.asciidoctor
</groupId>
<artifactId>
asciidoctor-maven-plugin
</artifactId>
<inherited>
false
</inherited>
</plugin>
<plugin>
<groupId>
org.apache.maven.plugins
</groupId>
<artifactId>
maven-antrun-plugin
</artifactId>
<inherited>
false
</inherited>
</plugin>
<plugin>
<groupId>
org.codehaus.mojo
</groupId>
<artifactId>
build-helper-maven-plugin
</artifactId>
<inherited>
false
</inherited>
</plugin>
</plugins>
</build>
</profile>
</profiles>
</profiles>
</project>
pom.xml
View file @
be436279
This diff is collapsed.
Click to expand it.
spring-cloud-netflix-core/pom.xml
View file @
be436279
...
...
@@ -2,19 +2,16 @@
<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-cloud-netflix-core
</artifactId>
<packaging>
jar
</packaging>
<name>
Spring Cloud Netflix Core
</name>
<description>
Spring Cloud Netflix Core
</description>
<parent>
<groupId>
org.springframework.cloud
</groupId>
<artifactId>
spring-cloud-netflix
</artifactId>
<version>
1.0.0.BUILD-SNAPSHOT
</version>
<relativePath>
..
</relativePath>
</parent>
<artifactId>
spring-cloud-netflix-core
</artifactId>
<packaging>
jar
</packaging>
<name>
Spring Cloud Netflix Core
</name>
<description>
Spring Cloud Netflix Core
</description>
<dependencies>
<dependency>
<groupId>
org.springframework.boot
</groupId>
...
...
@@ -24,11 +21,11 @@
<groupId>
org.springframework.boot
</groupId>
<artifactId>
spring-boot-autoconfigure
</artifactId>
</dependency>
<dependency>
<groupId>
org.springframework.cloud
</groupId>
<artifactId>
spring-cloud-commons
</artifactId>
<optional>
true
</optional>
</dependency>
<dependency>
<groupId>
org.springframework.cloud
</groupId>
<artifactId>
spring-cloud-commons
</artifactId>
<optional>
true
</optional>
</dependency>
<dependency>
<groupId>
org.springframework.cloud
</groupId>
<artifactId>
spring-cloud-config-client
</artifactId>
...
...
@@ -68,10 +65,8 @@
<dependency>
<groupId>
com.netflix.feign
</groupId>
<artifactId>
feign-ribbon
</artifactId>
<optional>
true
</optional>
<optional>
true
</optional>
</dependency>
<!--<dependency> <groupId>com.netflix.feign</groupId> <artifactId>feign-slf4j</artifactId>
</dependency> -->
<dependency>
<groupId>
com.netflix.hystrix
</groupId>
<artifactId>
hystrix-core
</artifactId>
...
...
@@ -87,11 +82,11 @@
<artifactId>
hystrix-javanica
</artifactId>
<optional>
true
</optional>
</dependency>
<dependency>
<groupId>
com.netflix.ribbon
</groupId>
<artifactId>
ribbon
</artifactId>
<optional>
true
</optional>
</dependency>
<dependency>
<groupId>
com.netflix.ribbon
</groupId>
<artifactId>
ribbon
</artifactId>
<optional>
true
</optional>
</dependency>
<dependency>
<groupId>
com.netflix.ribbon
</groupId>
<artifactId>
ribbon-core
</artifactId>
...
...
@@ -102,27 +97,27 @@
<artifactId>
ribbon-eureka
</artifactId>
<optional>
true
</optional>
</dependency>
<dependency>
<groupId>
com.netflix.ribbon
</groupId>
<artifactId>
ribbon-httpclient
</artifactId>
<optional>
true
</optional>
</dependency>
<dependency>
<groupId>
com.netflix.zuul
</groupId>
<artifactId>
zuul-core
</artifactId>
<optional>
true
</optional>
<exclusions>
<exclusion>
<artifactId>
groovy-all
</artifactId>
<groupId>
org.codehaus.groovy
</groupId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>
com.netflix.rxjava
</groupId>
<artifactId>
rxjava-core
</artifactId>
<optional>
true
</optional>
</dependency>
<dependency>
<groupId>
com.netflix.ribbon
</groupId>
<artifactId>
ribbon-httpclient
</artifactId>
<optional>
true
</optional>
</dependency>
<dependency>
<groupId>
com.netflix.zuul
</groupId>
<artifactId>
zuul-core
</artifactId>
<optional>
true
</optional>
<exclusions>
<exclusion>
<artifactId>
groovy-all
</artifactId>
<groupId>
org.codehaus.groovy
</groupId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>
com.netflix.rxjava
</groupId>
<artifactId>
rxjava-core
</artifactId>
<optional>
true
</optional>
</dependency>
<dependency>
<groupId>
org.projectlombok
</groupId>
<artifactId>
lombok
</artifactId>
...
...
@@ -139,11 +134,9 @@
<groupId>
javax.inject
</groupId>
<artifactId>
javax.inject
</artifactId>
</dependency>
<dependency>
<groupId>
com.google.guava
</groupId>
<artifactId>
guava
</artifactId>
</dependency>
<dependency>
<groupId>
com.google.guava
</groupId>
<artifactId>
guava
</artifactId>
</dependency>
</dependencies>
</project>
spring-cloud-netflix-eureka-server/pom.xml
View file @
be436279
...
...
@@ -2,21 +2,19 @@
<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-cloud-netflix-eureka-server
</artifactId>
<name>
Spring Cloud Netflix Eureka Server
</name>
<url>
http://projects.spring.io/spring-cloud/
</url>
<parent>
<groupId>
org.springframework.cloud
</groupId>
<artifactId>
spring-cloud-netflix
</artifactId>
<version>
1.0.0.BUILD-SNAPSHOT
</version>
<relativePath>
..
</relativePath>
</parent>
<artifactId>
spring-cloud-netflix-eureka-server
</artifactId>
<name>
Spring Cloud Netflix Eureka Server
</name>
<url>
http://projects.spring.io/spring-cloud/
</url>
<properties>
<spring-cloud.version>
1.0.0.BUILD-SNAPSHOT
</spring-cloud.version>
<wro4j.version>
1.7.6
</wro4j.version>
</properties>
<dependencies>
<dependency>
<groupId>
org.springframework.boot
</groupId>
...
...
@@ -46,10 +44,10 @@
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>
org.springframework.cloud
</groupId>
<artifactId>
spring-cloud-commons
</artifactId>
</dependency>
<dependency>
<groupId>
org.springframework.cloud
</groupId>
<artifactId>
spring-cloud-commons
</artifactId>
</dependency>
<dependency>
<groupId>
org.springframework.cloud
</groupId>
<artifactId>
spring-cloud-netflix-core
</artifactId>
...
...
@@ -84,7 +82,6 @@
<scope>
test
</scope>
</dependency>
</dependencies>
<build>
<resources>
<resource>
...
...
@@ -99,7 +96,8 @@
<artifactId>
maven-resources-plugin
</artifactId>
<executions>
<execution>
<!-- Serves *only* to filter the wro.xml so it can get an absolute path for the project -->
<!-- Serves *only* to filter the wro.xml so it can get an absolute
path for the project -->
<id>
copy-resources
</id>
<phase>
validate
</phase>
<goals>
...
...
spring-cloud-netflix-hystrix-amqp/pom.xml
View file @
be436279
...
...
@@ -2,95 +2,90 @@
<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-cloud-netflix-hystrix-amqp
</artifactId>
<packaging>
jar
</packaging>
<name>
Spring Cloud Netflix Hystrix AMQP
</name>
<description>
Spring Cloud Netflix Hystrix AMQP
</description>
<parent>
<groupId>
org.springframework.cloud
</groupId>
<artifactId>
spring-cloud-netflix
</artifactId>
<version>
1.0.0.BUILD-SNAPSHOT
</version>
<relativePath>
..
</relativePath>
<!-- lookup parent from repository -->
</parent>
<artifactId>
spring-cloud-netflix-hystrix-amqp
</artifactId>
<packaging>
jar
</packaging>
<name>
Spring Cloud Netflix Hystrix AMQP
</name>
<description>
Spring Cloud Netflix Hystrix AMQP
</description>
<dependencies>
<dependency>
<groupId>
org.springframework.cloud
</groupId>
<artifactId>
spring-cloud-commons
</artifactId>
</dependency>
<dependency>
<groupId>
org.springframework.cloud
</groupId>
<artifactId>
spring-cloud-netflix-core
</artifactId>
</dependency>
<dependency>
<groupId>
org.springframework.boot
</groupId>
<artifactId>
spring-boot-starter-amqp
</artifactId>
</dependency>
<dependency>
<groupId>
org.springframework.boot
</groupId>
<artifactId>
spring-boot-starter-integration
</artifactId>
</dependency>
<dependency>
<groupId>
org.springframework.cloud
</groupId>
<artifactId>
spring-cloud-netflix-core
</artifactId>
</dependency>
<dependency>
<groupId>
org.springframework.integration
</groupId>
<artifactId>
spring-integration-amqp
</artifactId>
<optional>
true
</optional>
</dependency>
<dependency>
<groupId>
org.springframework.integration
</groupId>
<artifactId>
spring-integration-java-dsl
</artifactId>
<optional>
true
</optional>
</dependency>
<dependency>
<groupId>
com.fasterxml.jackson.core
</groupId>
<artifactId>
jackson-databind
</artifactId>
</dependency>
<dependency>
<groupId>
com.netflix.hystrix
</groupId>
<artifactId>
hystrix-core
</artifactId>
</dependency>
<dependency>
<groupId>
com.netflix.hystrix
</groupId>
<artifactId>
hystrix-metrics-event-stream
</artifactId>
<scope>
test
</scope>
</dependency>
<dependency>
<groupId>
com.netflix.hystrix
</groupId>
<artifactId>
hystrix-javanica
</artifactId>
<scope>
test
</scope>
</dependency>
<dependency>
<groupId>
com.netflix.eureka
</groupId>
<artifactId>
eureka-client
</artifactId>
<scope>
test
</scope>
</dependency>
<dependency>
<groupId>
org.projectlombok
</groupId>
<artifactId>
lombok
</artifactId>
<dependency>
<groupId>
org.springframework.cloud
</groupId>
<artifactId>
spring-cloud-commons
</artifactId>
</dependency>
<dependency>
<groupId>
org.springframework.cloud
</groupId>
<artifactId>
spring-cloud-netflix-core
</artifactId>
</dependency>
<dependency>
<groupId>
org.springframework.boot
</groupId>
<artifactId>
spring-boot-starter-amqp
</artifactId>
</dependency>
<dependency>
<groupId>
org.springframework.boot
</groupId>
<artifactId>
spring-boot-starter-integration
</artifactId>
</dependency>
<dependency>
<groupId>
org.springframework.cloud
</groupId>
<artifactId>
spring-cloud-netflix-core
</artifactId>
</dependency>
<dependency>
<groupId>
org.springframework.integration
</groupId>
<artifactId>
spring-integration-amqp
</artifactId>
<optional>
true
</optional>
</dependency>
<dependency>
<groupId>
org.springframework.integration
</groupId>
<artifactId>
spring-integration-java-dsl
</artifactId>
<optional>
true
</optional>
</dependency>
<dependency>
<groupId>
com.fasterxml.jackson.core
</groupId>
<artifactId>
jackson-databind
</artifactId>
</dependency>
<dependency>
<groupId>
com.netflix.hystrix
</groupId>
<artifactId>
hystrix-core
</artifactId>
</dependency>
<dependency>
<groupId>
com.netflix.hystrix
</groupId>
<artifactId>
hystrix-metrics-event-stream
</artifactId>
<scope>
test
</scope>
</dependency>
<dependency>
<groupId>
com.netflix.hystrix
</groupId>
<artifactId>
hystrix-javanica
</artifactId>
<scope>
test
</scope>
</dependency>
<dependency>
<groupId>
com.netflix.eureka
</groupId>
<artifactId>
eureka-client
</artifactId>
<scope>
test
</scope>
</dependency>
<dependency>
<groupId>
org.projectlombok
</groupId>
<artifactId>
lombok
</artifactId>
<scope>
compile
</scope>
<optional>
true
</optional>
</dependency>
<dependency>
<groupId>
org.springframework.boot
</groupId>
<artifactId>
spring-boot-starter-test
</artifactId>
<scope>
test
</scope>
</dependency>
<dependency>
<groupId>
org.springframework.boot
</groupId>
<artifactId>
spring-boot-starter-web
</artifactId>
<scope>
test
</scope>
</dependency>
<dependency>
<groupId>
org.springframework.boot
</groupId>
<artifactId>
spring-boot-starter-actuator
</artifactId>
<scope>
test
</scope>
</dependency>
</dependency>
<dependency>
<groupId>
org.springframework.boot
</groupId>
<artifactId>
spring-boot-starter-test
</artifactId>
<scope>
test
</scope>
</dependency>
<dependency>
<groupId>
org.springframework.boot
</groupId>
<artifactId>
spring-boot-starter-web
</artifactId>
<scope>
test
</scope>
</dependency>
<dependency>
<groupId>
org.springframework.boot
</groupId>
<artifactId>
spring-boot-starter-actuator
</artifactId>
<scope>
test
</scope>
</dependency>
</dependencies>
</project>
spring-cloud-netflix-hystrix-dashboard/pom.xml
View file @
be436279
<?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"
>
<modelVersion>
4.0.0
</modelVersion>
<artifactId>
spring-cloud-netflix-hystrix-dashboard
</artifactId>
<name>
Spring Cloud Netflix Hystrix
</name>
<url>
http://projects.spring.io/spring-cloud/
</url>
<parent>
<groupId>
org.springframework.cloud
</groupId>
<artifactId>
spring-cloud-netflix
</artifactId>
<version>
1.0.0.BUILD-SNAPSHOT
</version>
<relativePath>
..
</relativePath>
</parent>
<properties>
<spring-cloud.version>
1.0.0.BUILD-SNAPSHOT
</spring-cloud.version>
</properties>
<dependencies>
<dependency>
<groupId>
org.springframework.boot
</groupId>
<artifactId>
spring-boot-starter-web
</artifactId>
</dependency>
<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-cloud-netflix-hystrix-dashboard
</artifactId>
<name>
Spring Cloud Netflix Hystrix
</name>
<url>
http://projects.spring.io/spring-cloud/
</url>
<parent>
<groupId>
org.springframework.cloud
</groupId>
<artifactId>
spring-cloud-netflix
</artifactId>
<version>
1.0.0.BUILD-SNAPSHOT
</version>
<relativePath>
..
</relativePath>
</parent>
<properties>
<spring-cloud.version>
1.0.0.BUILD-SNAPSHOT
</spring-cloud.version>
</properties>
<dependencies>
<dependency>
<groupId>
org.springframework.boot
</groupId>
<artifactId>
spring-boot-starter-web
</artifactId>
</dependency>
<dependency>
<groupId>
org.springframework.boot
</groupId>
<artifactId>
spring-boot-starter-freemarker
</artifactId>
</dependency>
<dependency>
<groupId>
org.springframework.cloud
</groupId>
<artifactId>
spring-cloud-commons
</artifactId>
</dependency>
<dependency>
<groupId>
org.springframework.cloud
</groupId>
<artifactId>
spring-cloud-netflix-core
</artifactId>
</dependency>
<dependency>
<groupId>
org.apache.httpcomponents
</groupId>
<artifactId>
httpclient
</artifactId>
</dependency>
<dependency>
<groupId>
com.netflix.hystrix
</groupId>
<artifactId>
hystrix-core
</artifactId>
</dependency>
<dependency>
<groupId>
com.netflix.hystrix
</groupId>
<artifactId>
hystrix-metrics-event-stream
</artifactId>
</dependency>
<dependency>
<groupId>
org.springframework.cloud
</groupId>
<artifactId>
spring-cloud-commons
</artifactId>
</dependency>
<dependency>
<groupId>
org.springframework.cloud
</groupId>
<artifactId>
spring-cloud-netflix-core
</artifactId>
</dependency>
<dependency>
<groupId>
org.apache.httpcomponents
</groupId>
<artifactId>
httpclient
</artifactId>
</dependency>
<dependency>
<groupId>
com.netflix.hystrix
</groupId>
<artifactId>
hystrix-core
</artifactId>
</dependency>
<dependency>
<groupId>
com.netflix.hystrix
</groupId>
<artifactId>
hystrix-metrics-event-stream
</artifactId>
</dependency>
<dependency>
<groupId>
org.webjars
</groupId>
<artifactId>
jquery
</artifactId>
...
...
@@ -57,5 +56,5 @@
<artifactId>
spring-boot-starter-test
</artifactId>
<scope>
test
</scope>
</dependency>
</dependencies>
</dependencies>
</project>
spring-cloud-netflix-sidecar/pom.xml
View file @
be436279
...
...
@@ -2,42 +2,33 @@
<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-cloud-netflix-sidecar
</artifactId>
<packaging>
jar
</packaging>
<name>
Spring Cloud Netflix Sidecar
</name>
<url>
http://projects.spring.io/spring-cloud/
</url>
<parent>
<groupId>
org.springframework.cloud
</groupId>
<artifactId>
spring-cloud-netflix
</artifactId>
<version>
1.0.0.BUILD-SNAPSHOT
</version>
<relativePath>
..
</relativePath>
</parent>
<build>
<plugins>
</plugins>
</build>
<properties>
</properties>
<artifactId>
spring-cloud-netflix-sidecar
</artifactId>
<packaging>
jar
</packaging>
<name>
Spring Cloud Netflix Sidecar
</name>
<url>
http://projects.spring.io/spring-cloud/
</url>
<dependencies>
<dependency>
<groupId>
org.springframework.cloud
</groupId>
<artifactId>
spring-cloud-commons
</artifactId>
</dependency>
<dependency>
<groupId>
org.springframework.boot
</groupId>
<artifactId>
spring-boot-starter-web
</artifactId>
</dependency>
<dependency>
<groupId>
org.springframework.boot
</groupId>
<artifactId>
spring-boot-starter-actuator
</artifactId>
</dependency>
<dependency>
<groupId>
org.springframework
</groupId>
<artifactId>
spring-web
</artifactId>
</dependency>
<dependency>
<groupId>
org.springframework.cloud
</groupId>
<artifactId>
spring-cloud-commons
</artifactId>
</dependency>
<dependency>
<groupId>
org.springframework.boot
</groupId>
<artifactId>
spring-boot-starter-web
</artifactId>
</dependency>
<dependency>
<groupId>
org.springframework.boot
</groupId>
<artifactId>
spring-boot-starter-actuator
</artifactId>
</dependency>
<dependency>
<groupId>
org.springframework
</groupId>
<artifactId>
spring-web
</artifactId>
</dependency>
<dependency>
<groupId>
org.springframework.cloud
</groupId>
<artifactId>
spring-cloud-netflix-core
</artifactId>
...
...
@@ -46,34 +37,34 @@
<groupId>
com.netflix.eureka
</groupId>
<artifactId>
eureka-client
</artifactId>
</dependency>
<dependency>
<groupId>
com.netflix.hystrix
</groupId>
<artifactId>
hystrix-core
</artifactId>
</dependency>
<dependency>
<groupId>
com.netflix.hystrix
</groupId>
<artifactId>
hystrix-metrics-event-stream
</artifactId>
</dependency>
<dependency>
<groupId>
com.netflix.hystrix
</groupId>
<artifactId>
hystrix-javanica
</artifactId>
</dependency>
<dependency>
<groupId>
com.netflix.ribbon
</groupId>
<artifactId>
ribbon
</artifactId>
</dependency>
<dependency>
<groupId>
com.netflix.ribbon
</groupId>
<artifactId>
ribbon-core
</artifactId>
</dependency>
<dependency>
<groupId>
com.netflix.ribbon
</groupId>
<artifactId>
ribbon-eureka
</artifactId>
</dependency>
<dependency>
<groupId>
com.netflix.ribbon
</groupId>
<artifactId>
ribbon-httpclient
</artifactId>
</dependency>
<dependency>
<groupId>
com.netflix.hystrix
</groupId>
<artifactId>
hystrix-core
</artifactId>
</dependency>
<dependency>
<groupId>
com.netflix.hystrix
</groupId>
<artifactId>
hystrix-metrics-event-stream
</artifactId>
</dependency>
<dependency>
<groupId>
com.netflix.hystrix
</groupId>
<artifactId>
hystrix-javanica
</artifactId>
</dependency>
<dependency>
<groupId>
com.netflix.ribbon
</groupId>
<artifactId>
ribbon
</artifactId>
</dependency>
<dependency>
<groupId>
com.netflix.ribbon
</groupId>
<artifactId>
ribbon-core
</artifactId>
</dependency>
<dependency>
<groupId>
com.netflix.ribbon
</groupId>
<artifactId>
ribbon-eureka
</artifactId>
</dependency>
<dependency>
<groupId>
com.netflix.ribbon
</groupId>
<artifactId>
ribbon-httpclient
</artifactId>
</dependency>
<dependency>
<groupId>
com.netflix.zuul
</groupId>
<artifactId>
zuul-core
</artifactId>
...
...
@@ -83,21 +74,21 @@
<artifactId>
tomcat-embed-el
</artifactId>
</dependency>
<dependency>
<groupId>
org.projectlombok
</groupId>
<artifactId>
lombok
</artifactId>
<!-- Only needed at compile time -->
<groupId>
org.projectlombok
</groupId>
<artifactId>
lombok
</artifactId>
<!-- Only needed at compile time -->
<scope>
compile
</scope>
<optional>
true
</optional>
</dependency>
<dependency>
<groupId>
org.springframework.boot
</groupId>
<artifactId>
spring-boot-starter-test
</artifactId>
<scope>
test
</scope>
</dependency>
<dependency>
<groupId>
org.springframework.cloud
</groupId>
<artifactId>
spring-cloud-config-client
</artifactId>
<scope>
test
</scope>
</dependency>
</dependency>
<dependency>
<groupId>
org.springframework.boot
</groupId>
<artifactId>
spring-boot-starter-test
</artifactId>
<scope>
test
</scope>
</dependency>
<dependency>
<groupId>
org.springframework.cloud
</groupId>
<artifactId>
spring-cloud-config-client
</artifactId>
<scope>
test
</scope>
</dependency>
</dependencies>
</project>
spring-cloud-netflix-turbine-amqp/pom.xml
View file @
be436279
...
...
@@ -2,117 +2,109 @@
<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-cloud-netflix-turbine-amqp
</artifactId>
<packaging>
jar
</packaging>
<name>
Spring Cloud Netflix Turbine AMQP
</name>
<description>
Spring Cloud Netflix Turbine AMQP
</description>
<parent>
<groupId>
org.springframework.cloud
</groupId>
<artifactId>
spring-cloud-netflix
</artifactId>
<version>
1.0.0.BUILD-SNAPSHOT
</version>
<relativePath>
..
</relativePath>
<!-- lookup parent from repository -->
</parent>
<build
>
<plugins
>
<plugi
n>
<groupId>
org.apache.maven.plugins
</groupId
>
<artifactId>
maven-compiler-plugin
</artifactId
>
<configurat
ion>
<source>
1.8
</source
>
<target>
1.8
</target
>
</configuration
>
</
plugin>
</plugins
>
</buil
d>
<properties
>
<rxjava.version>
[1.0,1.1)
</rxjava.version
>
<turbine.version>
2.0.0-DP.2
</turbine.vers
ion>
</properties
>
<dependencyManagement
>
<dependencies
>
<dependency
>
<groupId>
io.reactivex
</groupId
>
<artifactId>
rxjava
</artifact
Id>
<version>
${rxjava.version}
</version
>
</dependency
>
<
dependency>
<groupId>
com.netflix.turbine
</groupId
>
<artifactId>
turbine-core
</artifact
Id>
<version>
${turbine.version}
</version
>
<exclusions
>
<exclusion
>
<groupId>
com.netflix.rxjava
</groupId
>
<artifactId>
rxjava-core
</artifact
Id>
</exclusion
>
<
exclusion>
<groupId>
org.slf4j
</groupId
>
<artifactId>
slf4j-simple
</artifact
Id>
</exclusion
>
</exclusions
>
</dependency
>
</dependencies
>
</dependencyManagement
>
<artifactId>
spring-cloud-netflix-turbine-amqp
</artifactId>
<packaging>
jar
</packaging
>
<name>
Spring Cloud Netflix Turbine AMQP
</name
>
<description>
Spring Cloud Netflix Turbine AMQP
</descriptio
n>
<properties
>
<rxjava.version>
[1.0,1.1)
</rxjava.version
>
<turbine.version>
2.0.0-DP.2
</turbine.vers
ion>
</properties
>
<build
>
<plugins
>
<
plugin>
<groupId>
org.apache.maven.plugins
</groupId
>
<artifactId>
maven-compiler-plugin
</artifactI
d>
<configuration>
<source>
1.8
</source
>
<target>
1.8
</target
>
</configurat
ion>
</plugin
>
</plugins>
</build
>
<dependencyManagement
>
<dependencies
>
<dependency
>
<groupId>
io.reactivex
</group
Id>
<artifactId>
rxjava
</artifactId
>
<version>
${rxjava.version}
</version
>
</
dependency>
<dependency
>
<groupId>
com.netflix.turbine
</group
Id>
<artifactId>
turbine-core
</artifactId
>
<version>
${turbine.version}
</version
>
<exclusions
>
<exclusion
>
<groupId>
com.netflix.rxjava
</group
Id>
<artifactId>
rxjava-core
</artifactId
>
</
exclusion>
<exclusion
>
<groupId>
org.slf4j
</group
Id>
<artifactId>
slf4j-simple
</artifactId
>
</exclusion
>
</exclusions
>
</dependency
>
</dependencies
>
</dependencyManagement>
<dependencies>
<dependency>
<groupId>
org.springframework.cloud
</groupId>
<artifactId>
spring-cloud-netflix-core
</artifactId>
</dependency>
<dependency>
<groupId>
org.springframework.boot
</groupId>
<artifactId>
spring-boot-starter-amqp
</artifactId>
</dependency>
<dependency>
<groupId>
org.springframework.boot
</groupId>
<artifactId>
spring-boot-starter-integration
</artifactId>
</dependency>
<dependency>
<groupId>
org.springframework.integration
</groupId>
<artifactId>
spring-integration-amqp
</artifactId>
<optional>
true
</optional>
</dependency>
<dependency>
<groupId>
org.springframework.integration
</groupId>
<artifactId>
spring-integration-java-dsl
</artifactId>
<optional>
true
</optional>
</dependency>
<dependency>
<groupId>
com.fasterxml.jackson.core
</groupId>
<artifactId>
jackson-databind
</artifactId>
<optional>
true
</optional>
</dependency>
<dependency>
<groupId>
com.netflix.turbine
</groupId>
<artifactId>
turbine-core
</artifactId>
<optional>
true
</optional>
</dependency>
<dependency>
<groupId>
io.reactivex
</groupId>
<artifactId>
rxjava
</artifactId>
<optional>
true
</optional>
</dependency>
<dependency>
<groupId>
org.projectlombok
</groupId>
<artifactId>
lombok
</artifactId>
<dependency>
<groupId>
org.springframework.cloud
</groupId>
<artifactId>
spring-cloud-netflix-core
</artifactId>
</dependency>
<dependency>
<groupId>
org.springframework.boot
</groupId>
<artifactId>
spring-boot-starter-amqp
</artifactId>
</dependency>
<dependency>
<groupId>
org.springframework.boot
</groupId>
<artifactId>
spring-boot-starter-integration
</artifactId>
</dependency>
<dependency>
<groupId>
org.springframework.integration
</groupId>
<artifactId>
spring-integration-amqp
</artifactId>
<optional>
true
</optional>
</dependency>
<dependency>
<groupId>
org.springframework.integration
</groupId>
<artifactId>
spring-integration-java-dsl
</artifactId>
<optional>
true
</optional>
</dependency>
<dependency>
<groupId>
com.fasterxml.jackson.core
</groupId>
<artifactId>
jackson-databind
</artifactId>
<optional>
true
</optional>
</dependency>
<dependency>
<groupId>
com.netflix.turbine
</groupId>
<artifactId>
turbine-core
</artifactId>
<optional>
true
</optional>
</dependency>
<dependency>
<groupId>
io.reactivex
</groupId>
<artifactId>
rxjava
</artifactId>
<optional>
true
</optional>
</dependency>
<dependency>
<groupId>
org.projectlombok
</groupId>
<artifactId>
lombok
</artifactId>
<scope>
compile
</scope>
<optional>
true
</optional>
</dependency>
<dependency>
<groupId>
org.springframework.boot
</groupId>
<artifactId>
spring-boot-starter-web
</artifactId>
<scope>
test
</scope>
</dependency>
<dependency>
<groupId>
org.springframework.boot
</groupId>
<artifactId>
spring-boot-starter-test
</artifactId>
<scope>
test
</scope>
</dependency>
</dependency>
<dependency>
<groupId>
org.springframework.boot
</groupId>
<artifactId>
spring-boot-starter-web
</artifactId>
<scope>
test
</scope>
</dependency>
<dependency>
<groupId>
org.springframework.boot
</groupId>
<artifactId>
spring-boot-starter-test
</artifactId>
<scope>
test
</scope>
</dependency>
</dependencies>
</project>
spring-cloud-netflix-turbine/pom.xml
View file @
be436279
...
...
@@ -2,21 +2,19 @@
<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-cloud-netflix-turbine
</artifactId>
<packaging>
jar
</packaging>
<name>
Spring Cloud Netflix Turbine
</name>
<url>
http://projects.spring.io/spring-cloud/
</url>
<parent>
<groupId>
org.springframework.cloud
</groupId>
<artifactId>
spring-cloud-netflix
</artifactId>
<version>
1.0.0.BUILD-SNAPSHOT
</version>
<relativePath>
..
</relativePath>
</parent>
<artifactId>
spring-cloud-netflix-turbine
</artifactId>
<packaging>
jar
</packaging>
<name>
Spring Cloud Netflix Turbine
</name>
<url>
http://projects.spring.io/spring-cloud/
</url>
<properties>
<turbine.version>
1.0.0
</turbine.version>
</properties>
<dependencyManagement>
<dependencies>
<dependency>
...
...
@@ -36,16 +34,15 @@
</dependency>
</dependencies>
</dependencyManagement>
<dependencies>
<dependency>
<groupId>
org.springframework.boot
</groupId>
<artifactId>
spring-boot-starter-web
</artifactId>
</dependency>
<dependency>
<groupId>
org.springframework.cloud
</groupId>
<artifactId>
spring-cloud-commons
</artifactId>
</dependency>
<dependency>
<groupId>
org.springframework.boot
</groupId>
<artifactId>
spring-boot-starter-web
</artifactId>
</dependency>
<dependency>
<groupId>
org.springframework.cloud
</groupId>
<artifactId>
spring-cloud-commons
</artifactId>
</dependency>
<dependency>
<groupId>
org.springframework.cloud
</groupId>
<artifactId>
spring-cloud-netflix-core
</artifactId>
...
...
@@ -62,12 +59,12 @@
<groupId>
com.netflix.turbine
</groupId>
<artifactId>
turbine-core
</artifactId>
</dependency>
<dependency>
<groupId>
org.projectlombok
</groupId>
<artifactId>
lombok
</artifactId>
<!-- Only needed at compile time -->
<dependency>
<groupId>
org.projectlombok
</groupId>
<artifactId>
lombok
</artifactId>
<!-- Only needed at compile time -->
<scope>
compile
</scope>
<optional>
true
</optional>
</dependency>
</dependency>
</dependencies>
</project>
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment