Skip to content

Commit fed9482

Browse files
committed
pom: set versions for spring-expression and spring-tx
1 parent 86e8872 commit fed9482

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

pom.xml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -207,6 +207,18 @@
207207
<version>${org.springframework.version}</version>
208208
</dependency>
209209

210+
<dependency>
211+
<groupId>org.springframework</groupId>
212+
<artifactId>spring-expression</artifactId>
213+
<version>${org.springframework.version}</version>
214+
</dependency>
215+
216+
<dependency>
217+
<groupId>org.springframework</groupId>
218+
<artifactId>spring-tx</artifactId>
219+
<version>${org.springframework.version}</version>
220+
</dependency>
221+
210222
<dependency>
211223
<groupId>org.springframework</groupId>
212224
<artifactId>spring-context</artifactId>

0 commit comments

Comments
 (0)