forked from gzzfw/backEnd/gz-dyh

huangh
2024-09-26 55f54095167bb63666b94fe15cbeb0087cefdf6e
dyh-service/dyh-mediate/pom.xml
@@ -185,6 +185,18 @@
            <artifactId>aspose-word</artifactId>
            <version>${aspose-word.version}</version>
        </dependency>
        <dependency>
            <groupId>org.springframework</groupId>
            <artifactId>spring-webflux</artifactId>
        </dependency>
        <dependency>
            <groupId>io.projectreactor</groupId>
            <artifactId>reactor-core</artifactId>
        </dependency>
        <dependency>
            <groupId>io.projectreactor.netty</groupId>
            <artifactId>reactor-netty-http</artifactId>
        </dependency>
        <!-- aspose-word end -->
    </dependencies>
@@ -347,6 +359,7 @@
                <directory>${basedir}/src/main/java</directory>
                <includes>
                    <include>**/*.xml</include>
                    <include>**/*.json</include>
                </includes>
            </resource>
        </resources>