diff options
author | Kai <lukai@chinamobile.com> | 2020-08-27 15:54:11 +0800 |
---|---|---|
committer | Kai <lukai@chinamobile.com> | 2020-08-27 18:53:16 +0800 |
commit | 17f250a9137546ccda001413575aa8f2fb6a7d85 (patch) | |
tree | 8d67de31820b1e600bf9b14b4e5ebfcfa0d02b40 /components/datalake-handler/feeder/pom.xml | |
parent | 36916e410fe28a233c7850e41ae837af7659de6e (diff) |
Add des module in datalake-handler
Issue-ID: DCAEGEN2-2230
Signed-off-by: Kai Lu <lukai@chinamobile.com>
Change-Id: I13a4907462edc68ec26523bf856083b21b32dee7
Diffstat (limited to 'components/datalake-handler/feeder/pom.xml')
-rw-r--r-- | components/datalake-handler/feeder/pom.xml | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/components/datalake-handler/feeder/pom.xml b/components/datalake-handler/feeder/pom.xml index 468ac674..d310312a 100644 --- a/components/datalake-handler/feeder/pom.xml +++ b/components/datalake-handler/feeder/pom.xml @@ -208,6 +208,13 @@ <build> <plugins> + <plugin> + <groupId>org.springframework.boot</groupId> + <artifactId>spring-boot-maven-plugin</artifactId> + <configuration> + <classifier>exec</classifier> + </configuration> + </plugin> <plugin> <groupId>com.spotify</groupId> <artifactId>dockerfile-maven-plugin</artifactId> |