Skip to content

Commit 12b4004

Browse files
liaoruiryanrliao
and
ryanrliao
authored
[INLONG-2064] tubemq-manager TopicEntry.java:[28,36] package javax.validation.constraints not exists (#2065)
Co-authored-by: ryanrliao <ryanrliao@tencent.com>
1 parent 756f9cb commit 12b4004

File tree

1 file changed

+6
-0
lines changed
  • inlong-tubemq/tubemq-manager

1 file changed

+6
-0
lines changed

inlong-tubemq/tubemq-manager/pom.xml

+6
Original file line numberDiff line numberDiff line change
@@ -158,6 +158,12 @@
158158
<version>3.0.0</version>
159159
<scope>compile</scope>
160160
</dependency>
161+
162+
<dependency>
163+
<groupId>javax.validation</groupId>
164+
<artifactId>validation-api</artifactId>
165+
<version>1.1.0.Final</version>
166+
</dependency>
161167
</dependencies>
162168

163169
<build>

0 commit comments

Comments
 (0)