Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
Y
yixi-dependencies
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
赵静
yixi-dependencies
Commits
ee3042eb
Commit
ee3042eb
authored
Jun 04, 2021
by
zhaojing
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
增加 jmh
parent
8feaa274
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
19 additions
and
10 deletions
+19
-10
pom.xml
pom.xml
+19
-10
No files found.
pom.xml
View file @
ee3042eb
...
...
@@ -79,11 +79,10 @@
<findbugs.version>
3.0.2
</findbugs.version>
<reactor-bom.version>
Bismuth-SR4
</reactor-bom.version>
<lombok.version>
1.18.8
</lombok.version>
<jmh.version>
1.21
</jmh.version>
<retrofit.converter.version>
2.5.0
</retrofit.converter.version>
<commons-compress.version>
1.19
</commons-compress.version>
<poi.version>
4.1.0
</poi.version>
<jmh.version>
1.23
</jmh.version>
<thyme.version>
1.0.0-SNAPSHOT
</thyme.version>
<spring-cloud.version>
Finchley.RELEASE
</spring-cloud.version>
...
...
@@ -113,14 +112,14 @@
</dependency>
<!--Thyme And Middleware Dependencies-->
<
dependency
>
<!-- Import dependency management from Thyme
-->
<groupId>
com.qipeng
</groupId
>
<artifactId>
thyme-dependencies
</artifactId
>
<version>
${thyme.version}
</version
>
<type>
pom
</type
>
<scope>
import
</scope
>
<
/dependency
>
<
!-- <dependency>--
>
<!-- <!– Import dependency management from Thyme –>
-->
<!-- <groupId>org.yixi</groupId>--
>
<!-- <artifactId>thyme-dependencies</artifactId>--
>
<!-- <version>${thyme.version}</version>--
>
<!-- <type>pom</type>--
>
<!-- <scope>import</scope>--
>
<
!-- </dependency>--
>
<dependency>
<!-- Import dependency management from Spring Boot -->
...
...
@@ -142,6 +141,16 @@
<!-- Other Dependencies -->
<dependency>
<groupId>
org.openjdk.jmh
</groupId>
<artifactId>
jmh-core
</artifactId>
<version>
${jmh.version}
</version>
</dependency>
<dependency>
<groupId>
org.openjdk.jmh
</groupId>
<artifactId>
jmh-generator-annprocess
</artifactId>
<version>
${jmh.version}
</version>
</dependency>
<dependency>
<groupId>
org.apache.commons
</groupId>
<artifactId>
commons-compress
</artifactId>
<version>
${commons-compress.version}
</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