8
8
<dependency>
9
9
<groupId>org.elasticsearch</groupId>
10
10
<artifactId>elasticsearch-hadoop</artifactId>
11
- <version>{ver }</version>
11
+ <version>{version }</version>
12
12
</dependency>
13
13
----
14
14
@@ -29,7 +29,7 @@ These are available under the same `groupId`, using an `artifactId` with the pat
29
29
<dependency>
30
30
<groupId>org.elasticsearch</groupId>
31
31
<artifactId>elasticsearch-hadoop-mr</artifactId> <1>
32
- <version>{ver }</version>
32
+ <version>{version }</version>
33
33
</dependency>
34
34
----
35
35
@@ -41,7 +41,7 @@ These are available under the same `groupId`, using an `artifactId` with the pat
41
41
<dependency>
42
42
<groupId>org.elasticsearch</groupId>
43
43
<artifactId>elasticsearch-hadoop-hive</artifactId> <1>
44
- <version>{ver }</version>
44
+ <version>{version }</version>
45
45
</dependency>
46
46
----
47
47
@@ -53,7 +53,7 @@ These are available under the same `groupId`, using an `artifactId` with the pat
53
53
<dependency>
54
54
<groupId>org.elasticsearch</groupId>
55
55
<artifactId>elasticsearch-hadoop-pig</artifactId> <1>
56
- <version>{ver }</version>
56
+ <version>{version }</version>
57
57
</dependency>
58
58
----
59
59
@@ -65,7 +65,7 @@ These are available under the same `groupId`, using an `artifactId` with the pat
65
65
<dependency>
66
66
<groupId>org.elasticsearch</groupId>
67
67
<artifactId>elasticsearch-spark-20_2.10</artifactId> <1>
68
- <version>{ver }</version>
68
+ <version>{version }</version>
69
69
</dependency>
70
70
----
71
71
@@ -118,7 +118,7 @@ in order for the Cascading dependencies to be properly resolved:
118
118
<dependency>
119
119
<groupId>org.elasticsearch</groupId>
120
120
<artifactId>elasticsearch-storm</artifactId> <1>
121
- <version>{ver }</version>
121
+ <version>{version }</version>
122
122
</dependency>
123
123
----
124
124
0 commit comments