Skip to content

Commit

Permalink
Update pom.xml
Browse files Browse the repository at this point in the history
  • Loading branch information
chenney0552 authored Feb 28, 2023
1 parent c6bb4c4 commit 41a4f00
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion taotao-order/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -28,21 +28,25 @@
<artifactId>spring-context</artifactId>
<version>${spring.version}</version>
</dependency>

<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-beans</artifactId>
<version>${spring.version}</version>
</dependency>

<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-webmvc</artifactId>
<version>${spring.version}</version>
</dependency>

<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-jdbc</artifactId>
<version>${spring.version}</version>
</dependency>

<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-aspects</artifactId>
Expand All @@ -54,6 +58,7 @@
<artifactId>jstl</artifactId>
<version>${jstl.version}</version>
</dependency>

<dependency>
<groupId>javax.servlet</groupId>
<artifactId>servlet-api</artifactId>
Expand Down Expand Up @@ -83,4 +88,4 @@
</plugin>
</plugins>
</build>
</project>
</project>

0 comments on commit 41a4f00

Please sign in to comment.