|
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>
|
|
47 | 47 | </dependency>
|
48 | 48 |
|
49 | 49 | <!-- third party dependencies -->
|
| 50 | + |
50 | 51 | <dependency>
|
51 | 52 | <groupId>org.slf4j</groupId>
|
52 | 53 | <artifactId>slf4j-api</artifactId>
|
53 |
| - <version>1.7.30</version> |
| 54 | + <version>1.7.36</version> |
54 | 55 | </dependency>
|
55 | 56 | <dependency>
|
56 | 57 | <groupId>org.slf4j</groupId>
|
57 | 58 | <artifactId>slf4j-simple</artifactId>
|
58 |
| - <version>1.7.30</version> |
| 59 | + <version>1.7.36</version> |
59 | 60 | </dependency>
|
60 | 61 | <dependency>
|
61 | 62 | <groupId>javax.resource</groupId>
|
|
70 | 71 | <dependency>
|
71 | 72 | <groupId>org.apache.httpcomponents</groupId>
|
72 | 73 | <artifactId>httpclient</artifactId>
|
73 |
| - <version>4.5.13</version> |
74 | 74 | </dependency>
|
75 | 75 | <dependency>
|
76 | 76 | <groupId>org.apache.httpcomponents</groupId>
|
77 | 77 | <artifactId>httpcore</artifactId>
|
78 |
| - <version>4.4.13</version> |
79 | 78 | </dependency>
|
| 79 | + |
80 | 80 | <dependency>
|
81 | 81 | <groupId>com.fasterxml.jackson.core</groupId>
|
82 | 82 | <artifactId>jackson-annotations</artifactId>
|
83 |
| - <version>2.13.4</version> |
| 83 | + <version>2.16.0</version> |
84 | 84 | </dependency>
|
85 | 85 | <dependency>
|
86 | 86 | <groupId>com.fasterxml.jackson.core</groupId>
|
87 | 87 | <artifactId>jackson-core</artifactId>
|
88 |
| - <version>2.13.4</version> |
| 88 | + <version>2.16.0</version> |
89 | 89 | </dependency>
|
90 | 90 | <dependency>
|
91 | 91 | <groupId>com.fasterxml.jackson.core</groupId>
|
92 | 92 | <artifactId>jackson-databind</artifactId>
|
93 |
| - <version>2.13.4</version> |
| 93 | + <version>2.16.0</version> |
| 94 | + </dependency> |
| 95 | + <dependency> |
| 96 | + <groupId>commons-discovery</groupId> |
| 97 | + <artifactId>commons-discovery</artifactId> |
| 98 | + <version>0.2</version> |
| 99 | + </dependency> |
| 100 | + <dependency> |
| 101 | + <groupId>commons-codec</groupId> |
| 102 | + <artifactId>commons-codec</artifactId> |
| 103 | + <version>1.16.1</version> |
| 104 | + </dependency> |
| 105 | + <dependency> |
| 106 | + <groupId>commons-math3</groupId> |
| 107 | + <artifactId>commons-math3</artifactId> |
| 108 | + <version>3.6.1</version> |
| 109 | + </dependency> |
| 110 | + |
| 111 | + <dependency> |
| 112 | + <groupId>commons-collections4</groupId> |
| 113 | + <artifactId>commons-collections4</artifactId> |
| 114 | + <version>4.4</version> |
| 115 | + </dependency> |
| 116 | + |
| 117 | + <dependency> |
| 118 | + <groupId>commons-compress</groupId> |
| 119 | + <artifactId>commons-compress</artifactId> |
| 120 | + <version>1.26.1</version> |
94 | 121 | </dependency>
|
95 | 122 | <dependency>
|
96 | 123 | <groupId>commons-logging</groupId>
|
97 | 124 | <artifactId>commons-logging</artifactId>
|
98 | 125 | <version>1.0.4</version>
|
99 | 126 | </dependency>
|
| 127 | + |
| 128 | + <dependency> |
| 129 | + <groupId>commons-io</groupId> |
| 130 | + <artifactId>commons-io</artifactId> |
| 131 | + <version>2.15.1</version> |
| 132 | + </dependency> |
| 133 | + <dependency> |
| 134 | + <groupId>com.h2database</groupId> |
| 135 | + <artifactId>h2</artifactId> |
| 136 | + <version>2.2.224</version> |
| 137 | + </dependency> |
| 138 | + <dependency> |
| 139 | + <groupId>javax.inject</groupId> |
| 140 | + <artifactId>javax.inject</artifactId> |
| 141 | + <version>1</version> |
| 142 | + </dependency> |
| 143 | + |
| 144 | + <dependency> |
| 145 | + <groupId>javax.activation</groupId> |
| 146 | + <artifactId>javax.activation</artifactId> |
| 147 | + <version>1.2.0</version> |
| 148 | + </dependency> |
| 149 | + <dependency> |
| 150 | + <groupId>javax.activation</groupId> |
| 151 | + <artifactId>javax.activation-api</artifactId> |
| 152 | + <version>1.2.0</version> |
| 153 | + </dependency> |
| 154 | + <dependency> |
| 155 | + <groupId>javax.xml.bind</groupId> |
| 156 | + <artifactId>jaxb-api</artifactId> |
| 157 | + <version>2.3.1</version> |
| 158 | + </dependency> |
| 159 | + |
| 160 | + <dependency> |
| 161 | + <groupId>org.glassfish.jaxb</groupId> |
| 162 | + <artifactId>jaxb-core</artifactId> |
| 163 | + <version>2.3.0.1</version> |
| 164 | + </dependency> |
| 165 | + <dependency> |
| 166 | + <groupId>org.glassfish.jaxb</groupId> |
| 167 | + <artifactId>jaxb-impl</artifactId> |
| 168 | + <version>2.3.1</version> |
| 169 | + </dependency> |
| 170 | + <dependency> |
| 171 | + <groupId>javax.xml</groupId> |
| 172 | + <artifactId>jaxrpc-api</artifactId> |
| 173 | + <version>1.1</version> |
| 174 | + </dependency> |
| 175 | + <dependency> |
| 176 | + <groupId>joda-time</groupId> |
| 177 | + <artifactId>joda-time</artifactId> |
| 178 | + <version>2.9.9</version> |
| 179 | + </dependency> |
| 180 | + |
| 181 | + <dependency> |
| 182 | + <groupId>org.apache.mina</groupId> |
| 183 | + <artifactId>mina-core</artifactId> |
| 184 | + <version>2.1.5</version> |
| 185 | + </dependency> |
| 186 | + |
100 | 187 | <dependency>
|
101 | 188 | <groupId>org.apache.kafka</groupId>
|
102 | 189 | <artifactId>kafka-clients</artifactId>
|
103 |
| - <version>2.8.2</version> |
| 190 | + <version>3.4.0</version> |
104 | 191 | </dependency>
|
105 | 192 | <dependency>
|
106 | 193 | <groupId>org.glassfish</groupId>
|
107 | 194 | <artifactId>javax.json</artifactId>
|
108 | 195 | <version>1.1.4</version>
|
109 | 196 | </dependency>
|
| 197 | + |
| 198 | + <dependency> |
| 199 | + <groupId>junit</groupId> |
| 200 | + <artifactId>junit</artifactId> |
| 201 | + <version>3.8.1</version> |
| 202 | + </dependency> |
| 203 | + <dependency> |
| 204 | + <groupId>org.apache.poi</groupId> |
| 205 | + <artifactId>poi</artifactId> |
| 206 | + <version>4.1.2</version> |
| 207 | + </dependency> |
| 208 | + <dependency> |
| 209 | + <groupId>org.apache.poi</groupId> |
| 210 | + <artifactId>poi-ooxml</artifactId> |
| 211 | + <version>4.1.2</version> |
| 212 | + </dependency> |
| 213 | + <dependency> |
| 214 | + <groupId>org.apache.poi</groupId> |
| 215 | + <artifactId>poi-ooxml-schemas</artifactId> |
| 216 | + <version>4.1.2</version> |
| 217 | + </dependency> |
| 218 | + <dependency> |
| 219 | + <groupId>com.ibm.serializer</groupId> |
| 220 | + <artifactId>serializer</artifactId> |
| 221 | + <version>2.7.3.IBM</version> |
| 222 | + </dependency> |
| 223 | + <dependency> |
| 224 | + <groupId>javax.servlet</groupId> |
| 225 | + <artifactId>javax.servlet-api</artifactId> |
| 226 | + <version>2.3</version> |
| 227 | + </dependency> |
| 228 | + <dependency> |
| 229 | + <groupId>wsdl4j</groupId> |
| 230 | + <artifactId>wsdl4j</artifactId> |
| 231 | + <version>1.6.2</version> |
| 232 | + </dependency> |
| 233 | + <dependency> |
| 234 | + <groupId>com.ibm.xalan</groupId> |
| 235 | + <artifactId>xalan</artifactId> |
| 236 | + <version>2.7.3.IBM</version> |
| 237 | + </dependency> |
| 238 | + |
| 239 | + <dependency> |
| 240 | + <groupId>org.apache.xmlbeans</groupId> |
| 241 | + <artifactId>xmlbeans</artifactId> |
| 242 | + <version>3.1.0</version> |
| 243 | + </dependency> |
110 | 244 | </dependencies>
|
111 | 245 | </project>
|
0 commit comments