yangys
2024-04-22 86c1cb468c2b1f28ea3cf6c217ea8e2fe3323e42
smart-man-boot/pom.xml
@@ -36,15 +36,7 @@
    </properties>
  <dependencyManagement>
      <dependencies>
         <!--
         <dependency>
            <groupId>org.springblade.platform</groupId>
            <artifactId>blade-bom</artifactId>
            <version>${bladex.project.version}</version>
            <type>pom</type>
            <scope>import</scope>
         </dependency>
         -->
         <dependency>
            <groupId>org.springframework.boot</groupId>
            <artifactId>spring-boot-dependencies</artifactId>
@@ -166,13 +158,13 @@
        </dependency>
      -->
        <!-- 报表 -->
      <!--
        <dependency>
            <groupId>com.qianwen</groupId>
            <artifactId>smart-starter-report</artifactId>
            <version>1.0.0</version>
        </dependency>
       -->
        <!-- 验证码 -->
        <dependency>
            <groupId>com.github.whvcse</groupId>
@@ -302,7 +294,16 @@
            <artifactId>smart-starter-notify</artifactId>
            <version>1.0.0</version>
        </dependency>
      <dependency>
          <groupId>org.springframework.plugin</groupId>
          <artifactId>spring-plugin-core</artifactId>
          <version>2.0.0.RELEASE</version>
      </dependency>
      <dependency>
          <groupId>org.springframework.plugin</groupId>
          <artifactId>spring-plugin-metadata</artifactId>
          <version>2.0.0.RELEASE</version>
      </dependency>
       <!---->
        <dependency>
            <groupId>com.qianwen</groupId>
@@ -411,14 +412,13 @@
        <dependency>
          <groupId>mysql</groupId>
          <artifactId>mysql-connector-java</artifactId>
          <version>8.0.22</version>
      </dependency>
        <!-- 积木报表 -->
        <dependency>
            <groupId>org.jeecgframework.jimureport</groupId>
            <artifactId>jimureport-spring-boot-starter</artifactId>
            <!--<version>1.5.0-SNAPSHOT</version>-->
            <version>1.5.9</version>
            <version>1.5.0</version>
            <!--<version>1.5.9</version>-->
        </dependency>
        <!-- openpdf 单独升级 -->
        <dependency>
@@ -528,7 +528,6 @@
            </plugin>
            <plugin>
                <artifactId>maven-compiler-plugin</artifactId>
                <version>${maven.plugin.version}</version>
                <configuration>
                    <source>${java.version}</source>
                    <target>${java.version}</target>
@@ -538,6 +537,18 @@
                    </compilerArgs>
                </configuration>
            </plugin>
            <plugin>
               <groupId>org.apache.maven.plugins</groupId>
               <artifactId>maven-resources-plugin</artifactId>
               <configuration>
                  <encoding>UTF-8</encoding>
                  <nonFilteredFileExtensions>
                     <nonFilteredFileExtension>xlsx</nonFilteredFileExtension>
                     <nonFilteredFileExtension>xls</nonFilteredFileExtension>
                  </nonFilteredFileExtensions>
               </configuration>
            </plugin>
        </plugins>
    
   </build>