|
@@ -12,7 +12,7 @@
|
|
|
|
|
|
<groupId>info.aspirecn.iov.yysj</groupId>
|
|
<groupId>info.aspirecn.iov.yysj</groupId>
|
|
<artifactId>cloud-yysj-product-check</artifactId>
|
|
<artifactId>cloud-yysj-product-check</artifactId>
|
|
- <version>1.1.6</version>
|
|
|
|
|
|
+ <version>1.0.0</version>
|
|
<packaging>jar</packaging>
|
|
<packaging>jar</packaging>
|
|
|
|
|
|
<name>cloud-yysj-product-check</name>
|
|
<name>cloud-yysj-product-check</name>
|
|
@@ -23,8 +23,18 @@
|
|
</properties>
|
|
</properties>
|
|
<dependencies>
|
|
<dependencies>
|
|
<dependency>
|
|
<dependency>
|
|
- <groupId>org.springframework.boot</groupId>
|
|
|
|
- <artifactId>spring-boot-starter-actuator</artifactId>
|
|
|
|
|
|
+ <groupId>org.springframework.boot</groupId>
|
|
|
|
+ <artifactId>spring-boot-starter-actuator</artifactId>
|
|
|
|
+ <exclusions>
|
|
|
|
+ <exclusion>
|
|
|
|
+ <groupId>org.apache.logging.log4j</groupId>
|
|
|
|
+ <artifactId>log4j-to-slf4j</artifactId>
|
|
|
|
+ </exclusion>
|
|
|
|
+ <exclusion>
|
|
|
|
+ <groupId>org.apache.logging.log4j</groupId>
|
|
|
|
+ <artifactId>log4j-api</artifactId>
|
|
|
|
+ </exclusion>
|
|
|
|
+ </exclusions>
|
|
</dependency>
|
|
</dependency>
|
|
<dependency>
|
|
<dependency>
|
|
<groupId>org.springframework.cloud</groupId>
|
|
<groupId>org.springframework.cloud</groupId>
|
|
@@ -72,7 +82,7 @@
|
|
<dependency>
|
|
<dependency>
|
|
<groupId>com.alibaba</groupId>
|
|
<groupId>com.alibaba</groupId>
|
|
<artifactId>fastjson</artifactId>
|
|
<artifactId>fastjson</artifactId>
|
|
- <version>1.2.66</version>
|
|
|
|
|
|
+ <version>1.2.76</version>
|
|
</dependency>
|
|
</dependency>
|
|
<dependency>
|
|
<dependency>
|
|
<groupId>commons-io</groupId>
|
|
<groupId>commons-io</groupId>
|
|
@@ -108,7 +118,16 @@
|
|
<groupId>com.google.code.gson</groupId>
|
|
<groupId>com.google.code.gson</groupId>
|
|
<artifactId>gson</artifactId>
|
|
<artifactId>gson</artifactId>
|
|
</dependency>
|
|
</dependency>
|
|
-
|
|
|
|
|
|
+ <dependency>
|
|
|
|
+ <groupId>org.apache.logging.log4j</groupId>
|
|
|
|
+ <artifactId>log4j-api</artifactId>
|
|
|
|
+ <version>2.15.0</version>
|
|
|
|
+ </dependency>
|
|
|
|
+ <dependency>
|
|
|
|
+ <groupId>org.apache.logging.log4j</groupId>
|
|
|
|
+ <artifactId>log4j-to-slf4j</artifactId>
|
|
|
|
+ <version>2.15.0</version>
|
|
|
|
+ </dependency>
|
|
</dependencies>
|
|
</dependencies>
|
|
<dependencyManagement>
|
|
<dependencyManagement>
|
|
<dependencies>
|
|
<dependencies>
|
|
@@ -126,93 +145,97 @@
|
|
<build>
|
|
<build>
|
|
<plugins>
|
|
<plugins>
|
|
<plugin>
|
|
<plugin>
|
|
- <groupId>org.apache.maven.plugins</groupId>
|
|
|
|
- <artifactId>maven-jar-plugin</artifactId>
|
|
|
|
- <configuration>
|
|
|
|
- <archive>
|
|
|
|
- <manifest>
|
|
|
|
- <addClasspath>true</addClasspath>
|
|
|
|
- <classpathPrefix>lib/</classpathPrefix>
|
|
|
|
- </manifest>
|
|
|
|
- </archive>
|
|
|
|
- </configuration>
|
|
|
|
- </plugin>
|
|
|
|
- <plugin>
|
|
|
|
<groupId>org.springframework.boot</groupId>
|
|
<groupId>org.springframework.boot</groupId>
|
|
<artifactId>spring-boot-maven-plugin</artifactId>
|
|
<artifactId>spring-boot-maven-plugin</artifactId>
|
|
- <configuration>
|
|
|
|
- <includes>
|
|
|
|
- <include>
|
|
|
|
- <groupId>info.aspirecn.cloud.yysj</groupId>
|
|
|
|
- <artifactId>cloud-yysj-commons-lang</artifactId>
|
|
|
|
- </include>
|
|
|
|
- </includes>
|
|
|
|
- </configuration>
|
|
|
|
- </plugin>
|
|
|
|
- <plugin>
|
|
|
|
- <groupId>org.apache.maven.plugins</groupId>
|
|
|
|
- <artifactId>maven-resources-plugin</artifactId>
|
|
|
|
- <executions>
|
|
|
|
- <execution>
|
|
|
|
- <id>default-resources</id>
|
|
|
|
- <phase>validate</phase>
|
|
|
|
- <goals>
|
|
|
|
- <goal>copy-resources</goal>
|
|
|
|
- </goals>
|
|
|
|
- <configuration>
|
|
|
|
- <outputDirectory>target/classes</outputDirectory>
|
|
|
|
- <useDefaultDelimiters>false</useDefaultDelimiters>
|
|
|
|
- <delimiters>
|
|
|
|
- <delimiter>@</delimiter>
|
|
|
|
- </delimiters>
|
|
|
|
- <resources>
|
|
|
|
- <resource>
|
|
|
|
- <directory>src/main/resources/config</directory>
|
|
|
|
- <targetPath>config</targetPath>
|
|
|
|
- <filtering>true</filtering>
|
|
|
|
- <includes>
|
|
|
|
- <include>**</include>
|
|
|
|
- </includes>
|
|
|
|
- </resource>
|
|
|
|
- </resources>
|
|
|
|
- </configuration>
|
|
|
|
- </execution>
|
|
|
|
- </executions>
|
|
|
|
- </plugin>
|
|
|
|
- <plugin>
|
|
|
|
- <groupId>org.apache.maven.plugins</groupId>
|
|
|
|
- <artifactId>maven-dependency-plugin</artifactId>
|
|
|
|
- <executions>
|
|
|
|
- <execution>
|
|
|
|
- <id>copy-dependencies</id>
|
|
|
|
- <phase>prepare-package</phase>
|
|
|
|
- <goals>
|
|
|
|
- <goal>copy-dependencies</goal>
|
|
|
|
- </goals>
|
|
|
|
- <configuration>
|
|
|
|
- <outputDirectory>${project.build.directory}/lib</outputDirectory>
|
|
|
|
- <excludeGroupIds>
|
|
|
|
- info.aspirecn.cloud.yysj
|
|
|
|
- </excludeGroupIds>
|
|
|
|
- </configuration>
|
|
|
|
- </execution>
|
|
|
|
- <execution>
|
|
|
|
- <id>copy</id>
|
|
|
|
- <phase>install</phase>
|
|
|
|
- <goals>
|
|
|
|
- <goal>copy-dependencies</goal>
|
|
|
|
- </goals>
|
|
|
|
- <configuration>
|
|
|
|
- <outputDirectory>
|
|
|
|
- ${project.build.directory}/lib
|
|
|
|
- </outputDirectory>
|
|
|
|
- <excludeGroupIds>
|
|
|
|
- info.aspirecn.cloud.yysj
|
|
|
|
- </excludeGroupIds>
|
|
|
|
- </configuration>
|
|
|
|
- </execution>
|
|
|
|
- </executions>
|
|
|
|
</plugin>
|
|
</plugin>
|
|
|
|
+<!-- <plugin>-->
|
|
|
|
+<!-- <groupId>org.apache.maven.plugins</groupId>-->
|
|
|
|
+<!-- <artifactId>maven-jar-plugin</artifactId>-->
|
|
|
|
+<!-- <configuration>-->
|
|
|
|
+<!-- <archive>-->
|
|
|
|
+<!-- <manifest>-->
|
|
|
|
+<!-- <addClasspath>true</addClasspath>-->
|
|
|
|
+<!-- <classpathPrefix>lib/</classpathPrefix>-->
|
|
|
|
+<!-- </manifest>-->
|
|
|
|
+<!-- </archive>-->
|
|
|
|
+<!-- </configuration>-->
|
|
|
|
+<!-- </plugin>-->
|
|
|
|
+<!-- <plugin>-->
|
|
|
|
+<!-- <groupId>org.springframework.boot</groupId>-->
|
|
|
|
+<!-- <artifactId>spring-boot-maven-plugin</artifactId>-->
|
|
|
|
+<!-- <configuration>-->
|
|
|
|
+<!-- <includes>-->
|
|
|
|
+<!-- <include>-->
|
|
|
|
+<!-- <groupId>info.aspirecn.cloud.yysj</groupId>-->
|
|
|
|
+<!-- <artifactId>cloud-yysj-commons-lang</artifactId>-->
|
|
|
|
+<!-- </include>-->
|
|
|
|
+<!-- </includes>-->
|
|
|
|
+<!-- </configuration>-->
|
|
|
|
+<!-- </plugin>-->
|
|
|
|
+<!-- <plugin>-->
|
|
|
|
+<!-- <groupId>org.apache.maven.plugins</groupId>-->
|
|
|
|
+<!-- <artifactId>maven-resources-plugin</artifactId>-->
|
|
|
|
+<!-- <executions>-->
|
|
|
|
+<!-- <execution>-->
|
|
|
|
+<!-- <id>default-resources</id>-->
|
|
|
|
+<!-- <phase>validate</phase>-->
|
|
|
|
+<!-- <goals>-->
|
|
|
|
+<!-- <goal>copy-resources</goal>-->
|
|
|
|
+<!-- </goals>-->
|
|
|
|
+<!-- <configuration>-->
|
|
|
|
+<!-- <outputDirectory>target/classes</outputDirectory>-->
|
|
|
|
+<!-- <useDefaultDelimiters>false</useDefaultDelimiters>-->
|
|
|
|
+<!-- <delimiters>-->
|
|
|
|
+<!-- <delimiter>@</delimiter>-->
|
|
|
|
+<!-- </delimiters>-->
|
|
|
|
+<!-- <resources>-->
|
|
|
|
+<!-- <resource>-->
|
|
|
|
+<!-- <directory>src/main/resources/config</directory>-->
|
|
|
|
+<!-- <targetPath>config</targetPath>-->
|
|
|
|
+<!-- <filtering>true</filtering>-->
|
|
|
|
+<!-- <includes>-->
|
|
|
|
+<!-- <include>**</include>-->
|
|
|
|
+<!-- </includes>-->
|
|
|
|
+<!-- </resource>-->
|
|
|
|
+<!-- </resources>-->
|
|
|
|
+<!-- </configuration>-->
|
|
|
|
+<!-- </execution>-->
|
|
|
|
+<!-- </executions>-->
|
|
|
|
+<!-- </plugin>-->
|
|
|
|
+<!-- <plugin>-->
|
|
|
|
+<!-- <groupId>org.apache.maven.plugins</groupId>-->
|
|
|
|
+<!-- <artifactId>maven-dependency-plugin</artifactId>-->
|
|
|
|
+<!-- <executions>-->
|
|
|
|
+<!-- <execution>-->
|
|
|
|
+<!-- <id>copy-dependencies</id>-->
|
|
|
|
+<!-- <phase>prepare-package</phase>-->
|
|
|
|
+<!-- <goals>-->
|
|
|
|
+<!-- <goal>copy-dependencies</goal>-->
|
|
|
|
+<!-- </goals>-->
|
|
|
|
+<!-- <configuration>-->
|
|
|
|
+<!-- <outputDirectory>${project.build.directory}/lib</outputDirectory>-->
|
|
|
|
+<!-- <excludeGroupIds>-->
|
|
|
|
+<!-- info.aspirecn.cloud.yysj-->
|
|
|
|
+<!-- </excludeGroupIds>-->
|
|
|
|
+<!-- </configuration>-->
|
|
|
|
+<!-- </execution>-->
|
|
|
|
+<!-- <execution>-->
|
|
|
|
+<!-- <id>copy</id>-->
|
|
|
|
+<!-- <phase>install</phase>-->
|
|
|
|
+<!-- <goals>-->
|
|
|
|
+<!-- <goal>copy-dependencies</goal>-->
|
|
|
|
+<!-- </goals>-->
|
|
|
|
+<!-- <configuration>-->
|
|
|
|
+<!-- <outputDirectory>-->
|
|
|
|
+<!-- ${project.build.directory}/lib-->
|
|
|
|
+<!-- </outputDirectory>-->
|
|
|
|
+<!-- <excludeGroupIds>-->
|
|
|
|
+<!-- info.aspirecn.cloud.yysj-->
|
|
|
|
+<!-- </excludeGroupIds>-->
|
|
|
|
+<!-- </configuration>-->
|
|
|
|
+<!-- </execution>-->
|
|
|
|
+<!-- </executions>-->
|
|
|
|
+<!-- </plugin>-->
|
|
|
|
|
|
|
|
|
|
|
|
|