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
9811a81e
Commit
9811a81e
authored
Dec 03, 2021
by
liaozan
🏀
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Initial commit
parent
f4c9f9e3
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
21 additions
and
0 deletions
+21
-0
pom.xml
pom.xml
+21
-0
No files found.
pom.xml
View file @
9811a81e
...
...
@@ -39,6 +39,7 @@
<schbrain-mybatis.version>
1.0.0
</schbrain-mybatis.version>
<schbrain-apollo.version>
1.0.0
</schbrain-apollo.version>
<schbrain-logger.version>
1.0.0
</schbrain-logger.version>
<schbrain-oss.version>
1.0.0
</schbrain-oss.version>
<schbrain-common.version>
1.0.0
</schbrain-common.version>
<schbrain-web-common.version>
1.0.0
</schbrain-web-common.version>
...
...
@@ -68,6 +69,9 @@
<!-- apollo -->
<apollo.version>
1.9.1
</apollo.version>
<!-- aliyun -->
<aliyun.oss.version>
3.13.2
</aliyun.oss.version>
<!-- maven plugins -->
<flatten-maven-plugin.version>
1.2.7
</flatten-maven-plugin.version>
</properties>
...
...
@@ -100,6 +104,11 @@
<artifactId>
logger-spring-boot-starter
</artifactId>
<version>
${schbrain-logger.version}
</version>
</dependency>
<dependency>
<groupId>
com.schbrain.framework
</groupId>
<artifactId>
oss-spring-boot-starter
</artifactId>
<version>
${schbrain-oss.version}
</version>
</dependency>
<dependency>
<groupId>
com.schbrain.common
</groupId>
<artifactId>
common
</artifactId>
...
...
@@ -154,6 +163,10 @@
<artifactId>
log4j
</artifactId>
<groupId>
log4j
</groupId>
</exclusion>
<exclusion>
<groupId>
commons-logging
</groupId>
<artifactId>
commons-logging
</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>
...
...
@@ -265,6 +278,12 @@
<artifactId>
guice
</artifactId>
<version>
${guice.version}
</version>
</dependency>
<!-- aliyun -->
<dependency>
<groupId>
com.aliyun.oss
</groupId>
<artifactId>
aliyun-sdk-oss
</artifactId>
<version>
${aliyun.oss.version}
</version>
</dependency>
</dependencies>
</dependencyManagement>
...
...
@@ -275,6 +294,8 @@
<artifactId>
git-commit-id-plugin
</artifactId>
<configuration>
<verbose>
false
</verbose>
<failOnNoGitDirectory>
false
</failOnNoGitDirectory>
<failOnUnableToExtractRepoInfo>
false
</failOnUnableToExtractRepoInfo>
<dateFormat>
yyyy-MM-dd HH:mm:ss
</dateFormat>
</configuration>
</plugin>
...
...
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