[multi-language part 1] add a 'language' field to task specification (#2639)

This commit is contained in:
Hao Chen
2018-08-17 12:26:42 +08:00
committed by Robert Nishihara
parent 6670880f03
commit a719e089b0
13 changed files with 200 additions and 402 deletions
-7
View File
@@ -130,13 +130,6 @@
<version>${slf4j.version}</version>
</dependency>
<!-- https://mvnrepository.com/artifact/com.github.davidmoten/flatbuffers-java -->
<dependency>
<groupId>com.github.davidmoten</groupId>
<artifactId>flatbuffers-java</artifactId>
<version>1.7.0.1</version>
</dependency>
<!-- https://mvnrepository.com/artifact/com.beust/jcommander -->
<dependency>
<groupId>com.beust</groupId>