Showing
1 changed file
with
22 additions
and
0 deletions
@@ -24,6 +24,15 @@ | @@ -24,6 +24,15 @@ | ||
24 | 24 | ||
25 | <dependencyManagement> | 25 | <dependencyManagement> |
26 | <dependencies> | 26 | <dependencies> |
27 | + | ||
28 | + | ||
29 | + <!-- yoho 公共包 --> | ||
30 | + <dependency> | ||
31 | + <groupId>com.yoho.common</groupId> | ||
32 | + <artifactId>error-code</artifactId> | ||
33 | + <version>${project.version}</version> | ||
34 | + </dependency> | ||
35 | + | ||
27 | <dependency> | 36 | <dependency> |
28 | <groupId>javax</groupId> | 37 | <groupId>javax</groupId> |
29 | <artifactId>javaee-api</artifactId> | 38 | <artifactId>javaee-api</artifactId> |
@@ -38,12 +47,25 @@ | @@ -38,12 +47,25 @@ | ||
38 | <scope>test</scope> | 47 | <scope>test</scope> |
39 | </dependency> | 48 | </dependency> |
40 | 49 | ||
50 | + | ||
51 | + | ||
52 | + | ||
41 | <!-- spring核心包 --> | 53 | <!-- spring核心包 --> |
42 | <dependency> | 54 | <dependency> |
43 | <groupId>org.springframework</groupId> | 55 | <groupId>org.springframework</groupId> |
44 | <artifactId>spring-core</artifactId> | 56 | <artifactId>spring-core</artifactId> |
45 | <version>${spring.version}</version> | 57 | <version>${spring.version}</version> |
46 | </dependency> | 58 | </dependency> |
59 | + <dependency> | ||
60 | + <groupId>org.springframework</groupId> | ||
61 | + <artifactId>spring-beans</artifactId> | ||
62 | + <version>${spring.version}</version> | ||
63 | + </dependency> | ||
64 | + <dependency> | ||
65 | + <groupId>org.springframework</groupId> | ||
66 | + <artifactId>spring-context</artifactId> | ||
67 | + <version>${spring.version}</version> | ||
68 | + </dependency> | ||
47 | 69 | ||
48 | <dependency> | 70 | <dependency> |
49 | <groupId>org.springframework</groupId> | 71 | <groupId>org.springframework</groupId> |
-
Please register or login to post a comment