Skip to content

Commit

Permalink
compile sdk_ssm client in order to use it in embedding project
Browse files Browse the repository at this point in the history
Co-authored-by: Jan Schawo <[email protected]>
  • Loading branch information
ewoelfel and janschawo1111 committed Jan 10, 2019
1 parent 2d58dd7 commit 2f5e6d2
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion edison-core/build.gradle
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
dependencies {
compileOnly libraries.aws_sdk_ssm
compile libraries.aws_sdk_ssm
compile libraries.async_http_client

compile libraries.spring_boot_starter_web
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
package de.otto.edison.env;

import de.otto.edison.env.ParamStorePropertySourcePostProcessor;
import org.springframework.boot.autoconfigure.condition.ConditionalOnBean;
import org.springframework.boot.autoconfigure.condition.ConditionalOnProperty;
import org.springframework.boot.context.properties.EnableConfigurationProperties;
import org.springframework.context.annotation.Bean;
Expand Down

0 comments on commit 2f5e6d2

Please sign in to comment.