@@ -37,14 +37,11 @@ limitations under the License.
37
37
<maven .compiler.source>1.8</maven .compiler.source>
38
38
<maven .compiler.target>1.8</maven .compiler.target>
39
39
40
- <bigtable .version>0.9.6.2 </bigtable .version>
41
- <hbase .version>1.2.4 </hbase .version>
40
+ <bigtable .version>1.0.0-pre3 </bigtable .version>
41
+ <hbase .version>1.2.6 </hbase .version>
42
42
<bigtable .projectID>YOUR_PROJECT_ID</bigtable .projectID>
43
43
<bigtable .instanceID>YOUR_INSTANCE_ID</bigtable .instanceID>
44
44
45
- <hadoop .version>2.4.1</hadoop .version>
46
- <compat .module>hbase-hadoop2-compat</compat .module>
47
-
48
45
<maven .compiler.showDeprecation>true</maven .compiler.showDeprecation>
49
46
<archiveClasses >true</archiveClasses >
50
47
<failOnMissingWebXml >false</failOnMissingWebXml >
@@ -53,16 +50,10 @@ limitations under the License.
53
50
<dependencies >
54
51
<dependency >
55
52
<groupId >com.google.cloud.bigtable</groupId >
56
- <artifactId >bigtable-hbase-1.2 </artifactId >
53
+ <artifactId >bigtable-hbase-1.x </artifactId >
57
54
<version >${bigtable.version} </version >
58
55
</dependency >
59
56
60
- <dependency >
61
- <groupId >org.apache.hbase</groupId >
62
- <artifactId >hbase-client</artifactId >
63
- <version >${hbase.version} </version >
64
- </dependency >
65
-
66
57
<dependency >
67
58
<groupId >io.netty</groupId >
68
59
<artifactId >netty-tcnative-boringssl-static</artifactId >
@@ -88,7 +79,7 @@ limitations under the License.
88
79
<dependency >
89
80
<groupId >com.google.truth</groupId >
90
81
<artifactId >truth</artifactId >
91
- <version >0.30 </version >
82
+ <version >0.35 </version >
92
83
<scope >test</scope >
93
84
</dependency >
94
85
@@ -110,20 +101,20 @@ limitations under the License.
110
101
<!-- for hot reload of the web application-->
111
102
<outputDirectory >${project.build.directory} /${project.build.finalName} /WEB-INF/classes</outputDirectory >
112
103
<plugins >
113
- <plugin >
114
- <groupId >org.codehaus.mojo</groupId >
115
- <artifactId >versions-maven-plugin</artifactId >
116
- <version >2.3 </version >
117
- <executions >
118
- <execution >
119
- <phase >compile</phase >
120
- <goals >
121
- <goal >display-dependency-updates</goal >
122
- <goal >display-plugin-updates</goal >
123
- </goals >
124
- </execution >
125
- </executions >
126
- </plugin >
104
+ <!-- < plugin> -- >
105
+ <!-- < groupId>org.codehaus.mojo</groupId> -- >
106
+ <!-- < artifactId>versions-maven-plugin</artifactId> -- >
107
+ <!-- < version>2.4 </version> -- >
108
+ <!-- < executions> -- >
109
+ <!-- < execution> -- >
110
+ <!-- < phase>compile</phase> -- >
111
+ <!-- < goals> -- >
112
+ <!-- < goal>display-dependency-updates</goal> -- >
113
+ <!-- < goal>display-plugin-updates</goal> -- >
114
+ <!-- < /goals> -- >
115
+ <!-- < /execution> -- >
116
+ <!-- < /executions> -- >
117
+ <!-- < /plugin> -- >
127
118
128
119
<plugin >
129
120
<groupId >org.apache.maven.plugins</groupId >
@@ -142,7 +133,7 @@ limitations under the License.
142
133
<plugin >
143
134
<groupId >org.apache.maven.plugins</groupId >
144
135
<artifactId >maven-war-plugin</artifactId >
145
- <version >3.0 .0</version >
136
+ <version >3.1 .0</version >
146
137
<configuration >
147
138
<archiveClasses >true</archiveClasses >
148
139
<webResources >
@@ -159,7 +150,7 @@ limitations under the License.
159
150
<plugin >
160
151
<groupId >org.apache.maven.plugins</groupId >
161
152
<artifactId >maven-failsafe-plugin</artifactId >
162
- <version >2.19 .1</version >
153
+ <version >2.20 .1</version >
163
154
<configuration >
164
155
<systemPropertyVariables >
165
156
<BIGTABLE_PROJECT >${bigtable.projectID} </BIGTABLE_PROJECT >
@@ -175,6 +166,31 @@ limitations under the License.
175
166
<configuration >
176
167
</configuration >
177
168
</plugin >
169
+
170
+ <plugin >
171
+ <groupId >org.apache.maven.plugins</groupId >
172
+ <artifactId >maven-compiler-plugin</artifactId >
173
+ <version >3.7.0</version >
174
+ </plugin >
175
+
176
+ <plugin >
177
+ <groupId >org.apache.maven.plugins</groupId >
178
+ <artifactId >maven-clean-plugin</artifactId >
179
+ <version >3.0.0</version >
180
+ </plugin >
181
+
182
+ <plugin >
183
+ <groupId >org.apache.maven.plugins</groupId >
184
+ <artifactId >maven-enforcer-plugin</artifactId >
185
+ <version >3.0.0-M1</version >
186
+ <configuration >
187
+ <rules >
188
+ <requireMavenVersion >
189
+ <version >[3.5.0,)</version >
190
+ </requireMavenVersion >
191
+ </rules >
192
+ </configuration >
193
+ </plugin >
178
194
</plugins >
179
195
</build >
180
196
0 commit comments