exclude fst by license issue
Project: http://git-wip-us.apache.org/repos/asf/incubator-griffin/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-griffin/commit/0d6408c7 Tree: http://git-wip-us.apache.org/repos/asf/incubator-griffin/tree/0d6408c7 Diff: http://git-wip-us.apache.org/repos/asf/incubator-griffin/diff/0d6408c7 Branch: refs/heads/griffin-0.2.0-incubating-rc4 Commit: 0d6408c7c55c5f10be46c816a4ebf0f43b3d064b Parents: 0eb177d Author: Lionel Liu <[email protected]> Authored: Wed Apr 25 17:17:09 2018 +0800 Committer: Lionel Liu <[email protected]> Committed: Wed Apr 25 17:17:09 2018 +0800 ---------------------------------------------------------------------- service/pom.xml | 4 ++++ 1 file changed, 4 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-griffin/blob/0d6408c7/service/pom.xml ---------------------------------------------------------------------- diff --git a/service/pom.xml b/service/pom.xml index 2fac5f9..33677af 100644 --- a/service/pom.xml +++ b/service/pom.xml @@ -155,6 +155,10 @@ under the License. <groupId>javax.servlet</groupId> <artifactId>servlet-api</artifactId> </exclusion> + <exclusion> + <groupId>de.ruedigermoeller</groupId> + <artifactId>fst</artifactId> + </exclusion> </exclusions> </dependency>
