Skip to content

Commit

Permalink
Exlcude tomcat from mskcc artifacts included in core (#8946)
Browse files Browse the repository at this point in the history
- spring boot's tomcat was leaking from the session service jar into the
main portal, and from there into core
- this broke the cli output for all scripts, as they thought
they were running on a sever, and muted their output
  • Loading branch information
Luke-Sikina authored Oct 5, 2021
1 parent b485e05 commit f802e2a
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions web/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -96,6 +96,10 @@
<groupId>ch.qos.logback</groupId>
<artifactId>logback-classic</artifactId>
</exclusion>
<exclusion>
<artifactId>spring-boot-starter-web</artifactId>
<groupId>org.springframework.boot</groupId>
</exclusion>
</exclusions>
</dependency>
<dependency>
Expand Down

0 comments on commit f802e2a

Please sign in to comment.