Skip to content

Commit

Permalink
Merge pull request #86 from smartSenseSolutions/fix/issue-84-integrat…
Browse files Browse the repository at this point in the history
…ion-test

fix: integration test
  • Loading branch information
borisrizov-zf authored Feb 26, 2024
2 parents cc049f0 + 54ee663 commit 2f49428
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 8 deletions.
16 changes: 9 additions & 7 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ SPDX-License-Identifier: Apache-2.0
<groupId>com.apicatalog</groupId>
<artifactId>titanium-json-ld-jre8</artifactId>
</exclusion>
</exclusions>
</exclusions>
</dependency>

<!-- https://mvnrepository.com/artifact/jakarta.json/jakarta.json-api -->
Expand Down Expand Up @@ -347,12 +347,14 @@ SPDX-License-Identifier: Apache-2.0
<artifactId>maven-failsafe-plugin</artifactId>
<version>3.2.2</version>
<executions>
<execution>
<goals>
<goal>integration-test</goal>
<goal>verify</goal>
</goals>
</execution>
<execution>
<id>integration-test</id>
<goals>
<goal>integration-test</goal>
<goal>verify</goal>
</goals>
<phase>test</phase>
</execution>
</executions>
</plugin>
<plugin>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ public class DidUniResolverIT {
*/
@Container
public static GenericContainer<?> uniResolver =
new GenericContainer<>("universalresolver/driver-did-key:latest")
new GenericContainer<>("universalresolver/driver-did-key:0.2.0-f98a04a")
.withExposedPorts(8080)
.waitingFor(new HostPortWaitStrategy());

Expand Down

0 comments on commit 2f49428

Please sign in to comment.