94 lines
		
	
	
		
			3.0 KiB
		
	
	
	
		
			XML
		
	
	
	
		
		
			
		
	
	
			94 lines
		
	
	
		
			3.0 KiB
		
	
	
	
		
			XML
		
	
	
	
| 
								 | 
							
								<?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>autoWebForLiXin</groupId>
							 | 
						||
| 
								 | 
							
								    <artifactId>autoWebForLiXin</artifactId>
							 | 
						||
| 
								 | 
							
								    <version>1.0-SNAPSHOT</version>
							 | 
						||
| 
								 | 
							
								    <build>
							 | 
						||
| 
								 | 
							
								        <plugins>
							 | 
						||
| 
								 | 
							
								            <plugin>
							 | 
						||
| 
								 | 
							
								                <groupId>org.apache.maven.plugins</groupId>
							 | 
						||
| 
								 | 
							
								                <artifactId>maven-compiler-plugin</artifactId>
							 | 
						||
| 
								 | 
							
								                <configuration>
							 | 
						||
| 
								 | 
							
								                    <source>8</source>
							 | 
						||
| 
								 | 
							
								                    <target>8</target>
							 | 
						||
| 
								 | 
							
								                </configuration>
							 | 
						||
| 
								 | 
							
								            </plugin>
							 | 
						||
| 
								 | 
							
								        </plugins>
							 | 
						||
| 
								 | 
							
								    </build>
							 | 
						||
| 
								 | 
							
								    <dependencies>
							 | 
						||
| 
								 | 
							
								        <!-- https://mvnrepository.com/artifact/org.seleniumhq.selenium/selenium-java -->
							 | 
						||
| 
								 | 
							
								        <dependency>
							 | 
						||
| 
								 | 
							
								            <groupId>org.seleniumhq.selenium</groupId>
							 | 
						||
| 
								 | 
							
								            <artifactId>selenium-java</artifactId>
							 | 
						||
| 
								 | 
							
								            <version>3.141.59</version>
							 | 
						||
| 
								 | 
							
								        </dependency>
							 | 
						||
| 
								 | 
							
								
							 | 
						||
| 
								 | 
							
								
							 | 
						||
| 
								 | 
							
								        <dependency>
							 | 
						||
| 
								 | 
							
								            <groupId>com.google.code.gson</groupId>
							 | 
						||
| 
								 | 
							
								            <artifactId>gson</artifactId>
							 | 
						||
| 
								 | 
							
								            <version>2.2.4</version>
							 | 
						||
| 
								 | 
							
								        </dependency>
							 | 
						||
| 
								 | 
							
								        <dependency>
							 | 
						||
| 
								 | 
							
								            <groupId>com.thoughtworks.xstream</groupId>
							 | 
						||
| 
								 | 
							
								            <artifactId>xstream</artifactId>
							 | 
						||
| 
								 | 
							
								            <version>1.4.9</version>
							 | 
						||
| 
								 | 
							
								        </dependency>
							 | 
						||
| 
								 | 
							
								        <dependency>
							 | 
						||
| 
								 | 
							
								            <groupId>org.codehaus.jettison</groupId>
							 | 
						||
| 
								 | 
							
								            <artifactId>jettison</artifactId>
							 | 
						||
| 
								 | 
							
								            <version>1.3.7</version>
							 | 
						||
| 
								 | 
							
								        </dependency>
							 | 
						||
| 
								 | 
							
								        <dependency>
							 | 
						||
| 
								 | 
							
								            <groupId>org.projectlombok</groupId>
							 | 
						||
| 
								 | 
							
								            <artifactId>lombok</artifactId>
							 | 
						||
| 
								 | 
							
								            <version>1.18.26</version>
							 | 
						||
| 
								 | 
							
								            <scope>compile</scope>
							 | 
						||
| 
								 | 
							
								        </dependency>
							 | 
						||
| 
								 | 
							
								
							 | 
						||
| 
								 | 
							
								        <dependency>
							 | 
						||
| 
								 | 
							
								            <groupId>org.quartz-scheduler</groupId>
							 | 
						||
| 
								 | 
							
								            <artifactId>quartz</artifactId>
							 | 
						||
| 
								 | 
							
								            <version>2.2.1</version>
							 | 
						||
| 
								 | 
							
								        </dependency>
							 | 
						||
| 
								 | 
							
								
							 | 
						||
| 
								 | 
							
								        <dependency>
							 | 
						||
| 
								 | 
							
								            <groupId>com.hynnet</groupId>
							 | 
						||
| 
								 | 
							
								            <artifactId>jacob</artifactId>
							 | 
						||
| 
								 | 
							
								            <version>1.18</version>
							 | 
						||
| 
								 | 
							
								        </dependency>
							 | 
						||
| 
								 | 
							
								        <!--log4j-->
							 | 
						||
| 
								 | 
							
								        <dependency>
							 | 
						||
| 
								 | 
							
								            <groupId>commons-logging</groupId>
							 | 
						||
| 
								 | 
							
								            <artifactId>commons-logging-api</artifactId>
							 | 
						||
| 
								 | 
							
								            <version>1.1</version>
							 | 
						||
| 
								 | 
							
								        </dependency>
							 | 
						||
| 
								 | 
							
								
							 | 
						||
| 
								 | 
							
								        <dependency>
							 | 
						||
| 
								 | 
							
								            <groupId>org.slf4j</groupId>
							 | 
						||
| 
								 | 
							
								            <artifactId>slf4j-api</artifactId>
							 | 
						||
| 
								 | 
							
								            <version>1.7.26</version>
							 | 
						||
| 
								 | 
							
								        </dependency>
							 | 
						||
| 
								 | 
							
								
							 | 
						||
| 
								 | 
							
								        <dependency>
							 | 
						||
| 
								 | 
							
								            <groupId>org.slf4j</groupId>
							 | 
						||
| 
								 | 
							
								            <artifactId>slf4j-log4j12</artifactId>
							 | 
						||
| 
								 | 
							
								            <version>1.7.26</version>
							 | 
						||
| 
								 | 
							
								        </dependency>
							 | 
						||
| 
								 | 
							
								        <dependency>
							 | 
						||
| 
								 | 
							
								            <groupId>org.apache.poi</groupId>
							 | 
						||
| 
								 | 
							
								            <artifactId>poi</artifactId>
							 | 
						||
| 
								 | 
							
								            <version>4.1.2</version>
							 | 
						||
| 
								 | 
							
								        </dependency>
							 | 
						||
| 
								 | 
							
								        <dependency>
							 | 
						||
| 
								 | 
							
								            <groupId>org.apache.poi</groupId>
							 | 
						||
| 
								 | 
							
								            <artifactId>poi-ooxml</artifactId>
							 | 
						||
| 
								 | 
							
								            <version>4.1.2</version>
							 | 
						||
| 
								 | 
							
								        </dependency>
							 | 
						||
| 
								 | 
							
								    </dependencies>
							 | 
						||
| 
								 | 
							
								
							 | 
						||
| 
								 | 
							
								</project>
							 |