Advertisement
nyxos

build.sbt

Jul 28th, 2015
340
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Scala 6.08 KB | None | 0 0
  1.  
  2. name := "generatedBuild"
  3.  
  4. version := "1.0"
  5.  
  6. resolvers += "Typesafe Repo" at "http://repo.typesafe.com/typesafe/releases/"
  7.  
  8.  
  9.  
  10.  
  11. libraryDependencies ++= Seq(
  12.  
  13.     "org.apache.ws.commons.schema" % "XmlSchema" % "1.4.7" ,
  14.  
  15.     "javax.xml" % "jaxp-api" % "1.4.1" ,
  16.  
  17.     "org.apache.lucene" % "lucene-xercesImpl" % "3.5.0" ,
  18.  
  19.     "org.ow2.jonas.osgi" % "xmlbeans" % "5.3.0-RC1" ,
  20.  
  21.     "wsdl4j" % "wsdl4j" % "1.6.2" ,
  22.  
  23.     "velocity" % "velocity" % "1.3.1" ,
  24.  
  25.     "org.testng" % "testng" % "6.9.6" ,
  26.  
  27.     "org.ow2.jonas.osgi" % "saaj-ri" % "5.3.0-RC1" ,
  28.  
  29.     "org.apache.poi" % "poi-scratchpad" % "3.6" ,
  30.  
  31.     "org.apache.poi" % "poi-ooxml" % "3.7" ,
  32.  
  33.     "org.apache.poi" % "poi-ooxml-schemas" % "3.7" ,
  34.  
  35.     "org.apache.poi" % "poi" % "3.7" ,
  36.  
  37.     "org.apache.poi" % "poi-contrib" % "3.6" ,
  38.  
  39.     "org.swinglabs" % "pdf-renderer" % "1.0.5" ,
  40.  
  41.     "org.apache.pdfbox" % "pdfbox" % "1.7.1" ,
  42.  
  43.     "org.eclipse.jgit" % "org.eclipse.jgit" % "3.0.0.201306101825-r" ,
  44.  
  45.     "org.eclipse.jgit" % "org.eclipse.jgit.ant" % "3.0.0.201306101825-r" ,
  46.  
  47.     "net.sf.opencsv" % "opencsv" % "1.8" ,
  48.  
  49.     "org.apache.neethi" % "neethi" % "3.0.1" ,
  50.  
  51.     "com.sun.mail" % "imap" % "1.5.4" ,
  52.  
  53.     "log4j" % "log4j" % "1.2.14" ,
  54.  
  55.     "com.googlecode.libphonenumber" % "libphonenumber" % "5.7" ,
  56.  
  57.     "junit" % "junit" % "3.8.1" ,
  58.  
  59.     "org.bitbucket.bradleysmithllc.star-schema-commander" % "ssc-awt-gui" % "ssc.1.A" ,
  60.  
  61.     "com.jcraft" % "jsch" % "0.1.44-1" ,
  62.  
  63.     "com.github.monkeysintown" % "jgraphx" % "3.1.2.1" ,
  64.  
  65.     "org.jfree" % "jfreechart" % "1.0.14" ,
  66.  
  67.     "org.apache.tomcat" % "jasper-jdt" % "6.0.29" ,
  68.  
  69.     "com.sun.phobos" % "jdom" % "1.0" ,
  70.  
  71.     "org.jdom" % "jdom-contrib" % "1.1.3" ,
  72.  
  73.     "jfree" % "jcommon" % "1.0.9" ,
  74.  
  75.     "com.sun.xml.rpc" % "jaxrpc-spi" % "1.1.3_01" ,
  76.  
  77.     "com.sun.xml.rpc" % "jaxrpc-impl" % "1.1.3_01" ,
  78.  
  79.     "javax.xml" % "jaxrpc-api" % "1.1" ,
  80.  
  81.     "jaxen" % "jaxen" % "1.1.3" ,
  82.  
  83.     "jasperreports" % "jasperreports" % "3.5.2" ,
  84.  
  85.     "regexp" % "regexp" % "1.3" ,
  86.  
  87.     "net.sf.jacob-project" % "jacob" % "1.14.3" ,
  88.  
  89.     "com.fasterxml.jackson.core" % "jackson-databind" % "2.2.3" ,
  90.  
  91.     "com.fasterxml.jackson.core" % "jackson-core" % "2.2.3" ,
  92.  
  93.     "com.fasterxml.jackson.core" % "jackson-annotations" % "2.2.3" ,
  94.  
  95.     "com.lowagie" % "itext" % "4.2.1" ,
  96.  
  97.     "org.ocpsoft.prettytime" % "prettytime-nlp" % "4.0.0.Final" ,
  98.  
  99.     "org.apache.httpcomponents" % "httpcore" % "4.0" ,
  100.  
  101.     "org.apache.pdfbox" % "fontbox" % "1.7.1" ,
  102.  
  103.     "com.sun.xml.fastinfoset" % "FastInfoset" % "1.2.9" ,
  104.  
  105.     "dom4j" % "dom4j" % "1.6.1" ,
  106.  
  107.     "commons-pool" % "commons-pool" % "20030825.183949" ,
  108.  
  109.     "commons-net" % "commons-net" % "3.3" ,
  110.  
  111.     "commons-logging" % "commons-logging" % "1.1" ,
  112.  
  113.     "commons-logging" % "commons-logging-api" % "1.1" ,
  114.  
  115.     "commons-logging" % "commons-logging-adapters" % "1.1" ,
  116.  
  117.     "commons-lang" % "commons-lang" % "2.1" ,
  118.  
  119.     "org.apache.commons" % "commons-jci-fam" % "1.0" ,
  120.  
  121.     "com.google.code.maven-play-plugin.org.apache.commons" % "commons-javaflow" % "1209105" ,
  122.  
  123.     "commons-io" % "commons-io" % "1.4" ,
  124.  
  125.     "commons-httpclient" % "commons-httpclient" % "3.0-rc2" ,
  126.  
  127.     "com.liferay.org.apache.commons.fileupload" % "com.liferay.org.apache.commons.fileupload" % "6.2.0.1" ,
  128.  
  129.     "commons-digester" % "commons-digester" % "1.7" ,
  130.  
  131.     "commons-dbcp" % "commons-dbcp" % "1.2.2" ,
  132.  
  133.     "commons-collections" % "commons-collections" % "3.2" ,
  134.  
  135.     "net.sf.ingenias" % "common-codec" % "1.3" ,
  136.  
  137.     "commons-beanutils" % "commons-beanutils" % "20030211.134440" ,
  138.  
  139.     "org.bouncycastle" % "bcmail-jdk16" % "1.43" ,
  140.  
  141.     "org.bouncycastle" % "bcprov-jdk16" % "1.43" ,
  142.  
  143.     "net.sourceforge.barbecue" % "barbecue" % "1.5-beta1" ,
  144.  
  145.     "backport-util-concurrent" % "backport-util-concurrent" % "3.1" ,
  146.  
  147.     "org.apache.axis2" % "axis2-transport-local" % "1.6.1" ,
  148.  
  149.     "org.apache.axis2" % "axis2-transport-http" % "1.6.1" ,
  150.  
  151.     "org.apache.axis2" % "axis2-kernel" % "1.6.1" ,
  152.  
  153.     "org.apache.axis2" % "axis2-adb" % "1.6.1" ,
  154.  
  155.     "org.apache.ws.commons.axiom" % "axiom-impl" % "1.2.12" ,
  156.  
  157.     "org.apache.ws.commons.axiom" % "axiom-api" % "1.2.12" ,
  158.  
  159.     "ant" % "ant" % "1.6.1" ,
  160.  
  161.     "org.glassfish" % "javax.activation" % "3.0-b59"
  162. )
  163.  
  164.              
  165.  
  166. unmanagedJars in Compile ++= Seq(
  167.  
  168.     Attributed(file("C:\\MYWS\\myProject\\WEB-INF\\lib\\tia.jar"))(AttributeMap()),
  169.  
  170.     Attributed(file("C:\\MYWS\\myProject\\WEB-INF\\lib\\systran_soapapi.jar"))(AttributeMap()),
  171.  
  172.     Attributed(file("C:\\MYWS\\myProject\\WEB-INF\\lib\\spark-1.2.jar"))(AttributeMap()),
  173.  
  174.     Attributed(file("C:\\MYWS\\myProject\\WEB-INF\\lib\\SecurPharmArvatoClient.jar"))(AttributeMap()),
  175.  
  176.     Attributed(file("C:\\MYWS\\myProject\\WEB-INF\\lib\\sapjco.jar"))(AttributeMap()),
  177.  
  178.     Attributed(file("C:\\MYWS\\myProject\\WEB-INF\\lib\\ostermillerutils.jar"))(AttributeMap()),
  179.  
  180.     Attributed(file("C:\\MYWS\\myProject\\WEB-INF\\lib\\oskh.jar"))(AttributeMap()),
  181.  
  182.     Attributed(file("C:\\MYWS\\myProject\\WEB-INF\\lib\\oskernel.jar"))(AttributeMap()),
  183.  
  184.     Attributed(file("C:\\MYWS\\myProject\\WEB-INF\\lib\\osgworkflow.jar"))(AttributeMap()),
  185.  
  186.     Attributed(file("C:\\MYWS\\myProject\\WEB-INF\\lib\\osgdatenmodel.jar"))(AttributeMap()),
  187.  
  188.     Attributed(file("C:\\MYWS\\myProject\\WEB-INF\\lib\\os.jar"))(AttributeMap()),
  189.  
  190.     Attributed(file("C:\\MYWS\\myProject\\WEB-INF\\lib\\ojdbc6.jar"))(AttributeMap()),
  191.  
  192.     Attributed(file("C:\\MYWS\\myProject\\WEB-INF\\lib\\logi.crypto.jar"))(AttributeMap()),
  193.  
  194.     Attributed(file("C:\\MYWS\\myProject\\WEB-INF\\lib\\LinearBarCode.jar"))(AttributeMap()),
  195.  
  196.     Attributed(file("C:\\MYWS\\myProject\\WEB-INF\\lib\\kcServlet.jar"))(AttributeMap()),
  197.  
  198.     Attributed(file("C:\\MYWS\\myProject\\WEB-INF\\lib\\jwizz.jar"))(AttributeMap()),
  199.  
  200.     Attributed(file("C:\\MYWS\\myProject\\WEB-INF\\lib\\jt400.jar"))(AttributeMap()),
  201.  
  202.     Attributed(file("C:\\MYWS\\myProject\\WEB-INF\\lib\\iReport.jar"))(AttributeMap()),
  203.      
  204.     Attributed(file("C:\\MYWS\\myProject\\WEB-INF\\lib\\db2jcc4.jar"))(AttributeMap())
  205. )
  206.  
  207.              
  208.  
  209. unmanagedSourceDirectories in Compile ++= Seq(
  210. file("C:\\MYWS\\myProject\\WEB-INF\\src")
  211. )
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement