Skip to content

Commit

Permalink
Add missing library
Browse files Browse the repository at this point in the history
  • Loading branch information
s-rubenstein committed Mar 11, 2021
1 parent eb6540e commit 6c0f596
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion codegen_java/build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ lazy val root = (project in file(".")).
"org.threeten" % "threetenbp" % "1.3.5" % "compile",
"io.gsonfire" % "gson-fire" % "1.8.0" % "compile",
"junit" % "junit" % "4.12" % "test",
"com.novocode" % "junit-interface" % "0.10" % "test"
"com.novocode" % "junit-interface" % "0.10" % "test",
"javax.annotation" % "javax.annotation-api" % "1.3.2"
)) ++ publishSettings:_*
)
2 changes: 1 addition & 1 deletion codegen_java/project/build.properties
Original file line number Diff line number Diff line change
@@ -1 +1 @@
sbt.version=1.2.6
sbt.version=1.4.7
Empty file modified scripts/gen_java_client.sh
100644 → 100755
Empty file.

0 comments on commit 6c0f596

Please sign in to comment.