<!--JSONArray-->
        <dependency>
            <groupId>commons-beanutils</groupId>
            <artifactId>commons-beanutils</artifactId>
            <version>1.9.3</version>
        </dependency>
        <dependency>
            <groupId>commons-collections</groupId>
            <artifactId>commons-collections</artifactId>
            <version>3.2.1</version>
        </dependency>
        <dependency>
            <groupId>commons-lang</groupId>
            <artifactId>commons-lang</artifactId>
            <version>2.6</version>
        </dependency>
        <dependency>
            <groupId>commons-logging</groupId>
            <artifactId>commons-logging</artifactId>
            <version>1.1.1</version>
        </dependency>
        <dependency>
            <groupId>net.sf.ezmorph</groupId>
            <artifactId>ezmorph</artifactId>
            <version>1.0.6</version>
        </dependency>
        <dependency>
            <groupId>net.sf.json-lib</groupId>
            <artifactId>json-lib</artifactId>
            <version>2.2.3</version>
            <classifier>jdk15</classifier>
        </dependency>

 

若是报错:

Element 'dependency' cannot have character [children], because the type's content type is element-only.

说明复制过程中有空格出现

 

若是添加了依赖,仍然找不到相应的依赖包,可以去jar包仓库,删除相应的jar包,重新下载,或者重启电脑

 

相关文章:

  • 2021-12-12
  • 2021-07-01
  • 2021-06-18
  • 2021-12-22
  • 2021-11-26
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
猜你喜欢
  • 2021-07-02
  • 2021-06-20
  • 2021-12-23
  • 2021-06-09
  • 2022-12-23
  • 2021-12-11
  • 2021-05-27
相关资源
相似解决方案