2525 <artifactId >maven-deploy-plugin</artifactId >
2626 <version >2.8.1</version >
2727 <configuration >
28- <altDeploymentRepository >internal.repo::default::file://${project.build.directory} /mvn-repo</altDeploymentRepository >
28+ <altDeploymentRepository >internal.repo::default::file://${project.build.directory} /mvn-repo
29+ </altDeploymentRepository >
2930 </configuration >
3031 </plugin >
3132 <plugin >
3536 <configuration >
3637 <message >Maven artifacts for ${project.version} </message > <!-- git commit message -->
3738 <noJekyll >true</noJekyll > <!-- disable webpage processing -->
38- <outputDirectory >${project.build.directory} /mvn-repo</outputDirectory > <!-- matches distribution management repository url above -->
39+ <outputDirectory >${project.build.directory} /mvn-repo
40+ </outputDirectory > <!-- matches distribution management repository url above -->
3941 <branch >refs/heads/mvn-repo</branch > <!-- remote branch name -->
40- <includes ><include >**/*</include ></includes >
42+ <includes >
43+ <include >**/*</include >
44+ </includes >
4145 <repositoryName >java.automation.library</repositoryName > <!-- github repo name -->
4246 <repositoryOwner >dzaiats</repositoryOwner > <!-- github username -->
4347 </configuration >
6771 <artifactId >selenium-java</artifactId >
6872 <version >2.53.1</version >
6973 </dependency >
74+ <dependency >
75+ <groupId >org.seleniumhq.selenium</groupId >
76+ <artifactId >selenium-server</artifactId >
77+ <version >2.53.1</version >
78+ </dependency >
79+ <dependency >
80+ <groupId >org.seleniumhq.selenium</groupId >
81+ <artifactId >selenium-remote-driver</artifactId >
82+ <version >2.53.1</version >
83+ </dependency >
7084 <dependency >
7185 <groupId >io.appium</groupId >
7286 <artifactId >java-client</artifactId >
73- <version >3.4.0 </version >
87+ <version >4.1.2 </version >
7488 </dependency >
7589 <dependency >
7690 <groupId >com.google.guava</groupId >
107121 <artifactId >language-detector</artifactId >
108122 <version >0.5</version >
109123 </dependency >
124+ <dependency >
125+ <groupId >com.codeborne</groupId >
126+ <artifactId >phantomjsdriver</artifactId >
127+ <version >LATEST</version >
128+ <exclusions >
129+ <exclusion >
130+ <groupId >org.seleniumhq.selenium</groupId >
131+ <artifactId >selenium-java</artifactId >
132+ </exclusion >
133+ <exclusion >
134+ <groupId >org.seleniumhq.selenium</groupId >
135+ <artifactId >selenium-server</artifactId >
136+ </exclusion >
137+ <exclusion >
138+ <groupId >org.seleniumhq.selenium</groupId >
139+ <artifactId >selenium-remote-driver</artifactId >
140+ </exclusion >
141+ </exclusions >
142+ </dependency >
110143 </dependencies >
111144</project >
0 commit comments