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-ldap-toolkit/pom.xml | 19 +++++++------------
1 files changed, 7 insertions(+), 12 deletions(-)
diff --git a/opendj-ldap-toolkit/pom.xml b/opendj-ldap-toolkit/pom.xml
index 065ed4d..b0722c7 100644
--- a/opendj-ldap-toolkit/pom.xml
+++ b/opendj-ldap-toolkit/pom.xml
@@ -57,13 +57,8 @@
</dependency>
<dependency>
- <groupId>org.slf4j</groupId>
- <artifactId>slf4j-jdk14</artifactId>
- </dependency>
-
- <dependency>
- <groupId>org.openidentityplatform.commons</groupId>
- <artifactId>i18n-core</artifactId>
+ <groupId>org.openidentityplatform.commons.i18n-framework</groupId>
+ <artifactId>core</artifactId>
</dependency>
<dependency>
@@ -79,18 +74,18 @@
</dependency>
<dependency>
- <groupId>org.openidentityplatform</groupId>
- <artifactId>forgerock-build-tools</artifactId>
+ <groupId>org.openidentityplatform.commons</groupId>
+ <artifactId>build-tools</artifactId>
<scope>test</scope>
</dependency>
</dependencies>
- <build>
+ <build><finalName>${project.groupId}.${project.artifactId}</finalName>
<plugins>
<plugin>
- <groupId>org.openidentityplatform.commons</groupId>
- <artifactId>i18n-maven-plugin</artifactId>
+ <groupId>org.openidentityplatform.commons.i18n-framework</groupId>
+ <artifactId>maven-plugin</artifactId>
<executions>
<execution>
<phase>generate-sources</phase>
--
Gitblit v1.10.0