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

gosonzhang pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-inlong.git


The following commit(s) were added to refs/heads/master by this push:
     new 12b4004  [INLONG-2064] tubemq-manager TopicEntry.java:[28,36] package 
javax.validation.constraints not exists (#2065)
12b4004 is described below

commit 12b4004a308c2724906250d4e42bf1e5e6ad270a
Author: Liao Rui <[email protected]>
AuthorDate: Tue Dec 28 16:20:54 2021 +0800

    [INLONG-2064] tubemq-manager TopicEntry.java:[28,36] package 
javax.validation.constraints not exists (#2065)
    
    Co-authored-by: ryanrliao <[email protected]>
---
 inlong-tubemq/tubemq-manager/pom.xml | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/inlong-tubemq/tubemq-manager/pom.xml 
b/inlong-tubemq/tubemq-manager/pom.xml
index fc40fe2..9988e23 100644
--- a/inlong-tubemq/tubemq-manager/pom.xml
+++ b/inlong-tubemq/tubemq-manager/pom.xml
@@ -158,6 +158,12 @@
             <version>3.0.0</version>
             <scope>compile</scope>
         </dependency>
+
+        <dependency>
+            <groupId>javax.validation</groupId>
+            <artifactId>validation-api</artifactId>
+            <version>1.1.0.Final</version>
+        </dependency>
     </dependencies>
 
     <build>

Reply via email to