Commit 160b43a
authored
fix(deps): downgrade json-schema-validator from 3.0.1 to 2.0.0 to resolve dependency conflict (#1241)
## AgentScope-Java Version
1.0.12
## Description
* downgrade `com.networknt:json-schema-validator` from 3.0.1 to 2.0.0 to
resolve dependency conflict, which is also the same version used by
`io.modelcontextprotocol.sdk:mcp:0.17.0`.
* Fixes: #1100
* Fixes: #1122
* Fixes: #1040
## Checklist
Please check the following items before code is ready to be reviewed.
- [x] Code has been formatted with `mvn spotless:apply`
- [x] All tests are passing (`mvn test`)
- [x] Javadoc comments are complete and follow project conventions
- [x] Related documentation has been updated (e.g. links, examples,
etc.)
- [x] Code is ready for review1 parent 8b2f451 commit 160b43a
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
105 | 105 | | |
106 | 106 | | |
107 | 107 | | |
108 | | - | |
| 108 | + | |
109 | 109 | | |
110 | 110 | | |
111 | 111 | | |
| |||
0 commit comments