From 8a5c8d0db5f797311c39b1758d6221615259cc76 Mon Sep 17 00:00:00 2001 From: 疯狂的狮子li <15040126243@163.com> Date: 星期四, 09 十二月 2021 11:52:27 +0800 Subject: [PATCH] update 补全缺失导包 --- ruoyi-extend/ruoyi-xxl-job-admin/pom.xml | 21 +++++++++++++++++++-- 1 files changed, 19 insertions(+), 2 deletions(-) diff --git a/ruoyi-extend/ruoyi-xxl-job-admin/pom.xml b/ruoyi-extend/ruoyi-xxl-job-admin/pom.xml index f71190d..29786ee 100644 --- a/ruoyi-extend/ruoyi-xxl-job-admin/pom.xml +++ b/ruoyi-extend/ruoyi-xxl-job-admin/pom.xml @@ -4,7 +4,7 @@ <parent> <artifactId>ruoyi-extend</artifactId> <groupId>com.ruoyi</groupId> - <version>3.2.0</version> + <version>3.4.0</version> </parent> <artifactId>ruoyi-xxl-job-admin</artifactId> <packaging>jar</packaging> @@ -71,16 +71,21 @@ <version>${mysql-connector-java.version}</version> </dependency> + <dependency> + <groupId>de.codecentric</groupId> + <artifactId>spring-boot-admin-starter-client</artifactId> + </dependency> + <!-- xxl-job-core --> <dependency> <groupId>com.xuxueli</groupId> <artifactId>xxl-job-core</artifactId> - <version>${xxl-job-core-version}</version> </dependency> </dependencies> <build> + <finalName>${project.artifactId}</finalName> <plugins> <plugin> <groupId>org.springframework.boot</groupId> @@ -94,6 +99,18 @@ </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> -- Gitblit v1.9.3