zm
2020-05-18 a18bfacbf56b401f6e0fdae8710fbca4df8cff77
commit | author | age
a18bfa 1 <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">
Z 2   <modelVersion>4.0.0</modelVersion>
3   <parent>
4     <groupId>com.changhong</groupId>
5     <artifactId>epc-backend</artifactId>
6     <version>0.0.1-SNAPSHOT</version>
7   </parent>
8   <artifactId>epc-client-form</artifactId>
9   
10   <dependencies>
11       <dependency> 
12       <groupId>com.changhong.autoform</groupId>
13       <artifactId>autoform-client</artifactId>
14       <version>1.0.6-RELEASE</version>
15     </dependency>
16     <dependency>
17             <groupId>net.sf.json-lib</groupId>
18             <artifactId>json-lib</artifactId>
19             <version>2.4</version>
20             <classifier>jdk15</classifier>
21     </dependency>
22       <dependency>
23           <groupId>io.projectreactor</groupId>
24           <artifactId>reactor-core</artifactId>
25           <version>3.1.9.RELEASE</version>
26       </dependency>
27       <dependency>    
28         <groupId>com.changhong</groupId>
29         <artifactId>epc-config</artifactId>
30         <version>0.0.1-SNAPSHOT</version>
31       </dependency>
32
33       <dependency>
34           <groupId>com.changhong</groupId>
35           <artifactId>epc-rely-api</artifactId>
36           <version>0.0.1-SNAPSHOT</version>
37       </dependency>
38       <dependency>    
39         <groupId>com.changhong</groupId>
40         <artifactId>epc-bean</artifactId>
41         <version>0.0.1-SNAPSHOT</version>
42       </dependency>
43       <dependency> 
44         <groupId>org.apache.poi</groupId>
45         <artifactId>poi-ooxml</artifactId>
46         <version>3.16</version>
47     </dependency>        
48     <dependency>
49         <groupId>org.apache.poi</groupId>
50         <artifactId>poi-scratchpad</artifactId>
51         <version>3.16</version>
52     </dependency>
53     <dependency>  
54     <groupId>org.apache.commons</groupId>  
55     <artifactId>commons-collections4</artifactId>  
56     <version>4.1</version>  
57 </dependency>
58     <dependency>
59         <groupId>org.springframework.boot</groupId>
60         <artifactId>spring-boot-starter-integration</artifactId>
61     </dependency>
62   </dependencies>
63   <build>
64       <plugins>
65           <plugin>
66               <groupId>org.springframework.boot</groupId>
67               <artifactId>spring-boot-maven-plugin</artifactId>
68           </plugin>
69       </plugins>
70   </build>
71 </project>