|
130 | 130 | <java.min.version>${compileSource}</java.min.version>
|
131 | 131 | <maven.min.version>3.5.0</maven.min.version>
|
132 | 132 | <hbase.version>2.2.2</hbase.version>
|
133 |
| - <maven.compiler.version>3.6.1</maven.compiler.version> |
| 133 | + <maven.compiler.version>3.8.1</maven.compiler.version> |
134 | 134 | <exec.maven.version>1.6.0</exec.maven.version>
|
135 | 135 | <audience-annotations.version>0.5.0</audience-annotations.version>
|
136 | 136 | <junit.version>4.12</junit.version>
|
|
140 | 140 | <hadoop.version>${hadoop-two.version}</hadoop.version>
|
141 | 141 | <slf4j.version>1.7.25</slf4j.version>
|
142 | 142 | <checkstyle.version>8.18</checkstyle.version>
|
143 |
| - <maven.checkstyle.version>3.0.0</maven.checkstyle.version> |
144 |
| - <surefire.version>3.0.0-M3</surefire.version> |
| 143 | + <maven.checkstyle.version>3.1.0</maven.checkstyle.version> |
| 144 | + <surefire.version>3.0.0-M4</surefire.version> |
145 | 145 | <!--Internally we use a different version of protobuf. See hbase-protocol-shaded-->
|
146 | 146 | <external.protobuf.version>2.5.0</external.protobuf.version>
|
147 | 147 | <protobuf.plugin.version>0.5.0</protobuf.plugin.version>
|
|
362 | 362 | <plugin>
|
363 | 363 | <groupId>org.codehaus.mojo</groupId>
|
364 | 364 | <artifactId>build-helper-maven-plugin</artifactId>
|
365 |
| - <version>1.9.1</version> |
| 365 | + <version>3.0.0</version> |
366 | 366 | </plugin>
|
367 | 367 | <plugin>
|
368 | 368 | <groupId>org.apache.rat</groupId>
|
|
440 | 440 | <plugin>
|
441 | 441 | <groupId>org.apache.maven.plugins</groupId>
|
442 | 442 | <artifactId>maven-enforcer-plugin</artifactId>
|
443 |
| - <version>3.0.0-M2</version> |
| 443 | + <version>3.0.0-M3</version> |
444 | 444 | <dependencies>
|
445 | 445 | <dependency>
|
446 | 446 | <groupId>org.codehaus.mojo</groupId>
|
447 | 447 | <artifactId>extra-enforcer-rules</artifactId>
|
448 |
| - <version>1.0-beta-9</version> |
| 448 | + <version>1.2</version> |
449 | 449 | </dependency>
|
450 | 450 | </dependencies>
|
451 | 451 | <!-- version set by parent -->
|
|
0 commit comments