Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
OATS-CADC
ac
Commits
4d18a618
Commit
4d18a618
authored
Aug 23, 2016
by
opencadc-admin
Committed by
GitHub
Aug 23, 2016
Browse files
Merge pull request #3 from brianmajor/s1965
s1965 - added missing build.gradle file
parents
625d1ad1
3707bf3a
Changes
1
Show whitespace changes
Inline
Side-by-side
cadc-access-control/build.gradle
0 → 100644
View file @
4d18a618
plugins
{
id
'java'
id
'maven'
id
'maven-publish'
id
'com.jfrog.bintray'
version
'1.7.1'
}
repositories
{
jcenter
()
mavenLocal
()
// Only here until cadcUtil is in jcenter.
maven
{
url
'http://dl.bintray.com/opencadc/software'
}
}
sourceCompatibility
=
1.7
group
=
'org.opencadc'
version
=
'1.0'
dependencies
{
compile
'log4j:log4j:1.2.+'
compile
'org.jdom:jdom2:2.+'
compile
'org.json:json:20160212'
compile
'org.opencadc:cadc-util:1.+'
compile
'org.opencadc:cadc-registry:1.+'
testCompile
'junit:junit:4.+'
testCompile
'org.easymock:easymock:3.+'
testCompile
'xerces:xercesImpl:2.+'
testCompile
'org.skyscreamer:jsonassert:1.+'
}
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment