summaryrefslogtreecommitdiffstats
path: root/odlparent/feature-repo-parent
diff options
context:
space:
mode:
authorMichael Dürre <michael.duerre@highstreet-technologies.com>2020-08-24 14:39:08 +0200
committerMichael Dürre <michael.duerre@highstreet-technologies.com>2020-08-24 14:39:25 +0200
commit66430cc882f1802fb99a5a1354d24fc3d28d5a9d (patch)
tree21469743274f372a864dff0226cc68fbbe9282cc /odlparent/feature-repo-parent
parentef9f6768c455baf297c813e2674141a1aee76543 (diff)
add sdnr dependency versions
manage es dmaap and frontend-plugin version Issue-ID: CCSDK-2685 Signed-off-by: Michael Dürre <michael.duerre@highstreet-technologies.com> Change-Id: I998abd575db6cdc90b70b4d8ab8a13733aff5aae
Diffstat (limited to 'odlparent/feature-repo-parent')
-rw-r--r--odlparent/feature-repo-parent/pom.xml13
1 files changed, 13 insertions, 0 deletions
diff --git a/odlparent/feature-repo-parent/pom.xml b/odlparent/feature-repo-parent/pom.xml
index f1e83d41..18eb3f33 100644
--- a/odlparent/feature-repo-parent/pom.xml
+++ b/odlparent/feature-repo-parent/pom.xml
@@ -551,6 +551,19 @@
<showGroupIds>true</showGroupIds>
</configuration>
</plugin>
+ <plugin>
+ <groupId>de.jacks-it-lab</groupId>
+ <artifactId>frontend-maven-plugin</artifactId>
+ <version>1.7.2</version>
+ </plugin>
+ <plugin>
+ <groupId>com.github.alexcojocaru</groupId>
+ <artifactId>elasticsearch-maven-plugin</artifactId>
+ <version>6.16</version>
+ <configuration>
+ <version>7.1.1</version>
+ </configuration>
+ </plugin>
</plugins>
</pluginManagement>
<plugins>