File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 120120 <artifactId >ignite-kubernetes</artifactId >
121121 <version >to_be_replaced_by_ignite_version</version >
122122 </dependency >
123+
124+ <dependency >
125+ <groupId >commons-io</groupId >
126+ <artifactId >commons-io</artifactId >
127+ <version >2.11.0</version >
128+ </dependency >
123129 </dependencies >
124130
125131 <build >
Original file line number Diff line number Diff line change 120120 <artifactId >ignite-kubernetes</artifactId >
121121 <version >to_be_replaced_by_ignite_version</version >
122122 </dependency >
123+
124+ <dependency >
125+ <groupId >commons-io</groupId >
126+ <artifactId >commons-io</artifactId >
127+ <version >2.11.0</version >
128+ </dependency >
123129 </dependencies >
124130
125131 <build >
Original file line number Diff line number Diff line change 142142 <artifactId >javassist</artifactId >
143143 <version >${javassist.version} </version >
144144 </dependency >
145- <!-- https://mvnrepository.com/artifact/org.jpmml/pmml-model -->
146- <dependency >
147- <groupId >org.jpmml</groupId >
148- <artifactId >pmml-model</artifactId >
149- <version >1.4.7</version >
150- </dependency >
151-
152- <dependency >
153- <groupId >org.apache.parquet</groupId >
154- <artifactId >parquet-hadoop</artifactId >
155- <version >1.10.0</version >
156- </dependency >
157145
158146 <dependency >
159- <groupId >org.apache.hadoop</groupId >
160- <artifactId >hadoop-common</artifactId >
161- <version >2.9.1</version >
162- <exclusions >
163- <exclusion >
164- <groupId >com.google.protobuf</groupId >
165- <artifactId >protobuf-java</artifactId >
166- </exclusion >
167- </exclusions >
147+ <groupId >commons-io</groupId >
148+ <artifactId >commons-io</artifactId >
149+ <version >2.11.0</version >
168150 </dependency >
169-
170151 </dependencies >
171152
172153 <properties >
You can’t perform that action at this time.
0 commit comments