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 77 <artifactId >simple-rule-engine</artifactId >
88 <version >1.0</version >
99 <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 >
2210
2311 <parent >
2412 <groupId >com.baeldung</groupId >
3624 <dependency >
3725 <groupId >org.springframework</groupId >
3826 <artifactId >spring-expression</artifactId >
39- <version >7.0.0-M7 </version >
27+ <version >${spring-expression.version} </version >
4028 </dependency >
4129 </dependencies >
4230
31+ <properties >
32+ <spring-expression .version>7.0.0-M7</spring-expression .version>
33+ </properties >
34+
4335</project >
You can’t perform that action at this time.
0 commit comments