This repository was archived by the owner on Sep 26, 2020. It is now read-only.
File tree Expand file tree Collapse file tree 4 files changed +48
-44
lines changed Expand file tree Collapse file tree 4 files changed +48
-44
lines changed Original file line number Diff line number Diff line change 53
53
</build >
54
54
55
55
<dependencies >
56
- <dependency >
57
- <groupId >net.sourceforge.htmlunit</groupId >
58
- <artifactId >htmlunit</artifactId >
59
- <exclusions >
60
- <exclusion >
61
- <groupId >xalan</groupId >
62
- <artifactId >xalan</artifactId >
63
- </exclusion >
64
- <exclusion >
65
- <groupId >xerces</groupId >
66
- <artifactId >xercesImpl</artifactId >
67
- </exclusion >
68
- </exclusions >
69
- </dependency >
70
56
<dependency >
71
57
<groupId >com.google.gwt.util</groupId >
72
58
<artifactId >gwt-shared</artifactId >
117
103
<groupId >ant</groupId >
118
104
<artifactId >ant</artifactId >
119
105
</dependency >
120
- <!--
121
- <dependency>
122
- <groupId>xerces</groupId>
123
- <artifactId>xercesImpl</artifactId>
124
- <version>2.9.1</version>
125
- <scope>system</scope>
126
- <systemPath>${GWT_TOOLS}/lib/xerces/xerces-2_9_1/xercesImpl-NoMetaInf.jar</systemPath>
127
- </dependency>
128
- <dependency>
129
- <groupId>xerces</groupId>
130
- <artifactId>serializer</artifactId>
131
- <version>2.9.1</version>
132
- <scope>system</scope>
133
- <systemPath>${GWT_TOOLS}/lib/xerces/xerces-2_9_1/serializer.jar</systemPath>
134
- </dependency>
135
- <dependency>
136
- <groupId>xml-apis</groupId>
137
- <artifactId>xml-apis</artifactId>
138
- <version>2.9.1</version>
139
- <scope>system</scope>
140
- <systemPath>${GWT_TOOLS}/lib/xerces/xerces-2_9_1/xml-apis.jar</systemPath>
141
- </dependency>
142
- -->
106
+
143
107
<dependency >
144
108
<groupId >junit</groupId >
145
109
<artifactId >junit</artifactId >
Original file line number Diff line number Diff line change 36
36
<groupId >com.google.guava</groupId >
37
37
<artifactId >guava</artifactId >
38
38
</dependency >
39
+
40
+ <dependency >
41
+ <groupId >junit</groupId >
42
+ <artifactId >junit</artifactId >
43
+ </dependency >
39
44
<dependency >
40
45
<groupId >net.sourceforge.htmlunit</groupId >
41
46
<artifactId >htmlunit</artifactId >
47
+ <scope >test</scope >
42
48
</dependency >
43
49
<dependency >
44
50
<groupId >net.sourceforge.htmlunit</groupId >
45
51
<artifactId >htmlunit-core-js</artifactId >
46
- </dependency >
47
-
48
- <dependency >
49
- <groupId >junit</groupId >
50
- <artifactId >junit</artifactId >
52
+ <scope >test</scope >
51
53
</dependency >
52
54
</dependencies >
53
55
</project >
Original file line number Diff line number Diff line change 38
38
<artifactId >guava</artifactId >
39
39
</dependency >
40
40
<dependency >
41
- <groupId >com.google.protobug </groupId >
41
+ <groupId >com.google.protobuf </groupId >
42
42
<artifactId >protobuf-java</artifactId >
43
43
</dependency >
44
+ <dependency >
45
+ <groupId >net.sourceforge.htmlunit</groupId >
46
+ <artifactId >htmlunit</artifactId >
47
+ </dependency >
48
+ <dependency >
49
+ <groupId >net.sourceforge.htmlunit</groupId >
50
+ <artifactId >htmlunit-core-js</artifactId >
51
+ <exclusions >
52
+ <!-- See: http://old.nabble.com/-HtmlUnit%2D-Not-depending-on-xercesImpl.jar-td25053687.html -->
53
+ <exclusion >
54
+ <groupId >xerces</groupId >
55
+ <artifactId >xerces</artifactId >
56
+ </exclusion >
57
+ </exclusions >
58
+ </dependency >
59
+ <dependency >
60
+ <groupId >xerces</groupId >
61
+ <artifactId >xercesImpl</artifactId >
62
+ <version >2.9.1</version >
63
+ <scope >system</scope >
64
+ <systemPath >${GWT_TOOLS} /lib/xerces/xerces-2_9_1/xercesImpl-NoMetaInf.jar</systemPath >
65
+ </dependency >
66
+ <!--
67
+ <dependency>
68
+ <groupId>xalan</groupId>
69
+ <artifactId>serializer</artifactId>
70
+ <version>2.9.1</version>
71
+ <scope>system</scope>
72
+ <systemPath>${GWT_TOOLS}/lib/xerces/xerces-2_9_1/serializer.jar</systemPath>
73
+ </dependency>
74
+ <dependency>
75
+ <groupId>xml-apis</groupId>
76
+ <artifactId>xml-apis</artifactId>
77
+ <version>2.9.1</version>
78
+ <scope>system</scope>
79
+ <systemPath>${GWT_TOOLS}/lib/xerces/xerces-2_9_1/xml-apis.jar</systemPath>
80
+ </dependency>
81
+ -->
44
82
45
83
<dependency >
46
84
<groupId >junit</groupId >
Original file line number Diff line number Diff line change 46
46
<systemPath >${GWT_TOOLS} /lib/jscomp/r1649/compiler-rebased.jar</systemPath >
47
47
</dependency >
48
48
<dependency >
49
- <groupId >com.google.protobug </groupId >
49
+ <groupId >com.google.protobuf </groupId >
50
50
<artifactId >protobuf-java</artifactId >
51
51
<version >2.2.0-gwt-rebased</version >
52
52
<scope >system</scope >
You can’t perform that action at this time.
0 commit comments