File tree 3 files changed +10
-3
lines changed
main/java/com/sushi/client/order
3 files changed +10
-3
lines changed Original file line number Diff line number Diff line change 8
8
import com .sushi .components .configuration .SSLConfiguration ;
9
9
import com .sushi .components .message .order .Order ;
10
10
import com .sushi .components .message .serving .Serving ;
11
- import lombok .NoArgsConstructor ;
12
11
import tlschannel .ClientTlsChannel ;
13
12
import tlschannel .TlsChannel ;
14
13
Original file line number Diff line number Diff line change 10
10
import org .testcontainers .junit .jupiter .Testcontainers ;
11
11
import org .testcontainers .utility .DockerImageName ;
12
12
13
- import java .util .Arrays ;
14
-
15
13
import static com .sushi .components .message .serving .ServingStatus .OK ;
16
14
import static org .junit .jupiter .api .Assertions .assertEquals ;
17
15
Original file line number Diff line number Diff line change 20
20
<maven .compiler.source>17</maven .compiler.source>
21
21
<maven .compiler.target>17</maven .compiler.target>
22
22
<testcontainers .version>1.16.3</testcontainers .version>
23
+ <maven-surefire .version>3.0.0-M6</maven-surefire .version>
23
24
<project .build.sourceEncoding>UTF-8</project .build.sourceEncoding>
24
25
</properties >
25
26
<dependencies >
48
49
<scope >test</scope >
49
50
</dependency >
50
51
</dependencies >
52
+ <build >
53
+ <plugins >
54
+ <plugin >
55
+ <groupId >org.apache.maven.plugins</groupId >
56
+ <artifactId >maven-surefire-plugin</artifactId >
57
+ <version >${maven-surefire.version} </version >
58
+ </plugin >
59
+ </plugins >
60
+ </build >
51
61
</project >
You can’t perform that action at this time.
0 commit comments