Skip to content

Commit

Permalink
Added explicit dependency on crsh-cli to fix maven compilation problem
Browse files Browse the repository at this point in the history
  • Loading branch information
altmind committed Apr 11, 2019
1 parent d1200bb commit cf91012
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
5 changes: 5 additions & 0 deletions modules/jooby-crash/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,11 @@
<artifactId>crash.shell</artifactId>
</dependency>

<dependency>
<groupId>org.crashub</groupId>
<artifactId>crash.cli</artifactId>
</dependency>

<!-- Test dependencies -->
<dependency>
<groupId>org.jooby</groupId>
Expand Down
8 changes: 7 additions & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -911,7 +911,7 @@
<version>${gson.version}</version>
</dependency>

<!-- yasson - Json-B -->
<!-- yasson - Json-B -->
<dependency>
<groupId>org.eclipse</groupId>
<artifactId>yasson</artifactId>
Expand Down Expand Up @@ -1644,6 +1644,12 @@
</exclusions>
</dependency>

<dependency>
<groupId>org.crashub</groupId>
<artifactId>crash.cli</artifactId>
<version>${crash.version}</version>
</dependency>

<dependency>
<groupId>org.crashub</groupId>
<artifactId>crash.connectors.telnet</artifactId>
Expand Down

0 comments on commit cf91012

Please sign in to comment.