| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179 |
- <?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>3.3.7-LC.RELEASE</version>
- <relativePath>../../pom.xml</relativePath>
- </parent>
- <modelVersion>4.0.0</modelVersion>
- <artifactId>ibps-provider-form</artifactId>
- <properties>
- <java.version>1.8</java.version>
- <maven.compiler.source>1.8</maven.compiler.source>
- <maven.compiler.target>1.8</maven.compiler.target>
-
- <jboss-logging.version>3.3.0.Final</jboss-logging.version>
-
- <maven.build.timestamp.format>yyyyMMdd-HHmmss</maven.build.timestamp.format>
- </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>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-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>
- </dependency>
- <dependency>
- <groupId>mysql</groupId>
- <artifactId>mysql-connector-java</artifactId>
- </dependency>
- <dependency>
- <groupId>com.microsoft.sqlserver</groupId>
- <artifactId>mssql-jdbc</artifactId>
- </dependency>
- <dependency>
- <groupId>com.oracle</groupId>
- <artifactId>oracledriver</artifactId>
- </dependency>
- <dependency>
- <groupId>fakepath</groupId>
- <artifactId>postgresql</artifactId>
- </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>
- </dependencies>
- <build>
- <plugins>
- <plugin>
- <artifactId>maven-clean-plugin</artifactId>
- <version>3.0.0</version>
- <configuration>
- <source>1.8</source>
- <target>1.8</target>
- <encoding>UTF-8</encoding>
- </configuration>
- </plugin>
- <plugin>
- <artifactId>maven-compiler-plugin</artifactId>
- <version>3.0</version>
- <configuration>
- <source>1.8</source>
- <target>1.8</target>
- <fork>true</fork>
- <encoding>UTF-8</encoding>
- </configuration>
- </plugin>
- </plugins>
- </build>
- </project>
|