You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@doris.apache.org by mo...@apache.org on 2022/06/19 02:34:33 UTC

[doris] branch master updated: [chore] Fix a warning reported by maven (#10205)

This is an automated email from the ASF dual-hosted git repository.

morningman pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/doris.git


The following commit(s) were added to refs/heads/master by this push:
     new 6b61b970f5 [chore] Fix a warning reported by maven (#10205)
6b61b970f5 is described below

commit 6b61b970f5df3ec2079e78d9d10f846dedd4e2a9
Author: Adonis Ling <ad...@gmail.com>
AuthorDate: Sun Jun 19 10:34:27 2022 +0800

    [chore] Fix a warning reported by maven (#10205)
---
 fe/fe-core/pom.xml | 6 ------
 1 file changed, 6 deletions(-)

diff --git a/fe/fe-core/pom.xml b/fe/fe-core/pom.xml
index 0382b6f4aa..98eb139d05 100644
--- a/fe/fe-core/pom.xml
+++ b/fe/fe-core/pom.xml
@@ -643,12 +643,6 @@ under the License.
             <version>${antlr4.version}</version>
         </dependency>
 
-        <dependency>
-            <groupId>javax.annotation</groupId>
-            <artifactId>javax.annotation-api</artifactId>
-            <version>1.3.2</version>
-        </dependency>
-
         <dependency>
             <groupId>org.apache.maven.plugins</groupId>
             <artifactId>maven-compiler-plugin</artifactId>


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@doris.apache.org
For additional commands, e-mail: commits-help@doris.apache.org