This repository was archived by the owner on May 4, 2024. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 11<?xml version =" 1.0" encoding =" UTF-8" standalone =" no" ?>
2- <project xmlns =" http://maven.apache.org/POM/4.0.0" xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
3- xsi:schemaLocation=" http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd" >
2+ <project xmlns =" http://maven.apache.org/POM/4.0.0" xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance" xsi : schemaLocation =" http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd" >
43 <modelVersion >4.0.0</modelVersion >
54
65 <groupId >com.mycompany</groupId >
4847 <artifactId >spring-core</artifactId >
4948 </sharedLibrary >
5049 </sharedLibraries >
51- </configuration >
50+ <classifier >mule-application</classifier >
51+ </configuration >
5252 </plugin >
5353 </plugins >
5454 </build >
Original file line number Diff line number Diff line change 1515 <ss : authentication-manager alias =" authenticationManager" >
1616 <ss : authentication-provider >
1717 <ss : user-service id =" userService" >
18- <ss : user name =" admin " password =" admin " authorities =" ROLE_ADMIN" />
18+ <ss : user name =" ${user:vpc-tools} " password =" ${pass:SomePass} " authorities =" ROLE_ADMIN" />
1919 </ss : user-service >
2020 </ss : authentication-provider >
2121 </ss : authentication-manager >
You can’t perform that action at this time.
0 commit comments