Skip to content

Commit

Permalink
Reinstate tomakehurst direct
Browse files Browse the repository at this point in the history
  • Loading branch information
pricem14pc committed Oct 30, 2024
1 parent de1bc3b commit f031c5e
Showing 1 changed file with 16 additions and 16 deletions.
32 changes: 16 additions & 16 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -163,25 +163,25 @@
<artifactId>lombok</artifactId>
<version>1.18.30</version>
</dependency>
<!-- <dependency>-->
<!-- &lt;!&ndash; TODO: unit tests only pass with this version of wiremock &ndash;&gt;-->
<!-- &lt;!&ndash; however this breaks the IT tests with: &ndash;&gt;-->
<!-- &lt;!&ndash; due to exception in wiremock.jetty9.JettyHttpServer.createServerConnector &ndash;&gt;-->
<!-- <groupId>com.github.tomakehurst</groupId>-->
<!-- <artifactId>wiremock</artifactId>-->
<!-- <version>2.27.2</version>-->
<!-- <scope>test</scope>-->
<!-- </dependency>-->
<dependency>
<!-- TODO: however, if we use the new preferred org.wiremock instead (which has the above tomakehurst bundled) -->
<!-- this breaks both the unit and IT tests with: -->
<!-- Class versions V1_5 or less must use F_NEW frames -->
<!-- this seems to be related to calls to godaddy logging happening around ASM reflection -->
<groupId>org.wiremock</groupId>
<artifactId>wiremock-standalone</artifactId>
<version>3.9.1</version>
<!-- TODO: unit tests only pass with this version of wiremock -->
<!-- however this breaks the IT tests with: -->
<!-- due to exception in wiremock.jetty9.JettyHttpServer.createServerConnector -->
<groupId>com.github.tomakehurst</groupId>
<artifactId>wiremock</artifactId>
<version>2.27.2</version>
<scope>test</scope>
</dependency>
<!-- <dependency>-->
<!-- &lt;!&ndash; TODO: however, if we use the new preferred org.wiremock instead (which has the above tomakehurst bundled) &ndash;&gt;-->
<!-- &lt;!&ndash; this breaks both the unit and IT tests with: &ndash;&gt;-->
<!-- &lt;!&ndash; Class versions V1_5 or less must use F_NEW frames &ndash;&gt;-->
<!-- &lt;!&ndash; this seems to be related to calls to godaddy logging happening around ASM reflection &ndash;&gt;-->
<!-- <groupId>org.wiremock</groupId>-->
<!-- <artifactId>wiremock-standalone</artifactId>-->
<!-- <version>3.9.1</version>-->
<!-- <scope>test</scope>-->
<!-- </dependency>-->
<!-- the hibernate-types-5 appear to now be available in the hibernate-core package -->
<!-- <dependency>-->
<!-- <groupId>com.vladmihalcea</groupId>-->
Expand Down

0 comments on commit f031c5e

Please sign in to comment.