最新消息:雨落星辰是一个专注网站SEO优化、网站SEO诊断、搜索引擎研究、网络营销推广、网站策划运营及站长类的自媒体原创博客

java - Standard Commons Logging discovery in action with spring-jcl remove the jar - Stack Overflow

programmeradmin3浏览0评论

Standard Commons Logging discovery in action with spring-jcl: please remove commons-logging.jar from classpath in order to avoid potential conflicts Standard Commons Logging discovery in action with spring-jcl: please remove commons-logging.jar from classpath in order to avoid potential conflicts

        <dependency>
            <groupId>.cups4j</groupId>
            <artifactId>cups4j</artifactId>
            <version>0.7.9</version>
        </dependency>
        <dependency>
            <groupId>.apachemons</groupId>
            <artifactId>commons-csv</artifactId>
            <version>1.10.0</version>
        </dependency>
        <!-- .apachemons/commons-lang3 -->
        <dependency>
            <groupId>.apachemons</groupId>
            <artifactId>commons-lang3</artifactId>
            <version>3.14.0</version>
        </dependency>

        <!-- .apachemons/commons-text -->
        <dependency>
            <groupId>.apachemons</groupId>
            <artifactId>commons-text</artifactId>
            <version>1.11.0</version>
        </dependency>

        <!--
        .xhtmlrenderer/flying-saucer-pdf-itext5 -->
        <dependency>
            <groupId>.xhtmlrenderer</groupId>
            <artifactId>flying-saucer-pdf-itext5</artifactId>
            <version>9.5.1</version>
        </dependency>

        <!-- .sf.barcode4j/barcode4j -->
        <dependency>
            <groupId>net.sf.barcode4j</groupId>
            <artifactId>barcode4j</artifactId>
            <version>2.1</version>
        </dependency>


        <!-- .jsoup/jsoup -->
        <dependency>
            <groupId>.jsoup</groupId>
            <artifactId>jsoup</artifactId>
            <version>1.17.2</version>
        </dependency>


        <!-- .apache.pdfbox/pdfbox -->
        <dependency>
            <groupId>.apache.pdfbox</groupId>
            <artifactId>pdfbox</artifactId>
            <version>3.0.1</version>
            <exclusions>
                <exclusion>
                    <groupId>commons-logging</groupId>
                    <artifactId>commons-logging</artifactId>
                </exclusion>
            </exclusions>
        </dependency>

发布评论

评论列表(0)

  1. 暂无评论