Start using jbootstrap
authorChristos KK Loverdos <loverdos@gmail.com>
Thu, 29 Mar 2012 10:20:06 +0000 (13:20 +0300)
committerChristos KK Loverdos <loverdos@gmail.com>
Thu, 29 Mar 2012 10:20:06 +0000 (13:20 +0300)
pom.xml
project/build/Aquarium.scala

diff --git a/pom.xml b/pom.xml
index 7de5efb..b9f67aa 100644 (file)
--- a/pom.xml
+++ b/pom.xml
 
     <dependency>
       <groupId>com.ckkloverdos</groupId>
+      <artifactId>jbootstrap</artifactId>
+      <version>3.0.0</version>
+    </dependency>
+
+    <dependency>
+      <groupId>com.ckkloverdos</groupId>
       <artifactId>streamresource_2.9.1</artifactId>
       <version>0.2.0</version>
     </dependency>
index cbd5059..a00550f 100644 (file)
@@ -122,6 +122,7 @@ class Aquarium(info: ProjectInfo) extends DefaultProject(info) {
   val lib_converter = "com.ckkloverdos" %% "converter" % "0.3.0" withSources()
   val lib_sysprop = "com.ckkloverdos" %% "sysprop" % "0.1.0" withSources()
   val lib_streamresource = "com.ckkloverdos" %% "streamresource" % "0.2.0" withSources()
+  val lib_jbootstrap = "com.ckkloverdos" % "jbootstrap" % "3.0.0" withSources()
 
   val lib_lucene_core = "org.apache.lucene" % "lucene-core" % "3.5.0" withSources()
   val lib_solr_core = "org.apache.solr" % "solr-core" % "3.5.0" withSources()