Ver código fonte

修改pom文件

chenminghua 3 anos atrás
pai
commit
06d20e0f90
2 arquivos alterados com 4 adições e 4 exclusões
  1. 3 4
      gyee-sample-impala/pom.xml
  2. 1 0
      pom.xml

+ 3 - 4
gyee-sample-impala/pom.xml

@@ -3,10 +3,9 @@
          xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd">
     <modelVersion>4.0.0</modelVersion>
     <parent>
-        <groupId>org.springframework.boot</groupId>
-        <artifactId>spring-boot-starter-parent</artifactId>
-        <version>2.3.7.RELEASE</version>
-        <relativePath/> <!-- lookup parent from repository -->
+        <artifactId>sis-background</artifactId>
+        <groupId>com.gyee</groupId>
+        <version>0.0.1-SNAPSHOT</version>
     </parent>
     <groupId>com.gyee.sampleimpala</groupId>
     <artifactId>gyee-sample-impala</artifactId>

+ 1 - 0
pom.xml

@@ -22,6 +22,7 @@
         <module>benchmarking-hive</module>
         <module>benchmarking-impala</module>
         <module>consumer</module>
+        <module>gyee-sample-impala</module>
     </modules>