File tree Expand file tree Collapse file tree 2 files changed +19
-22
lines changed
src/main/java/com/github/developframework/expression/exception Expand file tree Collapse file tree 2 files changed +19
-22
lines changed Original file line number Diff line number Diff line change 40
40
</scm >
41
41
42
42
<properties >
43
- <version .develop-framework>0.3</version .develop-framework>
43
+ <version .develop-toolkit>0.1</version .develop-toolkit>
44
+ <version .lombok>1.18.2</version .lombok>
45
+ <version .commons-lang3>3.7</version .commons-lang3>
44
46
</properties >
45
47
46
- <dependencyManagement >
47
- <dependencies >
48
- <dependency >
49
- <groupId >com.github.developframework</groupId >
50
- <artifactId >develop-framework-platform</artifactId >
51
- <version >${version.develop-framework} </version >
52
- <type >pom</type >
53
- <scope >import</scope >
54
- </dependency >
55
- </dependencies >
56
- </dependencyManagement >
57
-
58
48
<dependencies >
59
49
<dependency >
60
50
<groupId >com.github.developframework</groupId >
61
- <artifactId >develop-framework-commons</artifactId >
62
- <exclusions >
63
- <exclusion >
64
- <groupId >com.fasterxml.jackson.core</groupId >
65
- <artifactId >jackson-databind</artifactId >
66
- </exclusion >
67
- </exclusions >
51
+ <artifactId >develop-toolkit</artifactId >
52
+ <version >${version.develop-toolkit} </version >
53
+ </dependency >
54
+ <dependency >
55
+ <groupId >org.projectlombok</groupId >
56
+ <artifactId >lombok</artifactId >
57
+ <version >${version.lombok} </version >
58
+ <scope >provided</scope >
59
+ <optional >true</optional >
60
+ </dependency >
61
+ <dependency >
62
+ <groupId >org.apache.commons</groupId >
63
+ <artifactId >commons-lang3</artifactId >
64
+ <version >${version.commons-lang3} </version >
68
65
</dependency >
69
66
</dependencies >
70
67
98
95
<artifactId >maven-release-plugin</artifactId >
99
96
<configuration >
100
97
<!-- 设置git 打tag的名称 -->
101
- <tagNameFormat >@{project.version}</tagNameFormat >
98
+ <tagNameFormat >v @{project.version}</tagNameFormat >
102
99
</configuration >
103
100
</plugin >
104
101
</plugins >
Original file line number Diff line number Diff line change 1
1
package com .github .developframework .expression .exception ;
2
2
3
- import develop .framework . commons . exceptions .FormatRuntimeException ;
3
+ import develop .toolkit . exception .FormatRuntimeException ;
4
4
5
5
/**
6
6
* 表达式异常
You can’t perform that action at this time.
0 commit comments