File tree Expand file tree Collapse file tree 2 files changed +9
-2
lines changed Expand file tree Collapse file tree 2 files changed +9
-2
lines changed Original file line number Diff line number Diff line change 6
6
.classpath
7
7
8
8
node_modules /
9
+ .factorypath
Original file line number Diff line number Diff line change 6
6
7
7
<groupId >com.studiomediatech</groupId >
8
8
<artifactId >query-response-spring-amqp</artifactId >
9
- <version >0.9.0-SB2_3_6 </version >
9
+ <version >0.9.0-SB2_3_8 </version >
10
10
<packaging >jar</packaging >
11
11
12
12
<name >Query/Response for Spring AMQP</name >
23
23
<parent >
24
24
<groupId >org.springframework.boot</groupId >
25
25
<artifactId >spring-boot-starter-parent</artifactId >
26
- <version >2.3.6 .RELEASE</version >
26
+ <version >2.3.8 .RELEASE</version >
27
27
</parent >
28
28
29
29
<dependencies >
43
43
<groupId >org.springframework.boot</groupId >
44
44
<artifactId >spring-boot-starter-test</artifactId >
45
45
<scope >test</scope >
46
+ <exclusions >
47
+ <exclusion >
48
+ <groupId >org.junit.vintage</groupId >
49
+ <artifactId >junit-vintage-engine</artifactId >
50
+ </exclusion >
51
+ </exclusions >
46
52
</dependency >
47
53
<dependency >
48
54
<groupId >org.springframework.amqp</groupId >
You can’t perform that action at this time.
0 commit comments