Browse Source

删除无用的版本号设置

周浩 9 years ago
parent
commit
687a5b839e
1 changed files with 0 additions and 4 deletions
  1. 0 4
      hsweb-web-service-impl-common/pom.xml

+ 0 - 4
hsweb-web-service-impl-common/pom.xml

@@ -16,25 +16,21 @@
         <dependency>
             <groupId>org.hsweb</groupId>
             <artifactId>hsweb-web-core</artifactId>
-            <version>${parent.version}</version>
         </dependency>
 
         <dependency>
             <groupId>org.hsweb</groupId>
             <artifactId>hsweb-web-dao-interface</artifactId>
-            <version>${parent.version}</version>
         </dependency>
 
         <dependency>
             <groupId>org.hsweb</groupId>
             <artifactId>hsweb-web-service-interface</artifactId>
-            <version>${parent.version}</version>
         </dependency>
 
         <dependency>
             <groupId>org.springframework.boot</groupId>
             <artifactId>spring-boot-starter-jdbc</artifactId>
-            <version>${spring.boot.version}</version>
         </dependency>