Skip to content

Commit 4c77c08

Browse files
author
PoeppingT
committed
Bring junit and slf4j-nop dependencies to parent modules in test scope
1 parent b191f31 commit 4c77c08

File tree

26 files changed

+43
-122
lines changed

26 files changed

+43
-122
lines changed

functions/alb-update/pom.xml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -82,10 +82,6 @@ limitations under the License.
8282
</build>
8383

8484
<dependencies>
85-
<dependency>
86-
<groupId>junit</groupId>
87-
<artifactId>junit</artifactId>
88-
</dependency>
8985
<dependency>
9086
<groupId>com.amazon.aws.partners.saasfactory.saasboost</groupId>
9187
<artifactId>Utils</artifactId>

functions/core-stack-listener/pom.xml

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -82,14 +82,6 @@ limitations under the License.
8282
</build>
8383

8484
<dependencies>
85-
<dependency>
86-
<groupId>junit</groupId>
87-
<artifactId>junit</artifactId>
88-
</dependency>
89-
<dependency>
90-
<groupId>org.slf4j</groupId>
91-
<artifactId>slf4j-nop</artifactId>
92-
</dependency>
9385
<dependency>
9486
<groupId>com.amazon.aws.partners.saasfactory.saasboost</groupId>
9587
<artifactId>Utils</artifactId>

functions/ecs-service-update/pom.xml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -82,10 +82,6 @@ limitations under the License.
8282
</build>
8383

8484
<dependencies>
85-
<dependency>
86-
<groupId>junit</groupId>
87-
<artifactId>junit</artifactId>
88-
</dependency>
8985
<dependency>
9086
<groupId>com.amazon.aws.partners.saasfactory.saasboost</groupId>
9187
<artifactId>Utils</artifactId>

functions/ecs-shutdown-services/pom.xml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -82,10 +82,6 @@ limitations under the License.
8282
</build>
8383

8484
<dependencies>
85-
<dependency>
86-
<groupId>junit</groupId>
87-
<artifactId>junit</artifactId>
88-
</dependency>
8985
<dependency>
9086
<groupId>com.amazon.aws.partners.saasfactory.saasboost</groupId>
9187
<artifactId>Utils</artifactId>

functions/ecs-startup-services/pom.xml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -82,10 +82,6 @@ limitations under the License.
8282
</build>
8383

8484
<dependencies>
85-
<dependency>
86-
<groupId>junit</groupId>
87-
<artifactId>junit</artifactId>
88-
</dependency>
8985
<dependency>
9086
<groupId>com.amazon.aws.partners.saasfactory.saasboost</groupId>
9187
<artifactId>Utils</artifactId>

functions/onboarding-app-stack-listener/pom.xml

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -88,14 +88,6 @@ limitations under the License.
8888
</build>
8989

9090
<dependencies>
91-
<dependency>
92-
<groupId>junit</groupId>
93-
<artifactId>junit</artifactId>
94-
</dependency>
95-
<dependency>
96-
<groupId>org.slf4j</groupId>
97-
<artifactId>slf4j-nop</artifactId>
98-
</dependency>
9991
<dependency>
10092
<groupId>com.amazon.aws.partners.saasfactory.saasboost</groupId>
10193
<artifactId>Utils</artifactId>

functions/onboarding-stack-listener/pom.xml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -82,10 +82,6 @@ limitations under the License.
8282
</build>
8383

8484
<dependencies>
85-
<dependency>
86-
<groupId>junit</groupId>
87-
<artifactId>junit</artifactId>
88-
</dependency>
8985
<dependency>
9086
<groupId>com.amazon.aws.partners.saasfactory.saasboost</groupId>
9187
<artifactId>Utils</artifactId>

functions/pom.xml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,5 +46,13 @@
4646
<groupId>com.amazonaws</groupId>
4747
<artifactId>aws-lambda-java-log4j2</artifactId>
4848
</dependency>
49+
<dependency>
50+
<groupId>junit</groupId>
51+
<artifactId>junit</artifactId>
52+
</dependency>
53+
<dependency>
54+
<groupId>org.slf4j</groupId>
55+
<artifactId>slf4j-nop</artifactId>
56+
</dependency>
4957
</dependencies>
5058
</project>

functions/system-rest-api-client/pom.xml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -82,10 +82,6 @@ limitations under the License.
8282
</build>
8383

8484
<dependencies>
85-
<dependency>
86-
<groupId>junit</groupId>
87-
<artifactId>junit</artifactId>
88-
</dependency>
8985
<dependency>
9086
<groupId>com.amazon.aws.partners.saasfactory.saasboost</groupId>
9187
<artifactId>Utils</artifactId>

functions/workload-deploy/pom.xml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -82,10 +82,6 @@ limitations under the License.
8282
</build>
8383

8484
<dependencies>
85-
<dependency>
86-
<groupId>junit</groupId>
87-
<artifactId>junit</artifactId>
88-
</dependency>
8985
<dependency>
9086
<groupId>com.amazon.aws.partners.saasfactory.saasboost</groupId>
9187
<artifactId>Utils</artifactId>

0 commit comments

Comments
 (0)