File tree 2 files changed +0
-32
lines changed
2 files changed +0
-32
lines changed Original file line number Diff line number Diff line change 19
19
<groupId >org.springframework.data</groupId >
20
20
<artifactId >spring-data-keyvalue</artifactId >
21
21
</dependency >
22
-
23
- <dependency >
24
- <groupId >io.dapr</groupId >
25
- <artifactId >testcontainers-dapr</artifactId >
26
- <version >${testcontainers-dapr.version} </version >
27
- </dependency >
28
- <dependency >
29
- <groupId >org.testcontainers</groupId >
30
- <artifactId >junit-jupiter</artifactId >
31
- <version >${testcontainers-test.version} </version >
32
- <scope >test</scope >
33
- </dependency >
34
- <dependency >
35
- <groupId >org.testcontainers</groupId >
36
- <artifactId >postgresql</artifactId >
37
- <version >${testcontainers-test.version} </version >
38
- <scope >test</scope >
39
- </dependency >
40
- <dependency >
41
- <groupId >org.testcontainers</groupId >
42
- <artifactId >mysql</artifactId >
43
- <version >${testcontainers-test.version} </version >
44
- <scope >test</scope >
45
- </dependency >
46
- <!-- https://mvnrepository.com/artifact/com.mysql/mysql-connector-j -->
47
- <dependency >
48
- <groupId >com.mysql</groupId >
49
- <artifactId >mysql-connector-j</artifactId >
50
- <version >8.2.0</version >
51
- <scope >test</scope >
52
- </dependency >
53
22
</dependencies >
54
23
55
24
</project >
Original file line number Diff line number Diff line change 31
31
<testcontainers-dapr .version>0.12.0-SNAPSHOT</testcontainers-dapr .version>
32
32
<testcontainers-test .version>1.19.8</testcontainers-test .version>
33
33
<dapr .sdk.version>1.12.0-SNAPSHOT</dapr .sdk.version>
34
- <dapr-workflows .sdk.version>0.12.0-SNAPSHOT</dapr-workflows .sdk.version>
35
34
<maven .compiler.source>17</maven .compiler.source>
36
35
<maven .compiler.target>17</maven .compiler.target>
37
36
<maven .compiler.release>17</maven .compiler.release>
You can’t perform that action at this time.
0 commit comments