|
1 | 1 | <?xml version="1.0" encoding="UTF-8"?> |
2 | | -<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> |
| 2 | +<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" |
| 3 | + xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> |
3 | 4 | <modelVersion>4.0.0</modelVersion> |
4 | 5 |
|
5 | 6 | <groupId>net.osslabz</groupId> |
|
66 | 67 | <dependency> |
67 | 68 | <groupId>commons-logging</groupId> |
68 | 69 | <artifactId>commons-logging</artifactId> |
69 | | - <version>1.3.5</version> |
| 70 | + <version>1.2</version> |
70 | 71 | </dependency> |
71 | 72 |
|
72 | 73 | <!-- Gson --> |
73 | 74 | <dependency> |
74 | 75 | <groupId>com.google.code.gson</groupId> |
75 | 76 | <artifactId>gson</artifactId> |
76 | | - <version>2.13.1</version> |
| 77 | + <version>2.8.1</version> |
77 | 78 | </dependency> |
78 | 79 |
|
79 | 80 | <!-- Gson Fire --> |
80 | 81 | <dependency> |
81 | 82 | <groupId>io.gsonfire</groupId> |
82 | 83 | <artifactId>gson-fire</artifactId> |
83 | | - <version>1.9.0</version> |
| 84 | + <version>1.8.0</version> |
84 | 85 | </dependency> |
85 | 86 |
|
86 | 87 | <!-- Hamcrest Core --> |
87 | 88 | <dependency> |
88 | 89 | <groupId>org.hamcrest</groupId> |
89 | 90 | <artifactId>hamcrest-core</artifactId> |
90 | | - <version>3.0</version> |
| 91 | + <version>1.3</version> |
91 | 92 | </dependency> |
92 | 93 |
|
93 | 94 | <!-- HttpClient --> |
94 | 95 | <dependency> |
95 | 96 | <groupId>org.apache.httpcomponents</groupId> |
96 | 97 | <artifactId>httpclient</artifactId> |
97 | | - <version>4.5.14</version> |
| 98 | + <version>4.5.5</version> |
98 | 99 | </dependency> |
99 | 100 |
|
100 | 101 | <!-- HttpCore --> |
101 | 102 | <dependency> |
102 | 103 | <groupId>org.apache.httpcomponents</groupId> |
103 | 104 | <artifactId>httpcore</artifactId> |
104 | | - <version>4.4.16</version> |
| 105 | + <version>4.4.9</version> |
105 | 106 | </dependency> |
106 | 107 |
|
107 | 108 | <!-- Jackson Annotations --> |
108 | 109 | <dependency> |
109 | 110 | <groupId>com.fasterxml.jackson.core</groupId> |
110 | 111 | <artifactId>jackson-annotations</artifactId> |
111 | | - <version>2.19.1</version> |
| 112 | + <version>2.9.0</version> |
112 | 113 | </dependency> |
113 | 114 |
|
114 | 115 | <!-- Jackson Core --> |
115 | 116 | <dependency> |
116 | 117 | <groupId>com.fasterxml.jackson.core</groupId> |
117 | 118 | <artifactId>jackson-core</artifactId> |
118 | | - <version>2.19.1</version> |
| 119 | + <version>2.9.5</version> |
119 | 120 | </dependency> |
120 | 121 |
|
121 | 122 | <!-- Jackson Core ASL --> |
122 | 123 | <dependency> |
123 | 124 | <groupId>org.codehaus.jackson</groupId> |
124 | 125 | <artifactId>jackson-core-asl</artifactId> |
125 | | - <version>1.9.11</version> |
| 126 | + <version>1.9.2</version> |
126 | 127 | </dependency> |
127 | 128 |
|
128 | 129 | <!-- Jackson Databind --> |
129 | 130 | <dependency> |
130 | 131 | <groupId>com.fasterxml.jackson.core</groupId> |
131 | 132 | <artifactId>jackson-databind</artifactId> |
132 | | - <version>2.19.1</version> |
| 133 | + <version>2.9.3</version> |
133 | 134 | </dependency> |
134 | 135 |
|
135 | 136 | <!-- Jackson Mapper ASL --> |
136 | 137 | <dependency> |
137 | 138 | <groupId>org.codehaus.jackson</groupId> |
138 | 139 | <artifactId>jackson-mapper-asl</artifactId> |
139 | | - <version>1.9.11</version> |
| 140 | + <version>1.9.2</version> |
140 | 141 | </dependency> |
141 | 142 |
|
142 | 143 | <!-- Jackson XC --> |
143 | 144 | <dependency> |
144 | 145 | <groupId>org.codehaus.jackson</groupId> |
145 | 146 | <artifactId>jackson-xc</artifactId> |
146 | | - <version>1.9.11</version> |
| 147 | + <version>1.9.2</version> |
147 | 148 | </dependency> |
148 | 149 |
|
149 | 150 | <!-- Jackson XML Databind --> |
|
157 | 158 | <dependency> |
158 | 159 | <groupId>org.json</groupId> |
159 | 160 | <artifactId>json</artifactId> |
160 | | - <version>20250517</version> |
| 161 | + <version>20180130</version> |
161 | 162 | </dependency> |
162 | 163 |
|
163 | 164 | <!-- JUnit --> |
|
186 | 187 | <dependency> |
187 | 188 | <groupId>com.squareup.okio</groupId> |
188 | 189 | <artifactId>okio</artifactId> |
189 | | - <version>3.13.0</version> |
| 190 | + <version>1.6.0</version> |
190 | 191 | </dependency> |
191 | 192 |
|
192 | 193 | <!-- StAX API --> |
|
200 | 201 | <dependency> |
201 | 202 | <groupId>org.codehaus.woodstox</groupId> |
202 | 203 | <artifactId>stax2-api</artifactId> |
203 | | - <version>4.2.2</version> |
| 204 | + <version>3.1.0</version> |
204 | 205 | </dependency> |
205 | 206 |
|
206 | 207 | <!-- Swagger Annotations --> |
|
214 | 215 | <dependency> |
215 | 216 | <groupId>org.threeten</groupId> |
216 | 217 | <artifactId>threetenbp</artifactId> |
217 | | - <version>1.7.1</version> |
| 218 | + <version>1.4.5</version> |
218 | 219 | </dependency> |
219 | 220 | </dependencies> |
220 | 221 |
|
|
315 | 316 | <executions> |
316 | 317 | <execution> |
317 | 318 | <phase>process-resources</phase> |
318 | | - <goals><goal>run</goal></goals> |
| 319 | + <goals> |
| 320 | + <goal>run</goal> |
| 321 | + </goals> |
319 | 322 | <configuration> |
320 | | - <tasks> |
321 | | - <mkdir dir="${project.build.outputDirectory}" /> |
322 | | - <unzip src="lib/paapi5-java-sdk-1.2.2.jar" dest="${project.build.outputDirectory}" /> |
323 | | - </tasks> |
| 323 | + <target> |
| 324 | + <mkdir dir="${project.build.outputDirectory}"/> |
| 325 | + <unzip src="lib/paapi5-java-sdk-1.2.2.jar" dest="${project.build.outputDirectory}"/> |
| 326 | + </target> |
324 | 327 | </configuration> |
325 | 328 | </execution> |
326 | 329 | </executions> |
|
0 commit comments