Skip to content

Commit 7bde6a4

Browse files
committed
IGNITE-21096 Fix standalone examples compilation (#11103)
(cherry picked from commit 8695fb0)
1 parent a757d46 commit 7bde6a4

3 files changed

Lines changed: 15 additions & 22 deletions

File tree

examples/pom-standalone-lgpl.xml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -120,6 +120,12 @@
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>

examples/pom-standalone.xml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -120,6 +120,12 @@
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>

examples/pom.xml

Lines changed: 3 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -142,31 +142,12 @@
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>

0 commit comments

Comments
 (0)