Skip to content

Commit 1d65b02

Browse files
authored
Merge pull request #25723 from Thihup/feature/improve-admin-cli
Improve Admin CLI with JLine
2 parents 62bf267 + 9392720 commit 1d65b02

File tree

3 files changed

+339
-8
lines changed

3 files changed

+339
-8
lines changed

appserver/featuresets/web/pom.xml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1907,5 +1907,11 @@
19071907
</exclusion>
19081908
</exclusions>
19091909
</dependency>
1910+
1911+
<!-- JLine for Admin CLI -->
1912+
<dependency>
1913+
<groupId>org.jline</groupId>
1914+
<artifactId>jline</artifactId>
1915+
</dependency>
19101916
</dependencies>
19111917
</project>

nucleus/admin/cli/pom.xml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -236,6 +236,10 @@
236236
<groupId>org.hamcrest</groupId>
237237
<artifactId>hamcrest</artifactId>
238238
</dependency>
239+
<dependency>
240+
<groupId>org.jline</groupId>
241+
<artifactId>jline</artifactId>
242+
</dependency>
239243
</dependencies>
240244

241245
<build>

0 commit comments

Comments
 (0)