Skip to content

Commit

Permalink
Added missing lib to be able to configure net.logstash.logback.encode…
Browse files Browse the repository at this point in the history
…r.LogstashEncoder on wsagent. Removed unused libs from ws-master war (eclipse-che#7444) (eclipse-che#7566)
  • Loading branch information
skabashnyuk authored and JPinkney committed Nov 29, 2017
1 parent 2c741a7 commit ab9bf6c
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 8 deletions.
8 changes: 0 additions & 8 deletions assembly/assembly-wsmaster-war/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -30,18 +30,10 @@
<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
6 changes: 6 additions & 0 deletions wsagent/che-wsagent-core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,11 @@
<groupId>javax.inject</groupId>
<artifactId>javax.inject</artifactId>
</dependency>
<dependency>
<groupId>net.logstash.logback</groupId>
<artifactId>logstash-logback-encoder</artifactId>
<version>${logstash.logback.encoder.version}</version>
</dependency>
<dependency>
<groupId>org.eclipse.che.core</groupId>
<artifactId>che-core-api-core</artifactId>
Expand Down Expand Up @@ -149,6 +154,7 @@
<ignoredDependencies>
<ignoredDependency>org.everrest:everrest-core</ignoredDependency>
<ignoredDependency>ch.qos.logback:logback-classic</ignoredDependency>
<ignoredDependency>net.logstash.logback:logstash-logback-encoder</ignoredDependency>
<ignoredDependency>org.slf4j:jul-to-slf4j</ignoredDependency>
<ignoredDependency>org.slf4j:jcl-over-slf4j</ignoredDependency>
<ignoredDependency>org.slf4j:log4j-over-slf4j</ignoredDependency>
Expand Down

0 comments on commit ab9bf6c

Please sign in to comment.