...
|
...
|
@@ -16,8 +16,21 @@ |
|
|
<dependencies>
|
|
|
<dependency>
|
|
|
<groupId>com.yoho.search</groupId>
|
|
|
<artifactId>search-dal</artifactId>
|
|
|
</dependency>
|
|
|
<dependency>
|
|
|
<groupId>com.yoho.search</groupId>
|
|
|
<artifactId>search-service</artifactId>
|
|
|
</dependency>
|
|
|
<dependency>
|
|
|
<groupId>com.yoho.search</groupId>
|
|
|
<artifactId>search-core</artifactId>
|
|
|
</dependency>
|
|
|
<dependency>
|
|
|
<groupId>org.apache.commons</groupId>
|
|
|
<artifactId>commons-pool2</artifactId>
|
|
|
<version>2.3</version>
|
|
|
</dependency>
|
|
|
</dependencies>
|
|
|
|
|
|
<build>
|
...
|
...
|
@@ -41,4 +54,6 @@ |
|
|
</plugin>
|
|
|
</plugins>
|
|
|
</build>
|
|
|
|
|
|
|
|
|
</project> |
|
|
\ No newline at end of file |
...
|
...
|
|