Skip to content

Commit 57c2a8a

Browse files
committed
Revert "remove hibernate-validator"
This reverts commit f2ef8b7.
1 parent f2ef8b7 commit 57c2a8a

File tree

14 files changed

+0
-70
lines changed
  • assembly/dss-package
  • dss-apps
  • dss-commons/dss-sender-service
  • dss-framework
    • dss-appconn-framework
    • dss-framework-orchestrator-server
    • dss-framework-project-server
    • framework-plugins
      • dss-framework-migrate-server
      • dss-framework-orchestrator-publish
  • dss-git/dss-git-server
  • dss-orchestrator
    • dss-orchestrator-core
    • orchestrators/dss-workflow
  • plugins/dolphinscheduler/dss-dolphinscheduler-token

14 files changed

+0
-70
lines changed

assembly/dss-package/pom.xml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -160,12 +160,6 @@
160160
<groupId>org.glassfish.jersey.ext</groupId>
161161
<artifactId>jersey-bean-validation</artifactId>
162162
<version>${jersey.version}</version>
163-
<exclusions>
164-
<exclusion>
165-
<artifactId>hibernate-validator</artifactId>
166-
<groupId>org.hibernate</groupId>
167-
</exclusion>
168-
</exclusions>
169163
</dependency>
170164

171165
<dependency>

dss-apps/dss-apiservice-server/pom.xml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -186,10 +186,6 @@
186186
<artifactId>spring-web</artifactId>
187187
<groupId>org.springframework</groupId>
188188
</exclusion>
189-
<exclusion>
190-
<artifactId>hibernate-validator</artifactId>
191-
<groupId>org.hibernate</groupId>
192-
</exclusion>
193189
</exclusions>
194190
</dependency>
195191
<dependency>

dss-apps/dss-scriptis-server/pom.xml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -188,10 +188,6 @@
188188
<artifactId>spring-web</artifactId>
189189
<groupId>org.springframework</groupId>
190190
</exclusion>
191-
<exclusion>
192-
<artifactId>hibernate-validator</artifactId>
193-
<groupId>org.hibernate</groupId>
194-
</exclusion>
195191
</exclusions>
196192
</dependency>
197193
<dependency>

dss-commons/dss-sender-service/pom.xml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -45,10 +45,6 @@
4545
<artifactId>commons-fileupload</artifactId>
4646
<groupId>commons-fileupload</groupId>
4747
</exclusion>
48-
<exclusion>
49-
<artifactId>hibernate-validator</artifactId>
50-
<groupId>org.hibernate</groupId>
51-
</exclusion>
5248
</exclusions>
5349
</dependency>
5450
<dependency>

dss-framework/dss-appconn-framework/pom.xml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -70,10 +70,6 @@
7070
<artifactId>linkis-common</artifactId>
7171
<groupId>org.apache.linkis</groupId>
7272
</exclusion>
73-
<exclusion>
74-
<artifactId>hibernate-validator</artifactId>
75-
<groupId>org.hibernate</groupId>
76-
</exclusion>
7773
</exclusions>
7874
</dependency>
7975
<dependency>

dss-framework/dss-framework-orchestrator-server/pom.xml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -132,10 +132,6 @@
132132
<artifactId>netty-all</artifactId>
133133
<groupId>io.netty</groupId>
134134
</exclusion>
135-
<exclusion>
136-
<artifactId>hibernate-validator</artifactId>
137-
<groupId>org.hibernate</groupId>
138-
</exclusion>
139135
</exclusions>
140136
</dependency>
141137

dss-framework/dss-framework-project-server/pom.xml

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -126,12 +126,6 @@
126126
<artifactId>jersey-bean-validation</artifactId>
127127
<version>${jersey.version}</version>
128128
<scope>provided</scope>
129-
<exclusions>
130-
<exclusion>
131-
<artifactId>hibernate-validator</artifactId>
132-
<groupId>org.hibernate</groupId>
133-
</exclusion>
134-
</exclusions>
135129
</dependency>
136130
<dependency>
137131
<groupId>org.apache.linkis</groupId>
@@ -143,10 +137,6 @@
143137
<artifactId>linkis-common</artifactId>
144138
<groupId>org.apache.linkis</groupId>
145139
</exclusion>
146-
<exclusion>
147-
<artifactId>hibernate-validator</artifactId>
148-
<groupId>org.hibernate</groupId>
149-
</exclusion>
150140
</exclusions>
151141
</dependency>
152142
<dependency>

dss-framework/framework-plugins/dss-framework-migrate-server/pom.xml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -66,12 +66,6 @@
6666
<artifactId>linkis-rpc</artifactId>
6767
<version>${linkis.version}</version>
6868
<scope>provided</scope>
69-
<exclusions>
70-
<exclusion>
71-
<artifactId>hibernate-validator</artifactId>
72-
<groupId>org.hibernate</groupId>
73-
</exclusion>
74-
</exclusions>
7569
</dependency>
7670
</dependencies>
7771

dss-framework/framework-plugins/dss-framework-orchestrator-publish/pom.xml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -84,12 +84,6 @@
8484
<artifactId>linkis-rpc</artifactId>
8585
<version>${linkis.version}</version>
8686
<scope>provided</scope>
87-
<exclusions>
88-
<exclusion>
89-
<artifactId>hibernate-validator</artifactId>
90-
<groupId>org.hibernate</groupId>
91-
</exclusion>
92-
</exclusions>
9387
</dependency>
9488
<dependency>
9589
<groupId>org.springframework</groupId>

dss-git/dss-git-server/pom.xml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -53,10 +53,6 @@
5353
<groupId>org.springframework.boot</groupId>
5454
<artifactId>spring-boot-starter-log4j2</artifactId>
5555
</exclusion>
56-
<exclusion>
57-
<artifactId>hibernate-validator</artifactId>
58-
<groupId>org.hibernate</groupId>
59-
</exclusion>
6056
</exclusions>
6157
</dependency>
6258
<dependency>

0 commit comments

Comments
 (0)