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
674f28f5
Commit
674f28f5
authored
Nov 07, 2021
by
liaozan
🏀
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Initial commit
parent
dd054580
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
17 additions
and
1 deletion
+17
-1
pom.xml
pom.xml
+17
-1
No files found.
pom.xml
View file @
674f28f5
...
@@ -21,6 +21,7 @@
...
@@ -21,6 +21,7 @@
<!-- service 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-apollo.version>
1.0.0-SNAPSHOT
</schbrain-apollo.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 被 aliyun 系列 sdk 强依赖,所以定在父 pom,方便统一进行版本管理,方便快速响应 bug 版本升级 -->
...
@@ -41,6 +42,9 @@
...
@@ -41,6 +42,9 @@
<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>
<!-- apollo -->
<apollo.version>
1.9.1
</apollo.version>
<!-- maven plugins -->
<!-- maven plugins -->
<flatten-maven-plugin.version>
1.2.7
</flatten-maven-plugin.version>
<flatten-maven-plugin.version>
1.2.7
</flatten-maven-plugin.version>
</properties>
</properties>
...
@@ -58,6 +62,11 @@
...
@@ -58,6 +62,11 @@
<artifactId>
mybatis-spring-boot-starter
</artifactId>
<artifactId>
mybatis-spring-boot-starter
</artifactId>
<version>
${schbrain-mybatis.version}
</version>
<version>
${schbrain-mybatis.version}
</version>
</dependency>
</dependency>
<dependency>
<groupId>
com.schbrain.framework
</groupId>
<artifactId>
apollo-spring-boot-starter
</artifactId>
<version>
${schbrain-apollo.version}
</version>
</dependency>
<dependency>
<dependency>
<groupId>
com.schbrain.common
</groupId>
<groupId>
com.schbrain.common
</groupId>
<artifactId>
schbrain-common
</artifactId>
<artifactId>
schbrain-common
</artifactId>
...
@@ -96,7 +105,7 @@
...
@@ -96,7 +105,7 @@
<artifactId>
fastjson
</artifactId>
<artifactId>
fastjson
</artifactId>
<version>
${fastjson.version}
</version>
<version>
${fastjson.version}
</version>
</dependency>
</dependency>
<!-- dubbo -->
<!-- dubbo
related
-->
<dependency>
<dependency>
<groupId>
org.apache.dubbo
</groupId>
<groupId>
org.apache.dubbo
</groupId>
<artifactId>
dubbo-spring-boot-starter
</artifactId>
<artifactId>
dubbo-spring-boot-starter
</artifactId>
...
@@ -127,11 +136,18 @@
...
@@ -127,11 +136,18 @@
</exclusion>
</exclusion>
</exclusions>
</exclusions>
</dependency>
</dependency>
<!-- mybatis -->
<dependency>
<dependency>
<groupId>
com.baomidou
</groupId>
<groupId>
com.baomidou
</groupId>
<artifactId>
mybatis-plus-boot-starter
</artifactId>
<artifactId>
mybatis-plus-boot-starter
</artifactId>
<version>
${mybatis-plus.version}
</version>
<version>
${mybatis-plus.version}
</version>
</dependency>
</dependency>
<!-- apollo -->
<dependency>
<groupId>
com.ctrip.framework.apollo
</groupId>
<artifactId>
apollo-client
</artifactId>
<version>
${apollo.version}
</version>
</dependency>
</dependencies>
</dependencies>
</dependencyManagement>
</dependencyManagement>
...
...
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