Repository: flex-blazeds Updated Branches: refs/heads/develop a88fa638e -> 766c15770
Updated the parent of the blazeds-spring-boot-starter Project: http://git-wip-us.apache.org/repos/asf/flex-blazeds/repo Commit: http://git-wip-us.apache.org/repos/asf/flex-blazeds/commit/766c1577 Tree: http://git-wip-us.apache.org/repos/asf/flex-blazeds/tree/766c1577 Diff: http://git-wip-us.apache.org/repos/asf/flex-blazeds/diff/766c1577 Branch: refs/heads/develop Commit: 766c15770f31cb7f107eb30b3213850c9c4db568 Parents: a88fa63 Author: Christofer Dutz <christofer.d...@codecentric.de> Authored: Fri Mar 25 14:49:41 2016 +0100 Committer: Christofer Dutz <christofer.d...@codecentric.de> Committed: Fri Mar 25 14:49:41 2016 +0100 ---------------------------------------------------------------------- opt/blazeds-spring-boot-starter/pom.xml | 2 +- .../org/apache/flex/blazeds/spring/BlazeDsAutoConfiguration.java | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/flex-blazeds/blob/766c1577/opt/blazeds-spring-boot-starter/pom.xml ---------------------------------------------------------------------- diff --git a/opt/blazeds-spring-boot-starter/pom.xml b/opt/blazeds-spring-boot-starter/pom.xml index 5f60c56..9a49f03 100644 --- a/opt/blazeds-spring-boot-starter/pom.xml +++ b/opt/blazeds-spring-boot-starter/pom.xml @@ -21,7 +21,7 @@ limitations under the License. <parent> <groupId>org.apache.flex.blazeds</groupId> - <artifactId>blazeds</artifactId> + <artifactId>flex-messaging-opt</artifactId> <version>4.7.3-SNAPSHOT</version> </parent> http://git-wip-us.apache.org/repos/asf/flex-blazeds/blob/766c1577/opt/blazeds-spring-boot-starter/src/main/java/org/apache/flex/blazeds/spring/BlazeDsAutoConfiguration.java ---------------------------------------------------------------------- diff --git a/opt/blazeds-spring-boot-starter/src/main/java/org/apache/flex/blazeds/spring/BlazeDsAutoConfiguration.java b/opt/blazeds-spring-boot-starter/src/main/java/org/apache/flex/blazeds/spring/BlazeDsAutoConfiguration.java index d516828..3d5ad46 100644 --- a/opt/blazeds-spring-boot-starter/src/main/java/org/apache/flex/blazeds/spring/BlazeDsAutoConfiguration.java +++ b/opt/blazeds-spring-boot-starter/src/main/java/org/apache/flex/blazeds/spring/BlazeDsAutoConfiguration.java @@ -20,6 +20,7 @@ package org.apache.flex.blazeds.spring; import flex.messaging.MessageBroker; + import org.springframework.beans.factory.annotation.Autowired; import org.springframework.boot.autoconfigure.condition.ConditionalOnWebApplication; import org.springframework.context.annotation.Bean;