| | |
| | | <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> |
| | | |
| | |
| | | <directory>${basedir}/src/main/java</directory> |
| | | <includes> |
| | | <include>**/*.xml</include> |
| | | <include>**/*.json</include> |
| | | </includes> |
| | | </resource> |
| | | </resources> |