|
179 | 179 | <!-- org.apache.commons/commons-lang3/-->
|
180 | 180 | <commons-lang3.version>3.5</commons-lang3.version>
|
181 | 181 | <commons-compress.version>1.8.1</commons-compress.version>
|
| 182 | + <commons-pool.version>1.6</commons-pool.version> |
182 | 183 | <datanucleus-core.version>3.2.10</datanucleus-core.version>
|
183 | 184 | <javax-activation.version>1.1.1</javax-activation.version>
|
184 | 185 | <objenesis.version>2.5.1</objenesis.version>
|
|
189 | 190 | <jsr305.version>3.0.1</jsr305.version>
|
190 | 191 | <libthrift.version>0.9.3</libthrift.version>
|
191 | 192 | <antlr4.version>4.7</antlr4.version>
|
| 193 | + <antlr.version>3.4</antlr.version> |
192 | 194 | <jpam.version>1.1</jpam.version>
|
193 | 195 | <selenium.version>2.52.0</selenium.version>
|
194 | 196 | <paranamer.version>2.6</paranamer.version>
|
|
495 | 497 | <artifactId>commons-beanutils</artifactId>
|
496 | 498 | <version>${commons-beanutils.version}</version>
|
497 | 499 | </dependency>
|
| 500 | + <dependency> |
| 501 | + <groupId>commons-pool</groupId> |
| 502 | + <artifactId>commons-pool</artifactId> |
| 503 | + <version>${commons-pool.version}</version> |
| 504 | + </dependency> |
498 | 505 | <dependency>
|
499 | 506 | <groupId>org.apache.commons</groupId>
|
500 | 507 | <artifactId>commons-lang3</artifactId>
|
|
2115 | 2122 | <artifactId>antlr4-runtime</artifactId>
|
2116 | 2123 | <version>${antlr4.version}</version>
|
2117 | 2124 | </dependency>
|
| 2125 | + <dependency> |
| 2126 | + <groupId>org.antlr</groupId> |
| 2127 | + <artifactId>antlr-runtime</artifactId> |
| 2128 | + <version>${antlr.version}</version> |
| 2129 | + </dependency> |
2118 | 2130 | <dependency>
|
2119 | 2131 | <groupId>jline</groupId>
|
2120 | 2132 | <artifactId>jline</artifactId>
|
|
0 commit comments