Skip to content

Commit 4dec5fe

Browse files
committed
fix: go back to the original dependecy version
1 parent 76feab0 commit 4dec5fe

1 file changed

Lines changed: 25 additions & 22 deletions

File tree

pom.xml

Lines changed: 25 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
<?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">
34
<modelVersion>4.0.0</modelVersion>
45

56
<groupId>net.osslabz</groupId>
@@ -66,84 +67,84 @@
6667
<dependency>
6768
<groupId>commons-logging</groupId>
6869
<artifactId>commons-logging</artifactId>
69-
<version>1.3.5</version>
70+
<version>1.2</version>
7071
</dependency>
7172

7273
<!-- Gson -->
7374
<dependency>
7475
<groupId>com.google.code.gson</groupId>
7576
<artifactId>gson</artifactId>
76-
<version>2.13.1</version>
77+
<version>2.8.1</version>
7778
</dependency>
7879

7980
<!-- Gson Fire -->
8081
<dependency>
8182
<groupId>io.gsonfire</groupId>
8283
<artifactId>gson-fire</artifactId>
83-
<version>1.9.0</version>
84+
<version>1.8.0</version>
8485
</dependency>
8586

8687
<!-- Hamcrest Core -->
8788
<dependency>
8889
<groupId>org.hamcrest</groupId>
8990
<artifactId>hamcrest-core</artifactId>
90-
<version>3.0</version>
91+
<version>1.3</version>
9192
</dependency>
9293

9394
<!-- HttpClient -->
9495
<dependency>
9596
<groupId>org.apache.httpcomponents</groupId>
9697
<artifactId>httpclient</artifactId>
97-
<version>4.5.14</version>
98+
<version>4.5.5</version>
9899
</dependency>
99100

100101
<!-- HttpCore -->
101102
<dependency>
102103
<groupId>org.apache.httpcomponents</groupId>
103104
<artifactId>httpcore</artifactId>
104-
<version>4.4.16</version>
105+
<version>4.4.9</version>
105106
</dependency>
106107

107108
<!-- Jackson Annotations -->
108109
<dependency>
109110
<groupId>com.fasterxml.jackson.core</groupId>
110111
<artifactId>jackson-annotations</artifactId>
111-
<version>2.19.1</version>
112+
<version>2.9.0</version>
112113
</dependency>
113114

114115
<!-- Jackson Core -->
115116
<dependency>
116117
<groupId>com.fasterxml.jackson.core</groupId>
117118
<artifactId>jackson-core</artifactId>
118-
<version>2.19.1</version>
119+
<version>2.9.5</version>
119120
</dependency>
120121

121122
<!-- Jackson Core ASL -->
122123
<dependency>
123124
<groupId>org.codehaus.jackson</groupId>
124125
<artifactId>jackson-core-asl</artifactId>
125-
<version>1.9.11</version>
126+
<version>1.9.2</version>
126127
</dependency>
127128

128129
<!-- Jackson Databind -->
129130
<dependency>
130131
<groupId>com.fasterxml.jackson.core</groupId>
131132
<artifactId>jackson-databind</artifactId>
132-
<version>2.19.1</version>
133+
<version>2.9.3</version>
133134
</dependency>
134135

135136
<!-- Jackson Mapper ASL -->
136137
<dependency>
137138
<groupId>org.codehaus.jackson</groupId>
138139
<artifactId>jackson-mapper-asl</artifactId>
139-
<version>1.9.11</version>
140+
<version>1.9.2</version>
140141
</dependency>
141142

142143
<!-- Jackson XC -->
143144
<dependency>
144145
<groupId>org.codehaus.jackson</groupId>
145146
<artifactId>jackson-xc</artifactId>
146-
<version>1.9.11</version>
147+
<version>1.9.2</version>
147148
</dependency>
148149

149150
<!-- Jackson XML Databind -->
@@ -157,7 +158,7 @@
157158
<dependency>
158159
<groupId>org.json</groupId>
159160
<artifactId>json</artifactId>
160-
<version>20250517</version>
161+
<version>20180130</version>
161162
</dependency>
162163

163164
<!-- JUnit -->
@@ -186,7 +187,7 @@
186187
<dependency>
187188
<groupId>com.squareup.okio</groupId>
188189
<artifactId>okio</artifactId>
189-
<version>3.13.0</version>
190+
<version>1.6.0</version>
190191
</dependency>
191192

192193
<!-- StAX API -->
@@ -200,7 +201,7 @@
200201
<dependency>
201202
<groupId>org.codehaus.woodstox</groupId>
202203
<artifactId>stax2-api</artifactId>
203-
<version>4.2.2</version>
204+
<version>3.1.0</version>
204205
</dependency>
205206

206207
<!-- Swagger Annotations -->
@@ -214,7 +215,7 @@
214215
<dependency>
215216
<groupId>org.threeten</groupId>
216217
<artifactId>threetenbp</artifactId>
217-
<version>1.7.1</version>
218+
<version>1.4.5</version>
218219
</dependency>
219220
</dependencies>
220221

@@ -315,12 +316,14 @@
315316
<executions>
316317
<execution>
317318
<phase>process-resources</phase>
318-
<goals><goal>run</goal></goals>
319+
<goals>
320+
<goal>run</goal>
321+
</goals>
319322
<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>
324327
</configuration>
325328
</execution>
326329
</executions>

0 commit comments

Comments
 (0)