Commit a0e60c4
fix: declare parquet-hadoop and parquet-common test deps in embedded-tests
The new Parquet EXTERN test references org.apache.parquet.hadoop
(ParquetWriter, CompressionCodecName) and parquet-common, which were only
present transitively. Declare them explicitly so maven-dependency-plugin's
analyze goal no longer fails on used-undeclared dependencies.
Co-authored-by: Cursor <cursoragent@cursor.com>1 parent 857966e commit a0e60c4
1 file changed
Lines changed: 12 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
822 | 822 | | |
823 | 823 | | |
824 | 824 | | |
| 825 | + | |
| 826 | + | |
| 827 | + | |
| 828 | + | |
| 829 | + | |
| 830 | + | |
| 831 | + | |
| 832 | + | |
| 833 | + | |
| 834 | + | |
| 835 | + | |
| 836 | + | |
825 | 837 | | |
826 | 838 | | |
827 | 839 | | |
| |||
0 commit comments