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-rest2ldap-servlet/pom.xml |   13 ++++---------
 1 files changed, 4 insertions(+), 9 deletions(-)

diff --git a/opendj-rest2ldap-servlet/pom.xml b/opendj-rest2ldap-servlet/pom.xml
index 12522f2..a62af94 100644
--- a/opendj-rest2ldap-servlet/pom.xml
+++ b/opendj-rest2ldap-servlet/pom.xml
@@ -31,18 +31,13 @@
 
   <properties>
     <!-- If the binary-licensing profile is activated, we need the ForgeRock license there -->
-    <forgerock.license.output.dir>${project.build.directory}/${project.build.finalName}/WEB-INF/legal-notices</forgerock.license.output.dir>
+    <license.output.dir>${project.build.directory}/${project.build.finalName}/WEB-INF/legal-notices</license.output.dir>
   </properties>
 
   <dependencies>
     <dependency>
-      <groupId>org.slf4j</groupId>
-      <artifactId>slf4j-jdk14</artifactId>
-    </dependency>
-
-    <dependency>
-      <groupId>org.openidentityplatform.http</groupId>
-      <artifactId>chf-http-servlet</artifactId>
+      <groupId>org.openidentityplatform.commons.http-framework</groupId>
+      <artifactId>servlet</artifactId>
     </dependency>
 
     <dependency>
@@ -56,7 +51,7 @@
     </dependency>
   </dependencies>
 
-  <build>
+  <build><finalName>${project.groupId}.${project.artifactId}</finalName>
     <plugins>
       <plugin>
         <groupId>org.eclipse.jetty</groupId>

--
Gitblit v1.10.0