From f183af46a77eb7049a15e379eece4adbb59a9738 Mon Sep 17 00:00:00 2001 From: kaiyu <404897439@qq.com> Date: Wed, 08 Sep 2021 11:16:33 +0800 Subject: [PATCH] screen-api 增加获取无人机飞行日期接口 --- screen-api/pom.xml | 5 +++++ 1 files changed, 5 insertions(+), 0 deletions(-) diff --git a/screen-api/pom.xml b/screen-api/pom.xml index 51edb55..7470fd8 100644 --- a/screen-api/pom.xml +++ b/screen-api/pom.xml @@ -16,6 +16,11 @@ <artifactId>screen-common</artifactId> <version>1.0-SNAPSHOT</version> </dependency> + <dependency> + <groupId>javax.persistence</groupId> + <artifactId>persistence-api</artifactId> + <version>1.0</version> + </dependency> </dependencies> <build> -- Gitblit v1.8.0