我在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