Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
Y
ydl-parent
Overview
Overview
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
余保谷
ydl-parent
Commits
84b06945
Commit
84b06945
authored
Mar 19, 2020
by
bgyu
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
spring-boot升级
parent
53e5a3f2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
6 deletions
+2
-6
pom.xml
pom.xml
+2
-0
pom.xml
ydl-base-parent/pom.xml
+0
-6
No files found.
pom.xml
View file @
84b06945
...
@@ -129,6 +129,7 @@
...
@@ -129,6 +129,7 @@
<plugin>
<plugin>
<groupId>
org.apache.maven.plugins
</groupId>
<groupId>
org.apache.maven.plugins
</groupId>
<artifactId>
maven-compiler-plugin
</artifactId>
<artifactId>
maven-compiler-plugin
</artifactId>
<version>
3.1
</version>
<configuration>
<configuration>
<source>
1.8
</source>
<source>
1.8
</source>
<target>
1.8
</target>
<target>
1.8
</target>
...
@@ -138,6 +139,7 @@
...
@@ -138,6 +139,7 @@
<plugin>
<plugin>
<groupId>
org.apache.maven.plugins
</groupId>
<groupId>
org.apache.maven.plugins
</groupId>
<artifactId>
maven-resources-plugin
</artifactId>
<artifactId>
maven-resources-plugin
</artifactId>
<version>
2.7
</version>
<configuration>
<configuration>
<encoding>
${project.build.sourceEncoding}
</encoding>
<encoding>
${project.build.sourceEncoding}
</encoding>
</configuration>
</configuration>
...
...
ydl-base-parent/pom.xml
View file @
84b06945
...
@@ -116,12 +116,6 @@
...
@@ -116,12 +116,6 @@
</dependency>
</dependency>
<dependency>
<dependency>
<groupId>
org.mortbay.jetty
</groupId>
<artifactId>
jetty
</artifactId>
<version>
${mortbay.jetty.version}
</version>
</dependency>
<dependency>
<groupId>
com.qianmi
</groupId>
<groupId>
com.qianmi
</groupId>
<artifactId>
dubbo-rpc-jsonrpc
</artifactId>
<artifactId>
dubbo-rpc-jsonrpc
</artifactId>
<version>
${dubbo.rpc.jsonrpc}
</version>
<version>
${dubbo.rpc.jsonrpc}
</version>
...
...
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