|
33 | 33 | <artifactId>jrules-engine</artifactId>
|
34 | 34 | <version>${odm.version}</version>
|
35 | 35 | </dependency>
|
36 |
| - |
| 36 | + |
37 | 37 | <!-- XU BAI plugin artifacts -->
|
38 | 38 | <dependency>
|
39 | 39 | <groupId>com.ibm.odm</groupId>
|
|
61 | 61 | <dependency>
|
62 | 62 | <groupId>org.slf4j</groupId>
|
63 | 63 | <artifactId>slf4j-api</artifactId>
|
64 |
| - <version>1.7.30</version> |
| 64 | + <version>1.7.36</version> |
65 | 65 | </dependency>
|
66 | 66 | <dependency>
|
67 | 67 | <groupId>org.slf4j</groupId>
|
68 | 68 | <artifactId>slf4j-simple</artifactId>
|
69 |
| - <version>1.7.30</version> |
| 69 | + <version>1.7.36</version> |
70 | 70 | </dependency>
|
71 | 71 | <dependency>
|
72 | 72 | <groupId>javax.resource</groupId>
|
|
81 | 81 | <dependency>
|
82 | 82 | <groupId>org.apache.httpcomponents</groupId>
|
83 | 83 | <artifactId>httpclient</artifactId>
|
84 |
| - <version>4.5.13</version> |
85 | 84 | </dependency>
|
86 | 85 | <dependency>
|
87 | 86 | <groupId>org.apache.httpcomponents</groupId>
|
88 | 87 | <artifactId>httpcore</artifactId>
|
89 |
| - <version>4.4.13</version> |
90 | 88 | </dependency>
|
| 89 | + |
91 | 90 | <dependency>
|
92 | 91 | <groupId>com.fasterxml.jackson.core</groupId>
|
93 | 92 | <artifactId>jackson-annotations</artifactId>
|
94 |
| - <version>2.13.4</version> |
| 93 | + <version>2.16.0</version> |
95 | 94 | </dependency>
|
96 | 95 | <dependency>
|
97 | 96 | <groupId>com.fasterxml.jackson.core</groupId>
|
98 | 97 | <artifactId>jackson-core</artifactId>
|
99 |
| - <version>2.13.4</version> |
| 98 | + <version>2.16.0</version> |
100 | 99 | </dependency>
|
101 | 100 | <dependency>
|
102 | 101 | <groupId>com.fasterxml.jackson.core</groupId>
|
103 | 102 | <artifactId>jackson-databind</artifactId>
|
104 |
| - <version>2.13.4</version> |
105 |
| - </dependency> |
106 |
| - <dependency> |
107 |
| - <groupId>commons-logging</groupId> |
108 |
| - <artifactId>commons-logging</artifactId> |
109 |
| - <version>1.1.1</version> |
| 103 | + <version>2.16.0</version> |
110 | 104 | </dependency>
|
111 | 105 | <dependency>
|
112 | 106 | <groupId>commons-beanutils</groupId>
|
|
128 | 122 | <artifactId>commons-digester</artifactId>
|
129 | 123 | <version>1.8</version>
|
130 | 124 | </dependency>
|
131 |
| - |
| 125 | + <dependency> |
| 126 | + <groupId>commons-discovery</groupId> |
| 127 | + <artifactId>commons-discovery</artifactId> |
| 128 | + <version>0.2</version> |
| 129 | + </dependency> |
132 | 130 | <dependency>
|
133 | 131 | <groupId>commons-codec</groupId>
|
134 | 132 | <artifactId>commons-codec</artifactId>
|
135 |
| - <version>1.13</version> |
| 133 | + <version>1.16.1</version> |
136 | 134 | </dependency>
|
137 | 135 | <dependency>
|
138 | 136 | <groupId>commons-el</groupId>
|
|
158 | 156 | <dependency>
|
159 | 157 | <groupId>commons-math3</groupId>
|
160 | 158 | <artifactId>commons-math3</artifactId>
|
161 |
| - <version>15.0.0.Final</version> |
| 159 | + <version>3.6.1</version> |
162 | 160 | </dependency>
|
163 | 161 |
|
164 | 162 | <dependency>
|
165 | 163 | <groupId>commons-collections4</groupId>
|
166 | 164 | <artifactId>commons-collections4</artifactId>
|
167 |
| - <version>4.2</version> |
| 165 | + <version>4.4</version> |
168 | 166 | </dependency>
|
169 | 167 |
|
170 | 168 | <dependency>
|
|
182 | 180 | <dependency>
|
183 | 181 | <groupId>commons-logging</groupId>
|
184 | 182 | <artifactId>commons-logging</artifactId>
|
185 |
| - <version>1.1.1</version> |
| 183 | + <version>1.0.4</version> |
186 | 184 | </dependency>
|
187 | 185 |
|
188 | 186 | <dependency>
|
189 | 187 | <groupId>commons-io</groupId>
|
190 | 188 | <artifactId>commons-io</artifactId>
|
191 | 189 | <version>2.15.1</version>
|
192 | 190 | </dependency>
|
| 191 | + <dependency> |
| 192 | + <groupId>com.h2database</groupId> |
| 193 | + <artifactId>h2</artifactId> |
| 194 | + <version>2.2.224</version> |
| 195 | + </dependency> |
| 196 | + <dependency> |
| 197 | + <groupId>javax.inject</groupId> |
| 198 | + <artifactId>javax.inject</artifactId> |
| 199 | + <version>1</version> |
| 200 | + </dependency> |
| 201 | + |
| 202 | + <dependency> |
| 203 | + <groupId>javax.activation</groupId> |
| 204 | + <artifactId>javax.activation</artifactId> |
| 205 | + <version>1.2.0</version> |
| 206 | + </dependency> |
| 207 | + <dependency> |
| 208 | + <groupId>javax.activation</groupId> |
| 209 | + <artifactId>javax.activation-api</artifactId> |
| 210 | + <version>1.2.0</version> |
| 211 | + </dependency> |
| 212 | + <dependency> |
| 213 | + <groupId>javax.xml.bind</groupId> |
| 214 | + <artifactId>jaxb-api</artifactId> |
| 215 | + <version>2.3.1</version> |
| 216 | + </dependency> |
| 217 | + |
| 218 | + <dependency> |
| 219 | + <groupId>org.glassfish.jaxb</groupId> |
| 220 | + <artifactId>jaxb-core</artifactId> |
| 221 | + <version>2.3.0.1</version> |
| 222 | + </dependency> |
| 223 | + <dependency> |
| 224 | + <groupId>org.glassfish.jaxb</groupId> |
| 225 | + <artifactId>jaxb-impl</artifactId> |
| 226 | + <version>2.3.1</version> |
| 227 | + </dependency> |
| 228 | + <dependency> |
| 229 | + <groupId>javax.xml</groupId> |
| 230 | + <artifactId>jaxrpc-api</artifactId> |
| 231 | + <version>1.1</version> |
| 232 | + </dependency> |
| 233 | + <dependency> |
| 234 | + <groupId>joda-time</groupId> |
| 235 | + <artifactId>joda-time</artifactId> |
| 236 | + <version>2.9.9</version> |
| 237 | + </dependency> |
| 238 | + |
| 239 | + <dependency> |
| 240 | + <groupId>org.apache.mina</groupId> |
| 241 | + <artifactId>mina-core</artifactId> |
| 242 | + <version>2.1.5</version> |
| 243 | + </dependency> |
193 | 244 |
|
194 | 245 | <dependency>
|
195 | 246 | <groupId>org.apache.kafka</groupId>
|
196 | 247 | <artifactId>kafka-clients</artifactId>
|
197 |
| - <version>2.8.2</version> |
| 248 | + <version>3.4.0</version> |
198 | 249 | </dependency>
|
199 | 250 | <dependency>
|
200 | 251 | <groupId>org.glassfish</groupId>
|
201 | 252 | <artifactId>javax.json</artifactId>
|
202 | 253 | <version>1.1.4</version>
|
203 | 254 | </dependency>
|
| 255 | + |
| 256 | + <dependency> |
| 257 | + <groupId>junit</groupId> |
| 258 | + <artifactId>junit</artifactId> |
| 259 | + <version>3.8.1</version> |
| 260 | + </dependency> |
| 261 | + <dependency> |
| 262 | + <groupId>org.apache.poi</groupId> |
| 263 | + <artifactId>poi</artifactId> |
| 264 | + <version>4.1.2</version> |
| 265 | + </dependency> |
| 266 | + <dependency> |
| 267 | + <groupId>org.apache.poi</groupId> |
| 268 | + <artifactId>poi-ooxml</artifactId> |
| 269 | + <version>4.1.2</version> |
| 270 | + </dependency> |
| 271 | + <dependency> |
| 272 | + <groupId>org.apache.poi</groupId> |
| 273 | + <artifactId>poi-ooxml-schemas</artifactId> |
| 274 | + <version>4.1.2</version> |
| 275 | + </dependency> |
| 276 | + <dependency> |
| 277 | + <groupId>com.ibm.serializer</groupId> |
| 278 | + <artifactId>serializer</artifactId> |
| 279 | + <version>2.7.3.IBM</version> |
| 280 | + </dependency> |
| 281 | + <dependency> |
| 282 | + <groupId>javax.servlet</groupId> |
| 283 | + <artifactId>javax.servlet-api</artifactId> |
| 284 | + <version>2.3</version> |
| 285 | + </dependency> |
| 286 | + <dependency> |
| 287 | + <groupId>wsdl4j</groupId> |
| 288 | + <artifactId>wsdl4j</artifactId> |
| 289 | + <version>1.6.2</version> |
| 290 | + </dependency> |
| 291 | + <dependency> |
| 292 | + <groupId>com.ibm.xalan</groupId> |
| 293 | + <artifactId>xalan</artifactId> |
| 294 | + <version>2.7.3.IBM</version> |
| 295 | + </dependency> |
| 296 | + |
| 297 | + <dependency> |
| 298 | + <groupId>org.apache.xmlbeans</groupId> |
| 299 | + <artifactId>xmlbeans</artifactId> |
| 300 | + <version>3.1.0</version> |
| 301 | + </dependency> |
204 | 302 | </dependencies>
|
205 | 303 | </project>
|
0 commit comments