Skip to content

Commit

Permalink
Merge pull request #10707 from cBioPortal/demo-javax-test
Browse files Browse the repository at this point in the history
➖ Remove mockserver dep from production build
  • Loading branch information
haynescd authored Mar 13, 2024
2 parents 6c62391 + aa10c54 commit 209bd06
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/security-integration-test.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: Security integration tests
on: [push, pull_request]
on: [pull_request]
jobs:
build:
name: Security integration tests
Expand Down
2 changes: 2 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -294,11 +294,13 @@
<dependency>
<groupId>org.testcontainers</groupId>
<artifactId>mockserver</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.mock-server</groupId>
<artifactId>mockserver-client-java</artifactId>
<version>${mockserver.version}</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>com.github.dasniko</groupId>
Expand Down

0 comments on commit 209bd06

Please sign in to comment.