179 lines
		
	
	
		
			5.3 KiB
		
	
	
	
		
			XML
		
	
	
	
	
	
			
		
		
	
	
			179 lines
		
	
	
		
			5.3 KiB
		
	
	
	
		
			XML
		
	
	
	
	
	
<?xml version="1.0" encoding="UTF-8"?>
 | 
						|
<project xmlns="http://maven.apache.org/POM/4.0.0"
 | 
						|
  xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
 | 
						|
  xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
 | 
						|
  <modelVersion>4.0.0</modelVersion>
 | 
						|
 | 
						|
  <groupId>com.cpic.xim</groupId>
 | 
						|
  <artifactId>cpicxim-XMNHSA-repeater</artifactId>
 | 
						|
  <version>v20250526</version>
 | 
						|
 | 
						|
  <name>cpicxim-XMNHSA-repeater</name>
 | 
						|
  <!-- FIXME change it to the project's website -->
 | 
						|
  <url>http://www.example.com</url>
 | 
						|
 | 
						|
  <properties>
 | 
						|
    <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
 | 
						|
    <maven.compile.source>1.8</maven.compile.source>
 | 
						|
    <maven.compile.target>1.8</maven.compile.target>
 | 
						|
    <!-- <maven.compiler.release>1.8</maven.compiler.release> -->
 | 
						|
  </properties>
 | 
						|
 | 
						|
  <dependencyManagement>
 | 
						|
    <dependencies>
 | 
						|
      <dependency>
 | 
						|
        <groupId>org.junit</groupId>
 | 
						|
        <artifactId>junit-bom</artifactId>
 | 
						|
        <version>5.11.0</version>
 | 
						|
        <type>pom</type>
 | 
						|
        <scope>import</scope>
 | 
						|
      </dependency>
 | 
						|
    </dependencies>
 | 
						|
  </dependencyManagement>
 | 
						|
 | 
						|
  <dependencies>
 | 
						|
    <dependency>
 | 
						|
      <groupId>org.junit.jupiter</groupId>
 | 
						|
      <artifactId>junit-jupiter-api</artifactId>
 | 
						|
      <scope>test</scope>
 | 
						|
    </dependency>
 | 
						|
    <!-- Optionally: parameterized tests support -->
 | 
						|
    <dependency>
 | 
						|
      <groupId>org.junit.jupiter</groupId>
 | 
						|
      <artifactId>junit-jupiter-params</artifactId>
 | 
						|
      <scope>test</scope>
 | 
						|
    </dependency>
 | 
						|
 | 
						|
    <!--jackson-->
 | 
						|
    <!-- <dependency>
 | 
						|
      <groupId>com.fasterxml.jackson.core</groupId>
 | 
						|
      <artifactId>jackson-databind</artifactId>
 | 
						|
      <version>2.14.2</version>
 | 
						|
    </dependency>
 | 
						|
    <dependency>
 | 
						|
      <groupId>com.fasterxml.jackson.core</groupId>
 | 
						|
      <artifactId>jackson-core</artifactId>
 | 
						|
      <version>2.13.4</version>
 | 
						|
    </dependency>
 | 
						|
    <dependency>
 | 
						|
      <groupId>com.fasterxml.jackson.core</groupId>
 | 
						|
      <artifactId>jackson-annotations</artifactId>
 | 
						|
      <version>2.13.4</version>
 | 
						|
    </dependency> -->
 | 
						|
 | 
						|
    <!-- log-4j -->
 | 
						|
    <dependency>
 | 
						|
      <groupId>org.apache.logging.log4j</groupId>
 | 
						|
      <artifactId>log4j-core</artifactId>
 | 
						|
      <version>2.20.0</version>
 | 
						|
    </dependency>
 | 
						|
    <dependency>
 | 
						|
      <groupId>org.apache.logging.log4j</groupId>
 | 
						|
      <artifactId>log4j-slf4j2-impl</artifactId>
 | 
						|
      <version>2.20.0</version>
 | 
						|
    </dependency>
 | 
						|
    <dependency>
 | 
						|
      <groupId>org.apache.logging.log4j</groupId>
 | 
						|
      <artifactId>log4j-api</artifactId>
 | 
						|
      <version>2.20.0</version>
 | 
						|
    </dependency>
 | 
						|
 | 
						|
    <dependency>
 | 
						|
      <groupId> cn.hsa.zephyr</groupId>
 | 
						|
      <artifactId>zephyr-api-sdk</artifactId>
 | 
						|
      <version>2.0.1</version>
 | 
						|
      <scope>system</scope>
 | 
						|
      <systemPath>${project.basedir}/lib/zephyr-api-sdk-nhs.jar</systemPath>
 | 
						|
    </dependency>
 | 
						|
 | 
						|
    <dependency>
 | 
						|
      <groupId>com.mysql</groupId>
 | 
						|
      <artifactId>mysql-connector-j</artifactId>
 | 
						|
      <version>9.2.0</version>
 | 
						|
    </dependency>
 | 
						|
 | 
						|
    <dependency>
 | 
						|
      <groupId>org.bouncycastle</groupId>
 | 
						|
      <artifactId>bcprov-jdk18on</artifactId>
 | 
						|
      <version>1.80</version>
 | 
						|
    </dependency>
 | 
						|
    <dependency>
 | 
						|
      <groupId>commons-logging</groupId>
 | 
						|
      <artifactId>commons-logging</artifactId>
 | 
						|
      <version>1.3.5</version>
 | 
						|
    </dependency>
 | 
						|
    <dependency>
 | 
						|
      <groupId>com.alibaba</groupId>
 | 
						|
      <artifactId>fastjson</artifactId>
 | 
						|
      <!-- <version>1.2.83</version> -->
 | 
						|
      <version>2.0.56</version>
 | 
						|
    </dependency>
 | 
						|
 | 
						|
  </dependencies>
 | 
						|
 | 
						|
  <build>
 | 
						|
    <defaultGoal>compile</defaultGoal>
 | 
						|
    <plugins>
 | 
						|
      <plugin>
 | 
						|
        <artifactId>maven-surefire-plugin</artifactId>
 | 
						|
        <version>3.5.2</version>
 | 
						|
        <configuration>
 | 
						|
          <skip>true</skip>
 | 
						|
        </configuration>
 | 
						|
      </plugin>
 | 
						|
      <plugin>
 | 
						|
        <artifactId>maven-compiler-plugin</artifactId>
 | 
						|
        <version>3.14.0</version>
 | 
						|
        <configuration>
 | 
						|
          <source>1.8</source>
 | 
						|
          <target>1.8</target>
 | 
						|
          <encoding>UTF-8</encoding>
 | 
						|
          <compilerArguments>
 | 
						|
            <extdirs>${project.basedir}/lib</extdirs>
 | 
						|
          </compilerArguments>
 | 
						|
        </configuration>
 | 
						|
      </plugin>
 | 
						|
      <plugin>
 | 
						|
        <groupId>org.apache.maven.plugins</groupId>
 | 
						|
        <artifactId>maven-assembly-plugin</artifactId>
 | 
						|
        <version>3.7.1</version>
 | 
						|
        <configuration>
 | 
						|
          <descriptorRefs>
 | 
						|
            <descriptorRef>jar-with-dependencies</descriptorRef>
 | 
						|
          </descriptorRefs>
 | 
						|
          <archive>
 | 
						|
            <manifest>
 | 
						|
              <mainClass>com.cpic.xim.huixiabao.AppMain</mainClass>
 | 
						|
            </manifest>
 | 
						|
          </archive>
 | 
						|
        </configuration>
 | 
						|
        <executions>
 | 
						|
          <execution>
 | 
						|
            <id>make-assembly</id>
 | 
						|
            <phase>package</phase>
 | 
						|
            <goals>
 | 
						|
              <goal>single</goal>
 | 
						|
            </goals>
 | 
						|
          </execution>
 | 
						|
        </executions>
 | 
						|
      </plugin>
 | 
						|
      <plugin>
 | 
						|
        <groupId>org.springframework.boot</groupId>
 | 
						|
        <artifactId>spring-boot-maven-plugin</artifactId>
 | 
						|
        <version>2.6.0</version>
 | 
						|
        <configuration>
 | 
						|
          <mainClass>com.cpic.xim.huixiabao.AppMain</mainClass>
 | 
						|
          <includeSystemScope>true</includeSystemScope>
 | 
						|
        </configuration>
 | 
						|
        <executions>
 | 
						|
          <execution>
 | 
						|
            <id>repackage</id>
 | 
						|
            <goals>
 | 
						|
              <goal>repackage</goal>
 | 
						|
            </goals>
 | 
						|
          </execution>
 | 
						|
        </executions>
 | 
						|
      </plugin>
 | 
						|
    </plugins>
 | 
						|
  </build>
 | 
						|
</project> |