Skip to content

Commit c927e7d

Browse files
author
Keith Donald
committed
added spring expression dependency to maven pom
1 parent f23b55d commit c927e7d

File tree

1 file changed

+6
-0
lines changed
  • org.springframework.web.servlet

1 file changed

+6
-0
lines changed

org.springframework.web.servlet/pom.xml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -181,6 +181,12 @@
181181
<version>${project.version}</version>
182182
<scope>compile</scope>
183183
</dependency>
184+
<dependency>
185+
<groupId>org.springframework</groupId>
186+
<artifactId>spring-expression</artifactId>
187+
<version>${project.version}</version>
188+
<scope>compile</scope>
189+
</dependency>
184190
<dependency>
185191
<groupId>org.springframework</groupId>
186192
<artifactId>spring-oxm</artifactId>

0 commit comments

Comments
 (0)