diff options
| author | liuyongqiang <[email protected]> | 2020-11-30 17:13:52 +0800 |
|---|---|---|
| committer | liuyongqiang <[email protected]> | 2020-11-30 17:13:52 +0800 |
| commit | ab5ae5281f89dd4a4d7754e9379aba78eeab8c52 (patch) | |
| tree | 88af7ed38b78509bc8ade12a32acf0d47cd52c7d | |
| parent | b70da76575d87d7391fce4ebe51463979c9076c1 (diff) | |
update pom.xml
| -rw-r--r-- | galaxy-query-engine/pom.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/galaxy-query-engine/pom.xml b/galaxy-query-engine/pom.xml index c293685..d0d800e 100644 --- a/galaxy-query-engine/pom.xml +++ b/galaxy-query-engine/pom.xml @@ -87,7 +87,7 @@ </executions> <configuration> <includeSystemScope>true</includeSystemScope> - <mainClass>com.mesalab.engine.GalaxyDataEngineApp</mainClass> + <mainClass>com.mesalab.engine.GalaxyQueryEngine</mainClass> </configuration> </plugin> <plugin> |
