bns_jjsp_service/securityControl-common/securityControl-common-secu.../pom.xml

121 lines
4.1 KiB
XML

<?xml version="1.0" encoding="UTF-8"?>
<project xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://maven.apache.org/POM/4.0.0"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd">
<parent>
<groupId>com.securityControl</groupId>
<artifactId>securityControl-common</artifactId>
<version>3.6.1</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>securityControl-common-security</artifactId>
<description>
securityControl-common-security安全模块
</description>
<dependencies>
<dependency>
<groupId>bcprov-jdk15on</groupId>
<artifactId>bcprov-jdk15on-1.55</artifactId>
<version>1.55</version>
<scope>system</scope>
<systemPath>${project.basedir}/lib/bcprov-jdk15on-1.55.jar</systemPath>
</dependency>
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-webmvc</artifactId>
</dependency>
<!-- VideoSecurityControl Api System -->
<dependency>
<groupId>com.securityControl</groupId>
<artifactId>securityControl-api-system</artifactId>
</dependency>
<!-- VideoSecurityControl Common Redis-->
<dependency>
<groupId>com.securityControl</groupId>
<artifactId>securityControl-common-redis</artifactId>
</dependency>
<dependency>
<groupId>log4j</groupId>
<artifactId>log4j</artifactId>
<version>1.2.17</version>
</dependency>
<dependency>
<groupId>isc_sm_agent</groupId>
<artifactId>isc_sm_agent-1.0</artifactId>
<version>1.0</version>
<scope>system</scope>
<systemPath>${project.basedir}/lib/isc_sm_agent-1.0.jar</systemPath>
</dependency>
<dependency>
<groupId>isc_sso_agent</groupId>
<artifactId>isc_sso_agent-1.0</artifactId>
<version>1.0</version>
<scope>system</scope>
<systemPath>${project.basedir}/lib/isc_sso_agent-1.0.jar</systemPath>
</dependency>
<dependency>
<groupId>jackson-core-asl-1.9.13</groupId>
<artifactId>jackson-core-asl-1.9.13</artifactId>
<version>1.0</version>
<scope>system</scope>
<systemPath>${project.basedir}/lib/jackson-core-asl-1.9.13.jar</systemPath>
</dependency>
<dependency>
<groupId>jackson-mapper-asl-1.9.13</groupId>
<artifactId>jackson-mapper-asl-1.9.13</artifactId>
<version>1.0</version>
<scope>system</scope>
<systemPath>${project.basedir}/lib/jackson-mapper-asl-1.9.13.jar</systemPath>
</dependency>
<dependency>
<groupId>xmlpull-1.1.3.1</groupId>
<artifactId>xmlpull-1.1.3.1</artifactId>
<version>1.0</version>
<scope>system</scope>
<systemPath>${project.basedir}/lib/xmlpull-1.1.3.1.jar</systemPath>
</dependency>
<dependency>
<groupId>xpp3_min-1.1.4c</groupId>
<artifactId>xpp3_min-1.1.4c</artifactId>
<version>1.0</version>
<scope>system</scope>
<systemPath>${project.basedir}/lib/xpp3_min-1.1.4c.jar</systemPath>
</dependency>
<dependency>
<groupId>com.thoughtworks.xstream</groupId>
<artifactId>xstream</artifactId>
<version>1.4.18</version>
</dependency>
<dependency>
<groupId>com.alibaba.nacos</groupId>
<artifactId>nacos-client</artifactId>
</dependency>
</dependencies>
<build>
<finalName>${project.artifactId}</finalName>
<plugins>
<plugin>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-maven-plugin</artifactId>
<configuration>
<includeSystemScope>true</includeSystemScope>
</configuration>
</plugin>
</plugins>
</build>
</project>