依赖关系存在于有效POM中,但不存在于依赖关系树中

时间:2020-01-07 07:58:06

标签: java maven

我在SQL> with test (col) as 2 (select '{ABCDE,12345}{47,CE}' from dual) 3 select substr(col, 2, instr(col, '}{') - 2) val1, 4 substr(substr(col, instr(col, '}{') + 2), 5 1, 6 length(substr(col, instr(col, '}{') + 2)) - 1 7 ) val2 8 from test; VAL1 VAL2 ----------- ----- ABCDE,12345 47,CE SQL> 中有一个依赖项(其中包含a.b.c软件包),但是在构建项目时出现Effective POM的错误

此外,依赖项树中没有依赖项

编辑: 堆栈跟踪

package a.b.c does not exist

0 个答案:

没有答案