|
159 | 159 | <commons.collections.version>3.2.2</commons.collections.version> |
160 | 160 | <scala.version>2.11.8</scala.version> |
161 | 161 | <scala.binary.version>2.11</scala.binary.version> |
162 | | - <jline.version>${scala.version}</jline.version> |
163 | | - <jline.groupid>org.scala-lang</jline.groupid> |
164 | 162 | <codehaus.jackson.version>1.9.13</codehaus.jackson.version> |
165 | 163 | <fasterxml.jackson.version>2.6.5</fasterxml.jackson.version> |
166 | 164 | <snappy.version>1.1.2.4</snappy.version> |
|
1428 | 1426 | <groupId>org.codehaus.groovy</groupId> |
1429 | 1427 | <artifactId>groovy-all</artifactId> |
1430 | 1428 | </exclusion> |
| 1429 | + <exclusion> |
| 1430 | + <groupId>jline</groupId> |
| 1431 | + <artifactId>jline</artifactId> |
| 1432 | + </exclusion> |
1431 | 1433 | </exclusions> |
1432 | 1434 | </dependency> |
1433 | 1435 | <dependency> |
|
1832 | 1834 | <artifactId>antlr4-runtime</artifactId> |
1833 | 1835 | <version>${antlr4.version}</version> |
1834 | 1836 | </dependency> |
| 1837 | + <dependency> |
| 1838 | + <groupId>${jline.groupid}</groupId> |
| 1839 | + <artifactId>jline</artifactId> |
| 1840 | + <version>${jline.version}</version> |
| 1841 | + </dependency> |
1835 | 1842 | </dependencies> |
1836 | 1843 | </dependencyManagement> |
1837 | 1844 |
|
|
2538 | 2545 | <jline.version>${scala.version}</jline.version> |
2539 | 2546 | <jline.groupid>org.scala-lang</jline.groupid> |
2540 | 2547 | </properties> |
2541 | | - <dependencyManagement> |
2542 | | - <dependencies> |
2543 | | - <dependency> |
2544 | | - <groupId>${jline.groupid}</groupId> |
2545 | | - <artifactId>jline</artifactId> |
2546 | | - <version>${jline.version}</version> |
2547 | | - </dependency> |
2548 | | - </dependencies> |
2549 | | - </dependencyManagement> |
2550 | 2548 | <build> |
2551 | 2549 | <plugins> |
2552 | 2550 | <plugin> |
|
2645 | 2643 | <properties> |
2646 | 2644 | <scala.version>2.11.8</scala.version> |
2647 | 2645 | <scala.binary.version>2.11</scala.binary.version> |
| 2646 | + <jline.version>2.12.1</jline.version> |
| 2647 | + <jline.groupid>jline</jline.groupid> |
2648 | 2648 | </properties> |
2649 | 2649 | <build> |
2650 | 2650 | <plugins> |
|
0 commit comments