Commit 93f01a2
authored
Use version property for jts-core dependency (#1297)
## Summary
- Replaced the hard-coded `1.20.0` version for `jts-core` in
`jdbc-core/pom.xml` with a `${jts-core.version}` property defined in the
parent `pom.xml`
- This ensures the version is centrally managed and cannot diverge
across modules (same class of issue as #1293 where `commons-lang3` and
`gson` resolved to different versions in the uber jar)
## Test plan
- [x] `mvn dependency:tree -pl jdbc-core` confirms `jts-core:1.20.0`
resolves correctly
- [ ] CI unit tests pass
NO_CHANGELOG=true
This pull request was AI-assisted by Isaac.
Signed-off-by: Vikrant Puppala <vikrant.puppala@databricks.com>1 parent fb5c13f commit 93f01a2
2 files changed
Lines changed: 2 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
233 | 233 | | |
234 | 234 | | |
235 | 235 | | |
236 | | - | |
| 236 | + | |
237 | 237 | | |
238 | 238 | | |
239 | 239 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
82 | 82 | | |
83 | 83 | | |
84 | 84 | | |
| 85 | + | |
85 | 86 | | |
86 | 87 | | |
87 | 88 | | |
| |||
0 commit comments