未验证 提交 cc06564f 编写于 作者: D dailidong 提交者: GitHub

Merge pull request #707 from lgcareer/dev

remove category x what can we not include in an asf project
...@@ -148,6 +148,10 @@ ...@@ -148,6 +148,10 @@
<groupId>javax.servlet.jsp</groupId> <groupId>javax.servlet.jsp</groupId>
<artifactId>jsp-api</artifactId> <artifactId>jsp-api</artifactId>
</exclusion> </exclusion>
<exclusion>
<artifactId>jersey-json</artifactId>
<groupId>com.sun.jersey</groupId>
</exclusion>
<!--<exclusion>--> <!--<exclusion>-->
<!--<groupId>com.google.protobuf</groupId>--> <!--<groupId>com.google.protobuf</groupId>-->
<!--<artifactId>protobuf-java</artifactId>--> <!--<artifactId>protobuf-java</artifactId>-->
...@@ -407,6 +411,10 @@ ...@@ -407,6 +411,10 @@
<artifactId>com.fasterxml.jackson.core</artifactId> <artifactId>com.fasterxml.jackson.core</artifactId>
<groupId>jackson-databind</groupId> <groupId>jackson-databind</groupId>
</exclusion> </exclusion>
<exclusion>
<artifactId>jaxb-api</artifactId>
<groupId>javax.xml.bind</groupId>
</exclusion>
</exclusions> </exclusions>
</dependency> </dependency>
...@@ -415,8 +423,8 @@ ...@@ -415,8 +423,8 @@
<artifactId>mssql-jdbc</artifactId> <artifactId>mssql-jdbc</artifactId>
<exclusions> <exclusions>
<exclusion> <exclusion>
<artifactId>com.microsoft.azure</artifactId> <artifactId>azure-keyvault</artifactId>
<groupId>azure-keyvault</groupId> <groupId>com.microsoft.azure</groupId>
</exclusion> </exclusion>
</exclusions> </exclusions>
</dependency> </dependency>
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册