Skip to content

Commit

Permalink
Add missing libs
Browse files Browse the repository at this point in the history
  • Loading branch information
janisz committed Jun 14, 2022
1 parent 22d891e commit 4272721
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -100,12 +100,12 @@ jobs:
name: Unit tests
command: |
cd stackrox-container-image-scanner
mvn verify
mvn verify -e
- run:
name: Build and package the Jenkins plugin
command: |
cd stackrox-container-image-scanner
mvn package
mvn package -e
mvn hpi:hpi
- store_test_results:
path: /home/circleci/jenkins-plugin/stackrox-container-image-scanner/target/surefire-reports
Expand Down
10 changes: 10 additions & 0 deletions stackrox-container-image-scanner/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -132,6 +132,16 @@
<artifactId>jackson-databind-nullable</artifactId>
<version>0.2.2</version>
</dependency>
<dependency>
<groupId>javax.ws.rs</groupId>
<artifactId>jsr311-api</artifactId>
<version>1.1.1</version>
</dependency>
<dependency>
<groupId>javax.ws.rs</groupId>
<artifactId>javax.ws.rs-api</artifactId>
<version>2.1.1</version>
</dependency>
<!-- required by OkHTTP -->
<dependency>
<groupId>org.jetbrains.kotlin</groupId>
Expand Down

0 comments on commit 4272721

Please sign in to comment.