#918 provided API to get license and upload license #918 add license
#918 remove check license #918 non-sec non-sec Project: http://git-wip-us.apache.org/repos/asf/kylin/repo Commit: http://git-wip-us.apache.org/repos/asf/kylin/commit/e2a0f488 Tree: http://git-wip-us.apache.org/repos/asf/kylin/tree/e2a0f488 Diff: http://git-wip-us.apache.org/repos/asf/kylin/diff/e2a0f488 Branch: refs/heads/2.1.x Commit: e2a0f4882b756600ebbed0d9185337c9c549f99b Parents: 016a57a Author: Hongbin Ma <mahong...@apache.org> Authored: Thu Jul 20 17:45:27 2017 +0800 Committer: Hongbin Ma <mahong...@apache.org> Committed: Wed Jul 26 12:41:31 2017 +0800 ---------------------------------------------------------------------- pom.xml | 6 ++++++ 1 file changed, 6 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/kylin/blob/e2a0f488/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index b4dd685..7181309 100644 --- a/pom.xml +++ b/pom.xml @@ -79,6 +79,7 @@ <commons-cli.version>1.2</commons-cli.version> <commons-lang.version>2.6</commons-lang.version> <commons-io.version>2.4</commons-io.version> + <commons-upload.version>1.3.1</commons-upload.version> <commons-math3.version>3.1.1</commons-math3.version> <commons-collections.version>3.2.2</commons-collections.version> @@ -472,6 +473,11 @@ <scope>provided</scope> </dependency> <dependency> + <groupId>commons-fileupload</groupId> + <artifactId>commons-fileupload</artifactId> + <version>${commons-upload.version}</version> + </dependency> + <dependency> <groupId>commons-collections</groupId> <artifactId>commons-collections</artifactId> <version>${commons-collections.version}</version>