提交 7d98e23b 编写于 作者: Z zhourui

java11 pom add hadoop client

上级 11c73cfb
...@@ -366,6 +366,10 @@ ...@@ -366,6 +366,10 @@
<groupId>com.github.whvcse</groupId> <groupId>com.github.whvcse</groupId>
<artifactId>easy-captcha</artifactId> <artifactId>easy-captcha</artifactId>
</dependency> </dependency>
<dependency>
<groupId>org.apache.hadoop</groupId>
<artifactId>hadoop-client</artifactId>
</dependency>
</dependencies> </dependencies>
<build> <build>
...@@ -410,7 +414,7 @@ ...@@ -410,7 +414,7 @@
</compilerArgs> </compilerArgs>
</configuration> </configuration>
</plugin> </plugin>
<!--This plugin's configuration is used to store Eclipse m2e settings <!--This plugin's configuration is used to store Eclipse m2e settings
only. It has no influence on the Maven build itself. --> only. It has no influence on the Maven build itself. -->
<plugin> <plugin>
<groupId>org.eclipse.m2e</groupId> <groupId>org.eclipse.m2e</groupId>
...@@ -854,7 +858,7 @@ ...@@ -854,7 +858,7 @@
<artifactId>javapoet</artifactId> <artifactId>javapoet</artifactId>
<version>1.11.1</version> <version>1.11.1</version>
</dependency> </dependency>
<!--dependency> <groupId>javax.visrec</groupId> <artifactId>visrec-api</artifactId> <!--dependency> <groupId>javax.visrec</groupId> <artifactId>visrec-api</artifactId>
<version>20200316</version> </dependency --> <version>20200316</version> </dependency -->
<dependency> <dependency>
<groupId>com.github.neuroph</groupId> <groupId>com.github.neuroph</groupId>
...@@ -886,7 +890,7 @@ ...@@ -886,7 +890,7 @@
<artifactId>slf4j-api</artifactId> <artifactId>slf4j-api</artifactId>
<version>1.7.25</version> <version>1.7.25</version>
</dependency> </dependency>
<!-- dependency> <groupId>cglib</groupId> <artifactId>cglib</artifactId> <!-- dependency> <groupId>cglib</groupId> <artifactId>cglib</artifactId>
<version>3.2.0</version> </dependency --> <version>3.2.0</version> </dependency -->
<dependency> <dependency>
<groupId>com.alibaba</groupId> <groupId>com.alibaba</groupId>
...@@ -1093,6 +1097,11 @@ ...@@ -1093,6 +1097,11 @@
<artifactId>easy-captcha</artifactId> <artifactId>easy-captcha</artifactId>
<version>1.6.2</version> <version>1.6.2</version>
</dependency> </dependency>
<dependency>
<groupId>org.apache.hadoop</groupId>
<artifactId>hadoop-client</artifactId>
<version>3.3.1</version>
</dependency>
</dependencies> </dependencies>
</dependencyManagement> </dependencyManagement>
<repositories> <repositories>
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册