Toggle navigation
Toggle navigation
This project
Loading...
Sign in
yoho-search
/
yoho-search-consumer
·
Commits
Go to a project
GitLab
Go to group
Project
Activity
Files
Commits
Pipelines
0
Builds
0
Graphs
Milestones
Issues
0
Merge Requests
0
Members
Labels
Wiki
Forks
Network
Create a new issue
Download as
Email Patches
Plain Diff
Browse Files
Authored by
Gino Zhang
2016-11-08 13:59:28 +0800
Commit
c2e90aa321a9dc401496c183e39979ad6627e84a
1 parent
80f5ad89
将search-core包拆分为search-es和search-personalized包
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
2 additions
and
6 deletions
consumer/pom.xml
dal/pom.xml
pom.xml
consumer/pom.xml
View file @
c2e90aa
...
...
@@ -28,10 +28,6 @@
</dependency>
<dependency>
<groupId>
com.yoho.search
</groupId>
<artifactId>
search-core
</artifactId>
</dependency>
<dependency>
<groupId>
com.yoho.search
</groupId>
<artifactId>
search-consumer-dal
</artifactId>
</dependency>
<dependency>
...
...
dal/pom.xml
View file @
c2e90aa
...
...
@@ -17,7 +17,7 @@
</dependency>
<dependency>
<groupId>
com.yoho.search
</groupId>
<artifactId>
search-
core
</artifactId>
<artifactId>
search-
personalized
</artifactId>
</dependency>
</dependencies>
</project>
...
...
pom.xml
View file @
c2e90aa
...
...
@@ -25,7 +25,7 @@
<dependencies>
<dependency>
<groupId>
com.yoho.search
</groupId>
<artifactId>
search-
core
</artifactId>
<artifactId>
search-
personalized
</artifactId>
<version>
${search.core.version}
</version>
</dependency>
<dependency>
...
...
Please
register
or
login
to post a comment