|
1 | 1 | <?xml version="1.0" encoding="UTF-8"?> |
2 | | -<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"> |
3 | | - <parent> |
4 | | - <groupId>us.codecraft</groupId> |
5 | | - <artifactId>webmagic</artifactId> |
6 | | - <version>1.0.0-SNAPSHOT</version> |
7 | | - </parent> |
8 | | - <modelVersion>4.0.0</modelVersion> |
| 2 | +<project |
| 3 | + xmlns="http://maven.apache.org/POM/4.0.0" |
| 4 | + xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" |
| 5 | + xsi:schemaLocation=" |
| 6 | + http://maven.apache.org/POM/4.0.0 |
| 7 | + http://maven.apache.org/xsd/maven-4.0.0.xsd"> |
| 8 | + <parent> |
| 9 | + <groupId>us.codecraft</groupId> |
| 10 | + <artifactId>webmagic</artifactId> |
| 11 | + <version>1.0.0-SNAPSHOT</version> |
| 12 | + </parent> |
| 13 | + <modelVersion>4.0.0</modelVersion> |
9 | 14 |
|
10 | | - <artifactId>webmagic-selenium</artifactId> |
| 15 | + <artifactId>webmagic-selenium</artifactId> |
11 | 16 |
|
12 | | - <dependencies> |
13 | | - <dependency> |
14 | | - <groupId>org.seleniumhq.selenium</groupId> |
15 | | - <artifactId>selenium-java</artifactId> |
16 | | - </dependency> |
17 | | - <dependency> |
18 | | - <groupId>${project.groupId}</groupId> |
19 | | - <artifactId>webmagic-core</artifactId> |
20 | | - <version>${project.version}</version> |
21 | | - </dependency> |
22 | | - <dependency> |
23 | | - <groupId>com.github.detro</groupId> |
24 | | - <artifactId>phantomjsdriver</artifactId> |
25 | | - </dependency> |
26 | | - </dependencies> |
| 17 | + <dependencies> |
| 18 | + <dependency> |
| 19 | + <groupId>org.seleniumhq.selenium</groupId> |
| 20 | + <artifactId>selenium-java</artifactId> |
| 21 | + </dependency> |
| 22 | + <dependency> |
| 23 | + <groupId>${project.groupId}</groupId> |
| 24 | + <artifactId>webmagic-core</artifactId> |
| 25 | + <version>${project.version}</version> |
| 26 | + </dependency> |
| 27 | + <dependency> |
| 28 | + <groupId>com.github.detro</groupId> |
| 29 | + <artifactId>phantomjsdriver</artifactId> |
| 30 | + </dependency> |
| 31 | + </dependencies> |
27 | 32 |
|
28 | | - <build> |
29 | | - <plugins> |
30 | | - <plugin> |
31 | | - <groupId>org.apache.maven.plugins</groupId> |
32 | | - <artifactId>maven-deploy-plugin</artifactId> |
33 | | - <version>3.0.0-M1</version> |
34 | | - <configuration> |
35 | | - <skip>true</skip> |
36 | | - </configuration> |
37 | | - </plugin> |
38 | | - </plugins> |
39 | | - </build> |
| 33 | + <build> |
| 34 | + <plugins> |
| 35 | + <plugin> |
| 36 | + <groupId>org.apache.maven.plugins</groupId> |
| 37 | + <artifactId>maven-deploy-plugin</artifactId> |
| 38 | + <version>3.0.0-M1</version> |
| 39 | + <configuration> |
| 40 | + <skip>true</skip> |
| 41 | + </configuration> |
| 42 | + </plugin> |
| 43 | + </plugins> |
| 44 | + </build> |
40 | 45 |
|
41 | 46 | </project> |
0 commit comments