Skip to content

Commit

Permalink
Update openbook and solanaj dependencies in pom.xml
Browse files Browse the repository at this point in the history
The openbook dependency has been updated to version 1.30.1, and no longer includes the solanaj artifact. Additionally, the solanaj artifact is added as an independent dependency. This modification helps to prevent version conflicts.
  • Loading branch information
skynetcap committed Feb 7, 2024
1 parent 4ea722d commit e263782
Showing 1 changed file with 4 additions and 9 deletions.
13 changes: 4 additions & 9 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -26,22 +26,17 @@
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-test</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>com.mmorrell</groupId>
<artifactId>openbook</artifactId>
<version>1.21.9</version>
<exclusions>
<exclusion>
<groupId>com.mmorrell</groupId>
<artifactId>solanaj</artifactId>
<groupId>com.jayway.jsonpath</groupId>
<artifactId>json-path</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>com.mmorrell</groupId>
<artifactId>solanaj</artifactId>
<version>1.17.2</version>
<artifactId>openbook</artifactId>
<version>1.30.1</version>
</dependency>
</dependencies>

Expand Down

0 comments on commit e263782

Please sign in to comment.