|
1 | 1 | <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
2 |
| - xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> |
3 |
| - <modelVersion>4.0.0</modelVersion> |
4 |
| - <groupId>com.BrowserStack</groupId> |
5 |
| - <artifactId>BrowserStack-local-java</artifactId> |
6 |
| - <packaging>jar</packaging> |
7 |
| - <version>1.0-SNAPSHOT</version> |
8 |
| - <name>BrowserStack-local-java</name> |
9 |
| - <url>http://maven.apache.org</url> |
10 |
| - <dependencies> |
11 |
| - <dependency> |
12 |
| - <groupId>junit</groupId> |
13 |
| - <artifactId>junit</artifactId> |
14 |
| - <version>4.11</version> |
15 |
| - <scope>test</scope> |
16 |
| - </dependency> |
17 |
| - <dependency> |
18 |
| - <groupId>org.seleniumhq.selenium</groupId> |
19 |
| - <artifactId>selenium-java</artifactId> |
20 |
| - <version>2.45.0</version> |
21 |
| - </dependency> |
22 |
| - <dependency> |
23 |
| - <groupId>org.seleniumhq.selenium</groupId> |
24 |
| - <artifactId>selenium-server</artifactId> |
25 |
| - <version>2.45.0</version> |
26 |
| - </dependency> |
27 |
| - <dependency> |
28 |
| - <groupId>net.lingala.zip4j</groupId> |
29 |
| - <artifactId>zip4j</artifactId> |
30 |
| - <version>1.3.2</version> |
31 |
| - </dependency> |
32 |
| - </dependencies> |
33 |
| - <build> |
34 |
| - <plugins> |
35 |
| - <plugin> |
36 |
| - <groupId>org.apache.maven.plugins</groupId> |
37 |
| - <artifactId>maven-compiler-plugin</artifactId> |
38 |
| - <version>2.3.2</version> |
39 |
| - <configuration> |
40 |
| - <source>1.6</source> |
41 |
| - <target>1.6</target> |
42 |
| - </configuration> |
43 |
| - </plugin> |
44 |
| - <plugin> |
45 |
| - <groupId>org.apache.maven.plugins</groupId> |
46 |
| - <artifactId>maven-surefire-plugin</artifactId> |
47 |
| - <version>2.4.2</version> |
48 |
| - </plugin> |
49 |
| - </plugins> |
50 |
| - </build> |
| 2 | + xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> |
| 3 | + <modelVersion>4.0.0</modelVersion> |
| 4 | + <groupId>com.browserstack</groupId> |
| 5 | + <artifactId>browserstack-local-java</artifactId> |
| 6 | + <packaging>jar</packaging> |
| 7 | + <version>1.0-SNAPSHOT</version> |
| 8 | + <name>browserstack-local-java</name> |
| 9 | + <url>http://maven.apache.org</url> |
| 10 | + <dependencies> |
| 11 | + <dependency> |
| 12 | + <groupId>junit</groupId> |
| 13 | + <artifactId>junit</artifactId> |
| 14 | + <version>4.11</version> |
| 15 | + <scope>test</scope> |
| 16 | + </dependency> |
| 17 | + <dependency> |
| 18 | + <groupId>org.apache.commons</groupId> |
| 19 | + <artifactId>commons-io</artifactId> |
| 20 | + <version>1.3.2</version> |
| 21 | + </dependency> |
| 22 | + </dependencies> |
| 23 | + <build> |
| 24 | + <plugins> |
| 25 | + <plugin> |
| 26 | + <groupId>org.apache.maven.plugins</groupId> |
| 27 | + <artifactId>maven-compiler-plugin</artifactId> |
| 28 | + <version>2.3.2</version> |
| 29 | + <configuration> |
| 30 | + <source>1.6</source> |
| 31 | + <target>1.6</target> |
| 32 | + </configuration> |
| 33 | + </plugin> |
| 34 | + <plugin> |
| 35 | + <groupId>org.apache.maven.plugins</groupId> |
| 36 | + <artifactId>maven-surefire-plugin</artifactId> |
| 37 | + <version>2.4.2</version> |
| 38 | + </plugin> |
| 39 | + </plugins> |
| 40 | + </build> |
51 | 41 | </project>
|
0 commit comments