Author: ssmiweve
Date: 2009-01-27 09:57:39 +0100 (Tue, 27 Jan 2009)
New Revision: 7168

Modified:
   branches/2.18/generic.sesam/velocity-directives/pom.xml
   branches/2.18/pom.xml
Log:
build was broken. json-lib now part of sesat-kernel


Modified: branches/2.18/generic.sesam/velocity-directives/pom.xml
===================================================================
--- branches/2.18/generic.sesam/velocity-directives/pom.xml     2009-01-26 
22:40:18 UTC (rev 7167)
+++ branches/2.18/generic.sesam/velocity-directives/pom.xml     2009-01-27 
08:57:39 UTC (rev 7168)
@@ -69,5 +69,10 @@
             <groupId>commons-lang</groupId>
             <artifactId>commons-lang</artifactId>
         </dependency>
+        <dependency>
+            <groupId>net.sf.json-lib</groupId>
+            <artifactId>json-lib</artifactId>
+            <classifier>jdk15</classifier>
+        </dependency>
     </dependencies>
 </project>

Modified: branches/2.18/pom.xml
===================================================================
--- branches/2.18/pom.xml       2009-01-26 22:40:18 UTC (rev 7167)
+++ branches/2.18/pom.xml       2009-01-27 08:57:39 UTC (rev 7168)
@@ -239,17 +239,8 @@
                         <overWriteSnapshots>true</overWriteSnapshots>
                     </configuration>
                 </plugin>
-               <plugin>
-                    <artifactId>maven-javadoc-plugin</artifactId>
-                    <version>2.3</version>
-               </plugin>
                 <plugin>
                     <groupId>org.codehaus.mojo</groupId>
-                    <artifactId>jdepend-maven-plugin</artifactId>
-                    <version>2.0-beta-1</version>
-                </plugin>
-                <plugin>
-                    <groupId>org.codehaus.mojo</groupId>
                     <artifactId>cobertura-maven-plugin</artifactId>
                     <!--dependencies>
                         <dependency>
@@ -998,6 +989,12 @@
                 <artifactId>solrj</artifactId>
                 <version>1.3-SNAPSHOT</version>
             </dependency>
+            <dependency>
+                <groupId>net.sf.json-lib</groupId>
+                <artifactId>json-lib</artifactId>
+                <version>2.2.3</version>
+                <classifier>jdk15</classifier>
+            </dependency>
             <!-- old duplicate jboss ejb3 client libraries that get sucked in 
transitively @todo fix + remove -->
             <dependency>
               <groupId>jboss-client</groupId>

_______________________________________________
Kernel-commits mailing list
[email protected]
http://sesat.no/mailman/listinfo/kernel-commits

Reply via email to