File tree Expand file tree Collapse file tree 1 file changed +5
-13
lines changed
rule-engines-modules/simple-rule-engine Expand file tree Collapse file tree 1 file changed +5
-13
lines changed Original file line number Diff line number Diff line change 7
7
<artifactId >simple-rule-engine</artifactId >
8
8
<version >1.0</version >
9
9
<name >simple-rule-engine</name >
10
- <build >
11
- <plugins >
12
- <plugin >
13
- <groupId >org.apache.maven.plugins</groupId >
14
- <artifactId >maven-compiler-plugin</artifactId >
15
- <configuration >
16
- <source >9</source >
17
- <target >9</target >
18
- </configuration >
19
- </plugin >
20
- </plugins >
21
- </build >
22
10
23
11
<parent >
24
12
<groupId >com.baeldung</groupId >
36
24
<dependency >
37
25
<groupId >org.springframework</groupId >
38
26
<artifactId >spring-expression</artifactId >
39
- <version >7.0.0-M7 </version >
27
+ <version >${spring-expression.version} </version >
40
28
</dependency >
41
29
</dependencies >
42
30
31
+ <properties >
32
+ <spring-expression .version>7.0.0-M7</spring-expression .version>
33
+ </properties >
34
+
43
35
</project >
You can’t perform that action at this time.
0 commit comments