File tree Expand file tree Collapse file tree 3 files changed +0
-37
lines changed
wayang-platforms/wayang-giraph Expand file tree Collapse file tree 3 files changed +0
-37
lines changed Original file line number Diff line number Diff line change 4747
4848 <assertj .version>3.25.3</assertj .version>
4949 <commons-io .version>2.15.1</commons-io .version>
50- <guava .version>32.1.3-jre</guava .version>
5150 <hamcrest .version>2.2</hamcrest .version>
5251 <jackson .version>2.15.4</jackson .version>
5352 <jacoco .version>0.8.9</jacoco .version>
Original file line number Diff line number Diff line change 7979 <groupId >org.apache.giraph</groupId >
8080 <artifactId >giraph-core</artifactId >
8181 <version >${giraph.version} </version >
82- <exclusions >
83- <exclusion >
84- <groupId >com.google.guava</groupId >
85- <artifactId >guava</artifactId >
86- </exclusion >
87- </exclusions >
8882 </dependency >
8983 <dependency >
9084 <groupId >org.apache.giraph</groupId >
9185 <artifactId >giraph-block-app</artifactId >
9286 <version >${giraph.version} </version >
93- <exclusions >
94- <exclusion >
95- <groupId >com.google.guava</groupId >
96- <artifactId >guava</artifactId >
97- </exclusion >
98- </exclusions >
9987 </dependency >
10088 <dependency >
10189 <groupId >org.apache.giraph</groupId >
10290 <artifactId >giraph-examples</artifactId >
10391 <version >${giraph.version} </version >
104- <exclusions >
105- <exclusion >
106- <groupId >com.google.guava</groupId >
107- <artifactId >guava</artifactId >
108- </exclusion >
109- </exclusions >
11092 </dependency >
11193 </dependencies >
11294
Original file line number Diff line number Diff line change 189189 <artifactId >giraph-core</artifactId >
190190 <version >${giraph.version} </version >
191191 <scope >test</scope >
192- <exclusions >
193- <exclusion >
194- <groupId >com.google.guava</groupId >
195- <artifactId >guava</artifactId >
196- </exclusion >
197- </exclusions >
198192 </dependency >
199193 <dependency >
200194 <groupId >org.apache.giraph</groupId >
201195 <artifactId >giraph-block-app</artifactId >
202196 <version >${giraph.version} </version >
203197 <scope >test</scope >
204- <exclusions >
205- <exclusion >
206- <groupId >com.google.guava</groupId >
207- <artifactId >guava</artifactId >
208- </exclusion >
209- </exclusions >
210198 </dependency >
211199 <dependency >
212200 <groupId >org.apache.giraph</groupId >
213201 <artifactId >giraph-examples</artifactId >
214202 <version >${giraph.version} </version >
215203 <scope >test</scope >
216- <exclusions >
217- <exclusion >
218- <groupId >com.google.guava</groupId >
219- <artifactId >guava</artifactId >
220- </exclusion >
221- </exclusions >
222204 </dependency >
223205 <!-- https://mvnrepository.com/artifact/org.codehaus.janino/janino -->
224206 <dependency >
You can’t perform that action at this time.
0 commit comments