File tree Expand file tree Collapse file tree 1 file changed +12
-12
lines changed Expand file tree Collapse file tree 1 file changed +12
-12
lines changed Original file line number Diff line number Diff line change 11<?xml version =" 1.0" ?>
22<project xmlns =" http://maven.apache.org/POM/4.0.0" xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
3- xsi:schemaLocation=" http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" >
3+ xsi : schemaLocation =" http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" >
44 <parent >
55 <groupId >org.sonatype.oss</groupId >
66 <artifactId >oss-parent</artifactId >
6363 <dependency >
6464 <groupId >org.testng</groupId >
6565 <artifactId >testng</artifactId >
66- <version >6.8.8</version >
66+ <version >6.8.8</version >
6767 <scope >test</scope >
6868 </dependency >
6969 <dependency >
7272 <version >0.8.1</version >
7373 <scope >test</scope >
7474 </dependency >
75- <dependency >
76- <groupId >com.google.guava</groupId >
77- <artifactId >guava-gwt</artifactId >
78- <version >16.0</version >
79- </dependency >
80- <dependency >
81- <groupId >com.squareup.retrofit</groupId >
82- <artifactId >retrofit</artifactId >
83- <version >1.5.0</version >
84- </dependency >
75+ <dependency >
76+ <groupId >com.google.guava</groupId >
77+ <artifactId >guava-gwt</artifactId >
78+ <version >16.0</version >
79+ </dependency >
80+ <dependency >
81+ <groupId >com.squareup.retrofit</groupId >
82+ <artifactId >retrofit</artifactId >
83+ <version >1.5.0</version >
84+ </dependency >
8585 </dependencies >
8686</project >
You can’t perform that action at this time.
0 commit comments