<?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">
	
	<parent>
		<groupId>com.lc.ibps.provider</groupId>
		<artifactId>ibps-provider-root</artifactId>
		<version>4.0.1-LC.SAAS-RELEASE</version>
		<relativePath>../../pom.xml</relativePath>
	</parent>

	<modelVersion>4.0.0</modelVersion>
	<artifactId>ibps-provider-form</artifactId>

	<properties>
		<jboss-logging.version>3.3.0.Final</jboss-logging.version>
	</properties>

	<dependencies>
		<dependency>
			<groupId>org.jboss.logging</groupId>
			<artifactId>jboss-logging</artifactId>
			<version>${jboss-logging.version}</version>
		</dependency>
		
   		<dependency>
			<groupId>org.springframework.boot</groupId>
        	<artifactId>spring-boot-starter-log4j2</artifactId>
		</dependency>
		
		<dependency>
			<groupId>com.lc.ibps.cloud</groupId>
			<artifactId>ibps-basic-provider</artifactId>
		</dependency>
        <dependency>
			<groupId>com.lc.ibps.cloud</groupId>
			<artifactId>ibps-basic-monitor</artifactId>
		</dependency>
        <dependency>
			<groupId>com.lc.ibps.cloud</groupId>
			<artifactId>ibps-basic-validator</artifactId>
        </dependency>
        <dependency>
			<groupId>com.lc.ibps.cloud</groupId>
			<artifactId>ibps-basic-swagger</artifactId>
		</dependency>
		<dependency>
			<groupId>com.lc.ibps.provider.base</groupId>
			<artifactId>ibps-provider-form-api</artifactId>
		</dependency>
		<dependency>
			<groupId>com.lc.ibps.excessive</groupId>
			<artifactId>ibps-excessive-platform</artifactId>
		</dependency>
		<dependency>
			<groupId>com.lc.ibps.excessive</groupId>
			<artifactId>ibps-excessive-form</artifactId>
		</dependency>

		<dependency>
			<groupId>com.lc.ibps.base</groupId>
			<artifactId>ibps-base-db</artifactId>
		</dependency>
		<dependency>
			<groupId>com.lc.ibps.base</groupId>
			<artifactId>ibps-base-service</artifactId>
		</dependency>
		<dependency>
			<groupId>com.lc.ibps.form</groupId>
			<artifactId>ibps-form-biz</artifactId>
		</dependency>
		
		<!-- <dependency>
			<groupId>com.lc.ibps.components</groupId>
			<artifactId>ibps-component-poi</artifactId>
		</dependency>
		<dependency>
			<groupId>com.lc.ibps.components</groupId>
			<artifactId>ibps-component-poi-web</artifactId>
		</dependency> -->
		<dependency>
            <groupId>cn.afterturn</groupId>
            <artifactId>easypoi-web</artifactId>
        </dependency>
        <dependency>
            <groupId>cn.afterturn</groupId>
            <artifactId>easypoi-wps</artifactId>
        </dependency>
		
		<dependency>
			<groupId>com.lc.ibps.provider.base</groupId>
			<artifactId>ibps-provider-bpmn-api</artifactId>
		</dependency>
		 <dependency>
	      <groupId>io.github.openfeign.form</groupId>
	      <artifactId>feign-form</artifactId>
	    </dependency>
	    <dependency>
	      <groupId>io.github.openfeign.form</groupId>
	      <artifactId>feign-form-spring</artifactId>
	    </dependency>
	    <dependency>
	      <groupId>commons-fileupload</groupId>
	      <artifactId>commons-fileupload</artifactId>
	    </dependency>

		<dependency>
			<groupId>com.lc.ibps.message</groupId>
			<artifactId>ibps-message-consumer</artifactId>
		</dependency>
		<dependency>
			<groupId>com.lc.ibps.message</groupId>
			<artifactId>ibps-message-producer</artifactId>
		</dependency>
		
		<!-- https://mvnrepository.com/artifact/net.sf.ezmorph/ezmorph -->
		<dependency>
			<groupId>net.sf.ezmorph</groupId>
			<artifactId>ezmorph</artifactId>
		</dependency>
		<!-- https://mvnrepository.com/artifact/net.sf.morph/morph -->
		<dependency>
			<groupId>net.sf.morph</groupId>
			<artifactId>morph</artifactId>
		</dependency>
		
		<dependency>
		     <groupId>com.alibaba</groupId>
		     <artifactId>druid</artifactId>
		     <optional>true</optional>
		</dependency>
		<dependency>
			<groupId>mysql</groupId>
			<artifactId>mysql-connector-java</artifactId>
			<optional>true</optional>
		</dependency>
		<dependency>
		    <groupId>com.microsoft.sqlserver</groupId>
		    <artifactId>mssql-jdbc</artifactId>
		    <optional>true</optional>
		</dependency>
		<dependency>
			<groupId>com.oracle</groupId>
			<artifactId>oracledriver</artifactId>
			<optional>true</optional>
		</dependency>
		<dependency>
		  	<groupId>org.postgresql</groupId>
		  	<artifactId>postgresql</artifactId>
		  	<optional>true</optional>
		</dependency>
		
		<dependency>
		    <groupId>javax.servlet</groupId>
			<artifactId>javax.servlet-api</artifactId>
		</dependency>
		<dependency>
			<groupId>javax</groupId>
			<artifactId>javaee-api</artifactId>
		</dependency>
		
		<dependency>
			<groupId>org.springframework.boot</groupId>
			<artifactId>spring-boot-starter-test</artifactId>
			<scope>test</scope>
		</dependency>

		<!-- 数据同步 -->
		<dependency>
			<groupId>com.lc.ibps.provider.form.data.sync</groupId>
			<artifactId>ibps-provider-form-data-sync-rabbitmq</artifactId>
		</dependency>

		<!--
		<dependency>
			<groupId>com.lc.ibps.provider.form.data.sync</groupId>
			<artifactId>ibps-provider-form-data-sync-kafka</artifactId>
		</dependency>
		-->

		<!--
		<dependency>
			<groupId>com.lc.ibps.provider.form.data.sync</groupId>
			<artifactId>ibps-provider-form-data-sync-rocket</artifactId>
		</dependency>
		-->

	</dependencies>

</project>
