From 7ba506a4f9a14c630ecf46ecd269d838b73736de Mon Sep 17 00:00:00 2001
From: vharseko <vharseko@3a-systems.ru>
Date: Tue, 11 Feb 2020 17:26:36 +0000
Subject: [PATCH] reorganize commons build artifacts (#95)

---
 opendj-maven-plugin/pom.xml |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/opendj-maven-plugin/pom.xml b/opendj-maven-plugin/pom.xml
index 7c3970a..44015d2 100644
--- a/opendj-maven-plugin/pom.xml
+++ b/opendj-maven-plugin/pom.xml
@@ -36,7 +36,7 @@
   <dependencies>
     <dependency>
         <groupId>org.openidentityplatform.commons</groupId>
-        <artifactId>forgerock-util</artifactId>
+        <artifactId>util</artifactId>
     </dependency>
     <dependency>
         <groupId>org.twdata.maven</groupId>

--
Gitblit v1.10.0