11<project xmlns =" http://maven.apache.org/POM/4.0.0" xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
2- xsi : schemaLocation =" http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" >
3- <modelVersion >4.0.0</modelVersion >
2+ xsi : schemaLocation =" http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" >
3+ <modelVersion >4.0.0</modelVersion >
44
5- <groupId >gov.nasa.cumulus</groupId >
6- <artifactId >cnm-response</artifactId >
7- <version >2.1 .0</version >
8- <packaging >jar</packaging >
5+ <groupId >gov.nasa.cumulus</groupId >
6+ <artifactId >cnm-response</artifactId >
7+ <version >2.2.0-rc .0</version >
8+ <packaging >jar</packaging >
99
10- <name >cnm-response</name >
11- <url >http://maven.apache.org</url >
10+ <name >cnm-response</name >
11+ <url >http://maven.apache.org</url >
1212
13- <properties >
14- <project .build.sourceEncoding>UTF-8</project .build.sourceEncoding>
15- </properties >
13+ <properties >
14+ <project .build.sourceEncoding>UTF-8</project .build.sourceEncoding>
15+ </properties >
1616
17- <repositories >
18- <repository >
19- <id >clojars.org</id >
20- <url >https://repo.clojars.org</url >
21- </repository >
22- </repositories >
17+ <repositories >
18+ <repository >
19+ <id >clojars.org</id >
20+ <url >https://repo.clojars.org</url >
21+ </repository >
22+ </repositories >
2323
24- <dependencies >
24+ <dependencies >
2525
26- <!-- https://mvnrepository.com/artifact/com.amazonaws/aws-java-sdk-core -->
27- <dependency >
28- <groupId >com.amazonaws</groupId >
29- <artifactId >aws-java-sdk-core</artifactId >
30- <version >1.12.209</version >
31- </dependency >
32- <!-- https://mvnrepository.com/artifact/com.amazonaws/amazon-kinesis-client -->
33- <dependency >
34- <groupId >com.amazonaws</groupId >
35- <artifactId >amazon-kinesis-client</artifactId >
36- <version >1.14.8</version >
37- </dependency >
38- <!-- https://mvnrepository.com/artifact/com.amazonaws/aws-java-sdk-sns -->
39- <dependency >
40- <groupId >com.amazonaws</groupId >
41- <artifactId >aws-java-sdk-sns</artifactId >
42- <version >1.12.209</version >
43- </dependency >
44- <!-- https://mvnrepository.com/artifact/com.google.code.gson/gson -->
45- <dependency >
46- <groupId >com.google.code.gson</groupId >
47- <artifactId >gson</artifactId >
48- <version >2.9.0</version >
49- </dependency >
50- <dependency >
51- <groupId >gov.nasa.earthdata</groupId >
52- <artifactId >cumulus-message-adapter</artifactId >
53- <version >1.3.9</version >
54- </dependency >
55- <!-- https://mvnrepository.com/artifact/com.amazonaws/aws-java-sdk-kinesis -->
56- <dependency >
57- <groupId >com.amazonaws</groupId >
58- <artifactId >aws-java-sdk-kinesis</artifactId >
59- <version >1.12.209</version >
60- </dependency >
61- <dependency >
62- <groupId >commons-io</groupId >
63- <artifactId >commons-io</artifactId >
64- <version >2.11.0</version >
65- </dependency >
66- <dependency >
67- <groupId >com.amazonaws</groupId >
68- <artifactId >aws-lambda-java-core</artifactId >
69- <version >1.2.1</version >
70- </dependency >
71- <dependency >
72- <groupId >junit</groupId >
73- <artifactId >junit</artifactId >
74- <version >3.8.1</version >
75- <scope >test</scope >
76- </dependency >
77- <dependency >
78- <groupId >org.mockito</groupId >
79- <artifactId >mockito-core</artifactId >
80- <version >3.6.0</version >
81- <scope >test</scope >
82- </dependency >
83- </dependencies >
26+ <!-- https://mvnrepository.com/artifact/com.amazonaws/aws-java-sdk-core -->
27+ <dependency >
28+ <groupId >com.amazonaws</groupId >
29+ <artifactId >aws-java-sdk-core</artifactId >
30+ <version >1.12.565</version >
31+ </dependency >
32+ <!-- https://mvnrepository.com/artifact/com.amazonaws/aws-java-sdk-kinesis-->
33+ <dependency >
34+ <groupId >com.amazonaws</groupId >
35+ <artifactId >aws-java-sdk-kinesis</artifactId >
36+ <version >1.12.565</version >
37+ </dependency >
38+ <!-- https://mvnrepository.com/artifact/com.amazonaws/amazon-kinesis-client -->
39+ <dependency >
40+ <groupId >com.amazonaws</groupId >
41+ <artifactId >amazon-kinesis-client</artifactId >
42+ <version >1.15.0</version >
43+ </dependency >
44+ <!-- https://mvnrepository.com/artifact/com.amazonaws/aws-java-sdk-sns-->
45+ <dependency >
46+ <groupId >com.amazonaws</groupId >
47+ <artifactId >aws-java-sdk-sns</artifactId >
48+ <version >1.12.565</version >
49+ </dependency >
50+ <!-- https://mvnrepository.com/artifact/com.google.code.gson/gson -->
51+ <dependency >
52+ <groupId >com.google.code.gson</groupId >
53+ <artifactId >gson</artifactId >
54+ <version >2.10.1</version >
55+ </dependency >
56+ <dependency >
57+ <groupId >gov.nasa.earthdata</groupId >
58+ <artifactId >cumulus-message-adapter</artifactId >
59+ <version >2.0.0</version >
60+ </dependency >
61+ <dependency >
62+ <groupId >commons-io</groupId >
63+ <artifactId >commons-io</artifactId >
64+ <version >2.11.0</version >
65+ </dependency >
66+ <dependency >
67+ <groupId >com.amazonaws</groupId >
68+ <artifactId >aws-lambda-java-core</artifactId >
69+ <version >1.2.1</version >
70+ </dependency >
71+ <dependency >
72+ <groupId >junit</groupId >
73+ <artifactId >junit</artifactId >
74+ <version >3.8.1</version >
75+ <scope >test</scope >
76+ </dependency >
77+ <dependency >
78+ <groupId >org.mockito</groupId >
79+ <artifactId >mockito-core</artifactId >
80+ <version >3.6.0</version >
81+ <scope >test</scope >
82+ </dependency >
83+ </dependencies >
84+ <build >
85+ <plugins >
86+ <plugin >
87+ <groupId >org.apache.maven.plugins</groupId >
88+ <artifactId >maven-compiler-plugin</artifactId >
89+ <version >3.8.0</version >
90+ <configuration >
91+ <source >11</source >
92+ <target >11</target >
93+ </configuration >
94+ </plugin >
95+ <plugin >
96+ <groupId >org.apache.maven.plugins</groupId >
97+ <artifactId >maven-shade-plugin</artifactId >
98+ <version >3.2.1</version >
99+ <executions >
100+ <execution >
101+ <phase >package</phase >
102+ <goals >
103+ <goal >shade</goal >
104+ </goals >
105+ <configuration >
106+ <transformers >
107+ <transformer
108+ implementation =" org.apache.maven.plugins.shade.resource.ManifestResourceTransformer" >
109+ <mainClass >org.wordinator.xml2docx.MakeDocx</mainClass >
110+ <manifestEntries >
111+ <Multi-Release >true</Multi-Release >
112+ </manifestEntries >
113+ </transformer >
114+ <transformer
115+ implementation =" org.apache.maven.plugins.shade.resource.ServicesResourceTransformer" />
116+ </transformers >
117+ </configuration >
118+ </execution >
119+ </executions >
120+ </plugin >
121+ <plugin >
122+ <groupId >org.jacoco</groupId >
123+ <artifactId >jacoco-maven-plugin</artifactId >
124+ <version >0.8.7</version >
125+ <executions >
126+ <execution >
127+ <id >prepare-agent</id >
128+ <goals >
129+ <goal >prepare-agent</goal >
130+ </goals >
131+ </execution >
132+ <execution >
133+ <id >report</id >
134+ <goals >
135+ <goal >report</goal >
136+ </goals >
137+ <configuration >
138+ <formats >
139+ <format >XML</format >
140+ </formats >
141+ </configuration >
142+ </execution >
143+ </executions >
144+ </plugin >
145+ <plugin >
146+ <groupId >org.sonarsource.scanner.maven</groupId >
147+ <artifactId >sonar-maven-plugin</artifactId >
148+ <version >3.10.0.2594</version >
149+ </plugin >
150+ </plugins >
151+ </build >
84152</project >
0 commit comments