File tree Expand file tree Collapse file tree 2 files changed +1
-25
lines changed Expand file tree Collapse file tree 2 files changed +1
-25
lines changed Original file line number Diff line number Diff line change 31
31
<version >2.10.3</version >
32
32
</dependency >
33
33
</dependencies >
34
-
35
- <!-- include below build tag to your existing pom.xml -->
36
- <build >
37
- <plugins >
38
- <plugin >
39
-
40
- <!-- Building an executable jar -->
41
-
42
- <groupId >org.apache.maven.plugins</groupId >
43
- <artifactId >maven-jar-plugin</artifactId >
44
- <version >3.1.0</version >
45
- <configuration >
46
- <archive >
47
- <manifest >
48
-
49
- <!-- give full qualified name of your main class-->
50
- <mainClass >identity.FleetProvisioningSample</mainClass >
51
-
52
- </manifest >
53
- </archive >
54
- </configuration >
55
- </plugin >
56
- </plugins >
57
- </build >
58
34
</project >
Original file line number Diff line number Diff line change 41
41
<dependency >
42
42
<groupId >software.amazon.awssdk.crt</groupId >
43
43
<artifactId >aws-crt</artifactId >
44
- <version >0.6.2 </version >
44
+ <version >0.6.4 </version >
45
45
<scope >compile</scope >
46
46
</dependency >
47
47
<dependency >
You can’t perform that action at this time.
0 commit comments