Skip to content

Commit fd8db4a

Browse files
committed
DDF-2644 Added missing pom dependencies
1 parent af0c329 commit fd8db4a

File tree

1 file changed

+8
-1
lines changed
  • catalog/ui/search-ui/search-ui-app

1 file changed

+8
-1
lines changed

catalog/ui/search-ui/search-ui-app/pom.xml

+8-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,9 @@
1313
**/
1414
1515
-->
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">
1719
<parent>
1820
<groupId>ddf.ui.search</groupId>
1921
<artifactId>search-ui</artifactId>
@@ -120,5 +122,10 @@
120122
<artifactId>search-endpoint</artifactId>
121123
<version>${project.version}</version>
122124
</dependency>
125+
<dependency>
126+
<groupId>ddf.ui</groupId>
127+
<artifactId>catalog-ui-search</artifactId>
128+
<version>${project.version}</version>
129+
</dependency>
123130
</dependencies>
124131
</project>

0 commit comments

Comments
 (0)