Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in
Toggle navigation
S
sap-service
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
曲欣亮
sap-service
Commits
2de385a6
Commit
2de385a6
authored
Jul 22, 2019
by
Quxl
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
x
parent
0e44b39d
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
9 additions
and
6 deletions
+9
-6
pom.xml
pom.xml
+6
-6
application-dev.yml
src/main/resources/application-dev.yml
+1
-0
application-pro.yml
src/main/resources/application-pro.yml
+1
-0
application-uat.yml
src/main/resources/application-uat.yml
+1
-0
No files found.
pom.xml
View file @
2de385a6
...
@@ -42,6 +42,11 @@
...
@@ -42,6 +42,11 @@
<artifactId>
cxf-spring-boot-starter-jaxws
</artifactId>
<artifactId>
cxf-spring-boot-starter-jaxws
</artifactId>
<version>
3.3.2
</version>
<version>
3.3.2
</version>
</dependency>
</dependency>
<dependency>
<groupId>
org.apache.cxf
</groupId>
<artifactId>
cxf-rt-ws-security
</artifactId>
<version>
3.3.2
</version>
</dependency>
<dependency>
<dependency>
<groupId>
org.springframework.boot
</groupId>
<groupId>
org.springframework.boot
</groupId>
<artifactId>
spring-boot-starter-jdbc
</artifactId>
<artifactId>
spring-boot-starter-jdbc
</artifactId>
...
@@ -71,11 +76,6 @@
...
@@ -71,11 +76,6 @@
<artifactId>
wss4j
</artifactId>
<artifactId>
wss4j
</artifactId>
<version>
1.6.19
</version>
<version>
1.6.19
</version>
</dependency>
</dependency>
<dependency>
<groupId>
org.apache.cxf
</groupId>
<artifactId>
cxf-rt-ws-security
</artifactId>
<version>
3.3.2
</version>
</dependency>
<dependency>
<dependency>
<groupId>
org.apache.santuario
</groupId>
<groupId>
org.apache.santuario
</groupId>
<artifactId>
xmlsec
</artifactId>
<artifactId>
xmlsec
</artifactId>
...
@@ -84,7 +84,7 @@
...
@@ -84,7 +84,7 @@
<dependency>
<dependency>
<groupId>
org.apache.cxf
</groupId>
<groupId>
org.apache.cxf
</groupId>
<artifactId>
cxf-rt-transports-http
</artifactId>
<artifactId>
cxf-rt-transports-http
</artifactId>
<version>
3.
2
.2
</version>
<version>
3.
3
.2
</version>
</dependency>
</dependency>
<dependency>
<dependency>
<groupId>
javax.ws.rs
</groupId>
<groupId>
javax.ws.rs
</groupId>
...
...
src/main/resources/application-dev.yml
View file @
2de385a6
wsUsedAuth
:
true
wsUsername
:
test
wsUsername
:
test
wsPassword
:
78258c537d6e4d5fb210a57d05619fb6
wsPassword
:
78258c537d6e4d5fb210a57d05619fb6
xmlRoot
:
XML_HISTORY
xmlRoot
:
XML_HISTORY
...
...
src/main/resources/application-pro.yml
View file @
2de385a6
wsUsedAuth
:
true
wsUsername
:
schneider
wsUsername
:
schneider
wsPassword
:
f14d4a80f823438a875b1924384c944c
wsPassword
:
f14d4a80f823438a875b1924384c944c
xmlRoot
:
XML_HISTORY
xmlRoot
:
XML_HISTORY
...
...
src/main/resources/application-uat.yml
View file @
2de385a6
wsUsedAuth
:
true
wsUsername
:
test
wsUsername
:
test
wsPassword
:
78258c537d6e4d5fb210a57d05619fb6
wsPassword
:
78258c537d6e4d5fb210a57d05619fb6
xmlRoot
:
XML_HISTORY
xmlRoot
:
XML_HISTORY
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment