<?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.fzzy</groupId>
|
<artifactId>pms-view</artifactId>
|
<version>${fpms.version}</version>
|
|
<parent>
|
<artifactId>pms-parent</artifactId>
|
<groupId>com.fzzy</groupId>
|
<version>4.0.0</version>
|
<relativePath>../pms-parent/pom.xml</relativePath>
|
</parent>
|
|
|
<description>
|
view系统模块
|
</description>
|
|
<dependencies>
|
<!-- dorado7-->
|
<dependency>
|
<groupId>com.bstek.dorado</groupId>
|
<artifactId>dorado-core</artifactId>
|
<version>7.6.0.2</version>
|
<exclusions>
|
<exclusion>
|
<groupId>org.slf4j</groupId>
|
<artifactId>slf4j-log4j12</artifactId>
|
</exclusion>
|
<exclusion>
|
<groupId>org.javassist</groupId>
|
<artifactId>javassist</artifactId>
|
</exclusion>
|
<exclusion>
|
<artifactId>javassist</artifactId>
|
<groupId>javassist</groupId>
|
</exclusion>
|
</exclusions>
|
</dependency>
|
|
<dependency>
|
<groupId>org.javassist</groupId>
|
<artifactId>javassist</artifactId>
|
<version>3.29.0-GA</version>
|
</dependency>
|
|
<dependency>
|
<groupId>io.spring.platform</groupId>
|
<artifactId>platform-bom</artifactId>
|
<version>Cairo-SR1</version>
|
<type>pom</type>
|
</dependency>
|
|
<dependency>
|
<groupId>com.fzzy</groupId>
|
<artifactId>pms-core</artifactId>
|
<version>${fpms.version}</version>
|
</dependency>
|
|
</dependencies>
|
|
</project>
|