Skip to content

Commit

Permalink
move aws test-configuration to testsupport
Browse files Browse the repository at this point in the history
Co-authored-by: Stefan Lier <[email protected]>
Co-authored-by: Micha Regel <[email protected]>
  • Loading branch information
micharegel1111 and Stefan Lier committed Aug 29, 2018
1 parent 07b2c1f commit 77116dc
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 1 deletion.
1 change: 1 addition & 0 deletions edison-aws/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ dependencies {

compileOnly project(":edison-togglz")
testCompile project(":edison-togglz")
testCompile project(":edison-testsupport")

testCompile test_libraries.junit
testCompile test_libraries.mockito_core
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
package de.otto.edison.aws.s3;

import de.otto.edison.aws.configuration.AwsConfiguration;
import de.otto.edison.testsupport.aws.AwsTestconfiguration;
import org.junit.After;
import org.junit.Before;
import org.junit.BeforeClass;
Expand Down
2 changes: 2 additions & 0 deletions edison-testsupport/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ dependencies {
compileOnly libraries.togglz_spring_boot_starter
compileOnly test_libraries.togglz_testing

compile libraries.aws_sdk_ssm
compile libraries.aws_sdk_s3
compile libraries.spring_boot
compile libraries.spring_boot_autoconfigure
compile test_libraries.junit
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package de.otto.edison.aws.s3;
package de.otto.edison.testsupport.aws;

import org.springframework.context.annotation.Bean;
import org.springframework.context.annotation.Configuration;
Expand Down

0 comments on commit 77116dc

Please sign in to comment.