Skip to content

Commit 0c73758

Browse files
committed
Fix things
Signed-off-by: siri-varma <[email protected]>
1 parent 56872d6 commit 0c73758

File tree

2 files changed

+1
-20
lines changed

2 files changed

+1
-20
lines changed

dapr-spring/dapr-spring-boot-autoconfigure/pom.xml

Lines changed: 0 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -57,26 +57,6 @@
5757
<artifactId>testcontainers</artifactId>
5858
<scope>test</scope>
5959
</dependency>
60-
<dependency>
61-
<groupId>org.junit.jupiter</groupId>
62-
<artifactId>junit-jupiter</artifactId>
63-
<scope>test</scope>
64-
</dependency>
65-
<dependency>
66-
<groupId>org.junit.jupiter</groupId>
67-
<artifactId>junit-jupiter-api</artifactId>
68-
<scope>test</scope>
69-
</dependency>
70-
<dependency>
71-
<groupId>org.junit.jupiter</groupId>
72-
<artifactId>junit-jupiter-params</artifactId>
73-
<scope>test</scope>
74-
</dependency>
75-
<dependency>
76-
<groupId>org.junit.jupiter</groupId>
77-
<artifactId>junit-jupiter-engine</artifactId>
78-
<scope>test</scope>
79-
</dependency>
8060
<dependency>
8161
<groupId>org.testcontainers</groupId>
8262
<artifactId>junit-jupiter</artifactId>

sdk-tests/components/secret.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
{}

0 commit comments

Comments
 (0)