-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathbuild.sbt
29 lines (20 loc) · 863 Bytes
/
build.sbt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
organization := "info.rkyymmt"
name := "scalatlas"
version := "1.0.0-SNAPSHOT"
scalaVersion := "2.9.0-1"
/**Shell */
shellPrompt := {
state => System.getProperty("user.name") + "> "
}
shellPrompt in ThisBuild := {
state => Project.extract(state).currentRef.project + "> "
}
resolvers += "atlassian" at "https://maven.atlassian.com/content/repositories/atlassian-contrib/"
libraryDependencies ++= Seq(
"org.swift.common" % "jira-soap" % "4.4.0" % "compile->default",
"org.swift.common" % "confluence-soap" % "3.5.2" % "compile->default",
"ch.qos.logback" % "logback-classic" % "0.9.29" % "compile->default",
"org.scala-tools.testing" %% "specs" % "1.6.8" % "test->default"
)
// https://jira.atlassian.com/rpc/soap/jirasoapservice-v2?wsdl
// https://confluence.atlassian.com/rpc/soap-axis/confluenceservice-v1?wsdl