Showing
1 changed file
with
15 additions
and
0 deletions
@@ -16,8 +16,21 @@ | @@ -16,8 +16,21 @@ | ||
16 | <dependencies> | 16 | <dependencies> |
17 | <dependency> | 17 | <dependency> |
18 | <groupId>com.yoho.search</groupId> | 18 | <groupId>com.yoho.search</groupId> |
19 | + <artifactId>search-dal</artifactId> | ||
20 | + </dependency> | ||
21 | + <dependency> | ||
22 | + <groupId>com.yoho.search</groupId> | ||
19 | <artifactId>search-service</artifactId> | 23 | <artifactId>search-service</artifactId> |
20 | </dependency> | 24 | </dependency> |
25 | + <dependency> | ||
26 | + <groupId>com.yoho.search</groupId> | ||
27 | + <artifactId>search-core</artifactId> | ||
28 | + </dependency> | ||
29 | + <dependency> | ||
30 | + <groupId>org.apache.commons</groupId> | ||
31 | + <artifactId>commons-pool2</artifactId> | ||
32 | + <version>2.3</version> | ||
33 | + </dependency> | ||
21 | </dependencies> | 34 | </dependencies> |
22 | 35 | ||
23 | <build> | 36 | <build> |
@@ -41,4 +54,6 @@ | @@ -41,4 +54,6 @@ | ||
41 | </plugin> | 54 | </plugin> |
42 | </plugins> | 55 | </plugins> |
43 | </build> | 56 | </build> |
57 | + | ||
58 | + | ||
44 | </project> | 59 | </project> |
-
Please register or login to post a comment