Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
M
midjourney-proxy
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
徐少华
midjourney-proxy
Commits
03cb7c4f
Commit
03cb7c4f
authored
Jul 09, 2021
by
李传峰
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
对接3.x,处理druid版本
parent
f248bc6a
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
11 deletions
+3
-11
pom.xml
pcloud-common-core/pom.xml
+0
-4
pom.xml
pom.xml
+3
-7
No files found.
pcloud-common-core/pom.xml
View file @
03cb7c4f
...
@@ -39,19 +39,15 @@
...
@@ -39,19 +39,15 @@
<artifactId>
universe-monitorlog-logback-starter
</artifactId>
<artifactId>
universe-monitorlog-logback-starter
</artifactId>
</dependency>
</dependency>
<!-- Database connect Begin -->
<dependency>
<dependency>
<groupId>
com.alibaba
</groupId>
<groupId>
com.alibaba
</groupId>
<artifactId>
druid
</artifactId>
<artifactId>
druid
</artifactId>
</dependency>
</dependency>
<!-- Database connect End -->
<!-- Mysql Driver Begin -->
<dependency>
<dependency>
<groupId>
mysql
</groupId>
<groupId>
mysql
</groupId>
<artifactId>
mysql-connector-java
</artifactId>
<artifactId>
mysql-connector-java
</artifactId>
</dependency>
</dependency>
<!-- Mysql Driver End -->
<!-- Jackson Begin -->
<!-- Jackson Begin -->
<dependency>
<dependency>
...
...
pom.xml
View file @
03cb7c4f
...
@@ -14,14 +14,14 @@
...
@@ -14,14 +14,14 @@
<groupId>
com.pcloud.common
</groupId>
<groupId>
com.pcloud.common
</groupId>
<artifactId>
pcloud-common-parent
</artifactId>
<artifactId>
pcloud-common-parent
</artifactId>
<version>
3.1.0-SNAPSHOT
</version>
<version>
3.1.0-SNAPSHOT
</version>
<packaging>
pom
</packaging>
<name>
pcloud-common-parent
</name>
<modules>
<modules>
<module>
pcloud-common
</module>
<module>
pcloud-common
</module>
<module>
pcloud-common-core
</module>
<module>
pcloud-common-core
</module>
<module>
pcloud-solr
</module>
<module>
pcloud-solr
</module>
</modules>
</modules>
<packaging>
pom
</packaging>
<name>
pcloud-common-parent
</name>
<properties>
<properties>
<reversion>
3.1.0-SNAPSHOT
</reversion>
<reversion>
3.1.0-SNAPSHOT
</reversion>
...
@@ -82,10 +82,6 @@
...
@@ -82,10 +82,6 @@
</dependency>
</dependency>
<dependency>
<dependency>
<groupId>
com.alibaba
</groupId>
<groupId>
com.alibaba
</groupId>
<artifactId>
druid
</artifactId>
</dependency>
<dependency>
<groupId>
com.alibaba
</groupId>
<artifactId>
fastjson
</artifactId>
<artifactId>
fastjson
</artifactId>
<version>
1.2.76
</version>
<version>
1.2.76
</version>
</dependency>
</dependency>
...
...
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