Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
S
schbrain-parent
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Packages & Registries
Packages & Registries
Package Registry
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
panwangnan
schbrain-parent
Commits
0b4ee31b
Commit
0b4ee31b
authored
Nov 03, 2021
by
liaozan
🏀
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Initial commit
parent
ccc642e1
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
16 additions
and
1 deletion
+16
-1
pom.xml
pom.xml
+16
-1
No files found.
pom.xml
View file @
0b4ee31b
...
@@ -18,17 +18,26 @@
...
@@ -18,17 +18,26 @@
<properties>
<properties>
<java.version>
11
</java.version>
<java.version>
11
</java.version>
<!-- service version -->
<schbrain-dubbo.version>
1.0.0-SNAPSHOT
</schbrain-dubbo.version>
<schbrain-dubbo.version>
1.0.0-SNAPSHOT
</schbrain-dubbo.version>
<schbrain-mybatis.version>
1.0.0-SNAPSHOT
</schbrain-mybatis.version>
<schbrain-mybatis.version>
1.0.0-SNAPSHOT
</schbrain-mybatis.version>
<schbrain-common.version>
1.0.0-SNAPSHOT
</schbrain-common.version>
<schbrain-common.version>
1.0.0-SNAPSHOT
</schbrain-common.version>
<!-- fastjson 被 aliyun 系列 sdk 强依赖,所以定在父 pom,方便统一进行版本管理,方便快速响应 bug 版本升级 -->
<fastjson.version>
1.2.78
</fastjson.version>
<guava.version>
31.0.1-jre
</guava.version>
<guava.version>
31.0.1-jre
</guava.version>
<hutool.version>
5.7.15
</hutool.version>
<hutool.version>
5.7.15
</hutool.version>
<
dubbo.version>
2.7.14
</dubbo.version
>
<
!-- database related --
>
<mybatis-plus.version>
3.4.3.4
</mybatis-plus.version>
<mybatis-plus.version>
3.4.3.4
</mybatis-plus.version>
<!-- dubbo related -->
<dubbo.version>
2.7.14
</dubbo.version>
<curator.version>
5.2.0
</curator.version>
<curator.version>
5.2.0
</curator.version>
<zookeeper.version>
3.7.0
</zookeeper.version>
<zookeeper.version>
3.7.0
</zookeeper.version>
<!-- maven plugins -->
<flatten-maven-plugin.version>
1.2.7
</flatten-maven-plugin.version>
</properties>
</properties>
<dependencyManagement>
<dependencyManagement>
...
@@ -62,6 +71,11 @@
...
@@ -62,6 +71,11 @@
<artifactId>
guava
</artifactId>
<artifactId>
guava
</artifactId>
<version>
${guava.version}
</version>
<version>
${guava.version}
</version>
</dependency>
</dependency>
<dependency>
<groupId>
com.alibaba
</groupId>
<artifactId>
fastjson
</artifactId>
<version>
${fastjson.version}
</version>
</dependency>
<!-- dubbo -->
<!-- dubbo -->
<dependency>
<dependency>
<groupId>
org.apache.dubbo
</groupId>
<groupId>
org.apache.dubbo
</groupId>
...
@@ -118,6 +132,7 @@
...
@@ -118,6 +132,7 @@
<plugin>
<plugin>
<groupId>
org.codehaus.mojo
</groupId>
<groupId>
org.codehaus.mojo
</groupId>
<artifactId>
flatten-maven-plugin
</artifactId>
<artifactId>
flatten-maven-plugin
</artifactId>
<version>
${flatten-maven-plugin.version}
</version>
<executions>
<executions>
<execution>
<execution>
<id>
flatten
</id>
<id>
flatten
</id>
...
...
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