From 8d5e49f4af7da9e6c1311216c6bde13625defab3 Mon Sep 17 00:00:00 2001
From: Nicolas Capponi <nicolas.capponi@forgerock.com>
Date: Thu, 12 Dec 2013 11:04:45 +0000
Subject: [PATCH] Checkpoint commit for OPENDJ-1235 : Migrate configuration framework

---
 opendj-admin/pom.xml |   13 ++++++++++---
 1 files changed, 10 insertions(+), 3 deletions(-)

diff --git a/opendj-admin/pom.xml b/opendj-admin/pom.xml
index a67d3db..ef20cf6 100644
--- a/opendj-admin/pom.xml
+++ b/opendj-admin/pom.xml
@@ -33,6 +33,13 @@
       <artifactId>i18n-core</artifactId>
     </dependency>
     <dependency>
+      <groupId>org.forgerock.opendj</groupId>
+      <artifactId>opendj-core</artifactId>
+      <type>test-jar</type>
+      <version>${project.version}</version>
+      <scope>test</scope>
+    </dependency>
+    <dependency>
       <groupId>org.forgerock.commons</groupId>
       <artifactId>i18n-slf4j</artifactId>
     </dependency>
@@ -145,13 +152,13 @@
             </goals>
             <configuration>
               <outputDirectory>${project.build.directory}/generated-sources/java</outputDirectory>
-              <resources>          
+              <resources>
                 <resource>
                   <directory>src/main/java-templates</directory>
                   <filtering>true</filtering>
                 </resource>
-              </resources>              
-            </configuration>            
+              </resources>
+            </configuration>
           </execution>
         </executions>
       </plugin>

--
Gitblit v1.10.0