File tree Expand file tree Collapse file tree 2 files changed +15
-3
lines changed
build-tools/src/main/resources/software/amazon/awssdk Expand file tree Collapse file tree 2 files changed +15
-3
lines changed Original file line number Diff line number Diff line change 23
23
<suppress checks =" .*"
24
24
files =" .*[\\/](test|it)[\\/]java[\\/].+\.java$" />
25
25
26
+ <!-- TODO: Disable these suppressions. -->
27
+ <suppress checks =" .*"
28
+ files =" .(flow)[\\/].+\.java$" />
29
+
30
+
31
+
26
32
<!-- ignore missing annotation checks under test/codegen directory -->
27
33
<suppress checks =" MissingSdkAnnotationCheck"
28
34
files =" .(codegen|test)[\\/].+\.java$" />
Original file line number Diff line number Diff line change 6
6
7
7
<groupId >software.amazon</groupId >
8
8
<artifactId >flow</artifactId >
9
- <version >1.0-SNAPSHOT</version >
9
+ <version >1.0</version >
10
+
11
+ <parent >
12
+ <artifactId >aws-sdk-java-pom</artifactId >
13
+ <groupId >software.amazon.awssdk</groupId >
14
+ <version >2.0.0</version >
15
+ </parent >
10
16
11
17
<properties >
12
18
<project .build.sourceEncoding>UTF-8</project .build.sourceEncoding>
17
23
<plugins >
18
24
<plugin >
19
25
<artifactId >maven-surefire-plugin</artifactId >
20
- <version >2.19.1 </version >
26
+ <version >${maven.surefire.version} </version >
21
27
<dependencies >
22
28
<dependency >
23
29
<groupId >org.junit.platform</groupId >
24
30
<artifactId >junit-platform-surefire-provider</artifactId >
25
- <version >1.0.1 </version >
31
+ <version >1.2.0 </version >
26
32
</dependency >
27
33
</dependencies >
28
34
</plugin >
You can’t perform that action at this time.
0 commit comments