diff --git a/build.gradle b/build.gradle index f136ac2..c4c58ab 100644 --- a/build.gradle +++ b/build.gradle @@ -60,18 +60,20 @@ dependencies { compile 'oro:oro:2.0.8' - compile 'org.jsoup:jsoup:1.9.2' - compile 'com.rometools:rome:1.6.1' + compile 'org.jsoup:jsoup:1.10.1' + compile 'com.rometools:rome:1.7.0' compile 'org.slf4j:slf4j-log4j12:1.7.21' - compile 'org.json:json:20160212' + compile 'org.json:json:20160810' compile 'org.ostermiller:utils:1.07.00' compile 'net.sourceforge.jweather:jweather:0.3.0@jar' compile 'net.objecthunter:exp4j:0.4.7' - compile 'org.twitter4j:twitter4j-core:4.0.4' + compile 'org.twitter4j:twitter4j-core:4.0.5' compile 'net.sf.delicious-java:delicious:1.14' + compile files('lib/owm-japis-2.5.0.5.jar') + compileOnly 'net.thauvin.erik:semver:0.9.6-beta' } @@ -136,8 +138,10 @@ task deploy(dependsOn: ['build']) { } -task release(dependsOn: ['wrapper', 'clean', 'deploy']) << { - group = 'Publishing' - description = 'Releases new version.' - isRelease = true +task release(dependsOn: ['wrapper', 'clean', 'deploy']) { + doLast { + group = 'Publishing' + description = 'Releases new version.' + isRelease = true + } } \ No newline at end of file diff --git a/lib/owm-japis-2.5.0.5.jar b/lib/owm-japis-2.5.0.5.jar new file mode 100644 index 0000000..a0ae89c Binary files /dev/null and b/lib/owm-japis-2.5.0.5.jar differ diff --git a/licenses/LICENSE.txt b/licenses/LICENSE.txt index 4d3d187..9690435 100644 --- a/licenses/LICENSE.txt +++ b/licenses/LICENSE.txt @@ -1,4 +1,4 @@ -Copyright (c) 2004-2016, Erik C. Thauvin (erik@thauvin.net) +Copyright (c) 2004-2017, Erik C. Thauvin (erik@thauvin.net) All rights reserved. Redistribution and use in source and binary forms, with or without diff --git a/licenses/OWM JAPIs License.txt b/licenses/OWM JAPIs License.txt new file mode 100644 index 0000000..24a127e --- /dev/null +++ b/licenses/OWM JAPIs License.txt @@ -0,0 +1,19 @@ +Copyright (c) 2013-2015 Ashutosh Kumar Singh + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in +all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN +THE SOFTWARE. \ No newline at end of file diff --git a/mobibot.ipr b/mobibot.ipr index 7002b59..7febf85 100644 --- a/mobibot.ipr +++ b/mobibot.ipr @@ -38,26 +38,6 @@ - -