Skip to content

Commit

Permalink
Adding logstash-logback dependencies to avoid classloading issue when…
Browse files Browse the repository at this point in the history
… using logstash-logback appenders (eclipse-che#6537)

Signed-off-by: Sun Tan <sutan@redhat.com>
  • Loading branch information
sunix committed Nov 16, 2017
1 parent c623c1e commit 4706a93
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions assembly/assembly-wsmaster-war/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -30,10 +30,18 @@
<groupId>aopalliance</groupId>
<artifactId>aopalliance</artifactId>
</dependency>
<dependency>
<groupId>ch.qos.logback</groupId>
<artifactId>logback-access</artifactId>
</dependency>
<dependency>
<groupId>ch.qos.logback</groupId>
<artifactId>logback-classic</artifactId>
</dependency>
<dependency>
<groupId>ch.qos.logback</groupId>
<artifactId>logback-core</artifactId>
</dependency>
<dependency>
<groupId>com.google.guava</groupId>
<artifactId>guava</artifactId>
Expand Down Expand Up @@ -62,6 +70,10 @@
<groupId>javax.inject</groupId>
<artifactId>javax.inject</artifactId>
</dependency>
<dependency>
<groupId>net.logstash.logback</groupId>
<artifactId>logstash-logback-encoder</artifactId>
</dependency>
<dependency>
<groupId>org.eclipse.che</groupId>
<artifactId>bootstrapper</artifactId>
Expand Down

0 comments on commit 4706a93

Please sign in to comment.