File tree 1 file changed +8
-1
lines changed
catalog/ui/search-ui/search-ui-app
1 file changed +8
-1
lines changed Original file line number Diff line number Diff line change 13
13
**/
14
14
15
15
-->
16
- <project xmlns =" http://maven.apache.org/POM/4.0.0" xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance" xsi : schemaLocation =" http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" >
16
+ <project
17
+ xmlns =" http://maven.apache.org/POM/4.0.0"
18
+ xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance" xsi : schemaLocation =" http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" >
17
19
<parent >
18
20
<groupId >ddf.ui.search</groupId >
19
21
<artifactId >search-ui</artifactId >
120
122
<artifactId >search-endpoint</artifactId >
121
123
<version >${project.version} </version >
122
124
</dependency >
125
+ <dependency >
126
+ <groupId >ddf.ui</groupId >
127
+ <artifactId >catalog-ui-search</artifactId >
128
+ <version >${project.version} </version >
129
+ </dependency >
123
130
</dependencies >
124
131
</project >
You can’t perform that action at this time.
0 commit comments