File tree Expand file tree Collapse file tree 2 files changed +15
-0
lines changed
streamis-jobmanager/streamis-jobmanager-server Expand file tree Collapse file tree 2 files changed +15
-0
lines changed Original file line number Diff line number Diff line change 7474 <xstream .version>1.4.21</xstream .version>
7575 <flatten-maven-plugin .version>1.3.0</flatten-maven-plugin .version>
7676 <jetty .version>9.4.54.v20240208</jetty .version>
77+ <spring-security .vertion>6.4.4</spring-security .vertion>
7778 </properties >
7879
7980
153154 <version >${spring-framework.version} </version >
154155 </dependency >
155156
157+ <dependency >
158+ <groupId >org.springframework.security</groupId >
159+ <artifactId >spring-security-crypto</artifactId >
160+ <version >${spring-security.vertion} </version >
161+ </dependency >
162+
156163 <dependency >
157164 <groupId >com.google.code.gson</groupId >
158165 <artifactId >gson</artifactId >
Original file line number Diff line number Diff line change 4343 <artifactId >spring-webmvc</artifactId >
4444 <groupId >org.springframework</groupId >
4545 </exclusion >
46+ <exclusion >
47+ <artifactId >spring-security-crypto</artifactId >
48+ <groupId >org.springframework.security</groupId >
49+ </exclusion >
4650 </exclusions >
4751 </dependency >
52+ <dependency >
53+ <groupId >org.springframework.security</groupId >
54+ <artifactId >spring-security-crypto</artifactId >
55+ </dependency >
4856 <dependency >
4957 <groupId >com.webank.wedatasphere.streamis</groupId >
5058 <artifactId >streamis-job-audit-log</artifactId >
You can’t perform that action at this time.
0 commit comments