File tree Expand file tree Collapse file tree 14 files changed +70
-0
lines changed
dss-commons/dss-sender-service
dss-framework-orchestrator-server
dss-framework-project-server
dss-framework-migrate-server
dss-framework-orchestrator-publish
orchestrators/dss-workflow
dss-flow-execution-server
plugins/dolphinscheduler/dss-dolphinscheduler-token Expand file tree Collapse file tree 14 files changed +70
-0
lines changed Original file line number Diff line number Diff line change 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 >
163169 </dependency >
164170
165171 <dependency >
Original file line number Diff line number Diff line change 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 >
189193 </exclusions >
190194 </dependency >
191195 <dependency >
Original file line number Diff line number Diff line change 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 >
191195 </exclusions >
192196 </dependency >
193197 <dependency >
Original file line number Diff line number Diff line change 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 >
4852 </exclusions >
4953 </dependency >
5054 <dependency >
Original file line number Diff line number Diff line change 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 >
7377 </exclusions >
7478 </dependency >
7579 <dependency >
Original file line number Diff line number Diff line change 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 >
135139 </exclusions >
136140 </dependency >
137141
Original file line number Diff line number Diff line change 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 >
129135 </dependency >
130136 <dependency >
131137 <groupId >org.apache.linkis</groupId >
137143 <artifactId >linkis-common</artifactId >
138144 <groupId >org.apache.linkis</groupId >
139145 </exclusion >
146+ <exclusion >
147+ <artifactId >hibernate-validator</artifactId >
148+ <groupId >org.hibernate</groupId >
149+ </exclusion >
140150 </exclusions >
141151 </dependency >
142152 <dependency >
Original file line number Diff line number Diff line change 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 >
6975 </dependency >
7076 </dependencies >
7177
Original file line number Diff line number Diff line change 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 >
8793 </dependency >
8894 <dependency >
8995 <groupId >org.springframework</groupId >
Original file line number Diff line number Diff line change 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 >
5660 </exclusions >
5761 </dependency >
5862 <dependency >
You can’t perform that action at this time.
0 commit comments