Skip to content

Commit

Permalink
添加alibaba的一些常用的相关依赖和google的相关依赖
Browse files Browse the repository at this point in the history
Signed-off-by: likaijian <lkjsryx@163.com>
  • Loading branch information
20162430413 committed Oct 29, 2019
1 parent d14ddcb commit d011a33
Showing 1 changed file with 32 additions and 13 deletions.
45 changes: 32 additions & 13 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,33 @@
<artifactId>netty-all</artifactId>
<version>4.1.42.Final</version>
</dependency>
<!-- <dependency>
<groupId>com.alibaba.rocketmq</groupId>
<artifactId>rocketmq-client</artifactId>
<version>3.6.2.Final</version>
</dependency>
<dependency>
<groupId>com.alibaba.rocketmq</groupId>
<artifactId>rocketmq-tools</artifactId>
<version>3.2.6</version>
</dependency>
<dependency>
<groupId>com.alibaba</groupId>
<artifactId>fastjson</artifactId>
<version>1.2.41</version>
</dependency> -->
<!-- guava google官方工具类库 -->
<!-- <dependency>
<groupId>com.google.guava</groupId>
<artifactId>guava</artifactId>
<version>24.0-jre</version>
</dependency> -->
<!-- websocket -->
<!-- <dependency>
<groupId>javax</groupId>
<artifactId>javaee-api</artifactId>
<version>7.0</version>
</dependency> -->
</dependencies>

<modules>
Expand All @@ -30,19 +57,11 @@

<build>
<plugins>
<!-- <plugin>
<artifactId>maven-compiler-plugin</artifactId>
</plugin>
<plugin>
<artifactId>maven-failsafe-plugin</artifactId>
</plugin>
<plugin>
<artifactId>maven-surefire-plugin</artifactId>
</plugin> -->
<!-- <plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>exec-maven-plugin</artifactId>
</plugin> -->
<!-- <plugin> <artifactId>maven-compiler-plugin</artifactId> </plugin>
<plugin> <artifactId>maven-failsafe-plugin</artifactId> </plugin> <plugin>
<artifactId>maven-surefire-plugin</artifactId> </plugin> -->
<!-- <plugin> <groupId>org.codehaus.mojo</groupId> <artifactId>exec-maven-plugin</artifactId>
</plugin> -->
</plugins>
</build>
</project>

0 comments on commit d011a33

Please sign in to comment.