Skip to content

Commit

Permalink
Merge pull request #13 from lbaldinger/patch-1
Browse files Browse the repository at this point in the history
Added missing test scopes
  • Loading branch information
ssterli2 authored Nov 16, 2020
2 parents 0e060dd + 28f91b5 commit a48770c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions gettyimagesapi-sdk/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -72,11 +72,13 @@
<groupId>org.mock-server</groupId>
<artifactId>mockserver-netty</artifactId>
<version>3.10.8</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.mock-server</groupId>
<artifactId>mockserver-client-java</artifactId>
<version>3.10.8</version>
<scope>test</scope>
</dependency>
</dependencies>
<build>
Expand Down

0 comments on commit a48770c

Please sign in to comment.