| | |
| | | <parent> |
| | | <artifactId>ruoyi-extend</artifactId> |
| | | <groupId>com.ruoyi</groupId> |
| | | <version>3.2.0</version> |
| | | <version>3.3.0</version> |
| | | </parent> |
| | | <artifactId>ruoyi-xxl-job-admin</artifactId> |
| | | <packaging>jar</packaging> |
| | |
| | | <dependency> |
| | | <groupId>com.xuxueli</groupId> |
| | | <artifactId>xxl-job-core</artifactId> |
| | | <version>${xxl-job-core-version}</version> |
| | | </dependency> |
| | | |
| | | </dependencies> |
| | |
| | | </execution> |
| | | </executions> |
| | | </plugin> |
| | | <plugin> |
| | | <groupId>org.apache.maven.plugins</groupId> |
| | | <artifactId>maven-resources-plugin</artifactId> |
| | | <configuration> |
| | | <nonFilteredFileExtensions> |
| | | <nonFilteredFileExtension>ttf</nonFilteredFileExtension> |
| | | <nonFilteredFileExtension>jks</nonFilteredFileExtension> |
| | | <nonFilteredFileExtension>woff</nonFilteredFileExtension> |
| | | <nonFilteredFileExtension>woff2</nonFilteredFileExtension> |
| | | </nonFilteredFileExtensions> |
| | | </configuration> |
| | | </plugin> |
| | | <!-- docker --> |
| | | <plugin> |
| | | <groupId>com.spotify</groupId> |