|
@@ -152,6 +152,11 @@
|
|
|
|
|
|
<dependencyManagement>
|
|
<dependencyManagement>
|
|
<dependencies>
|
|
<dependencies>
|
|
|
|
+ <dependency>
|
|
|
|
+ <groupId>com.qmth.boot</groupId>
|
|
|
|
+ <artifactId>core-solar</artifactId>
|
|
|
|
+ <version>${qmth.boot.version}</version>
|
|
|
|
+ </dependency>
|
|
<dependency>
|
|
<dependency>
|
|
<groupId>org.springframework.boot</groupId>
|
|
<groupId>org.springframework.boot</groupId>
|
|
<artifactId>spring-boot-dependencies</artifactId>
|
|
<artifactId>spring-boot-dependencies</artifactId>
|
|
@@ -164,11 +169,11 @@
|
|
|
|
|
|
<build>
|
|
<build>
|
|
<finalName>${project.artifactId}</finalName>
|
|
<finalName>${project.artifactId}</finalName>
|
|
-
|
|
|
|
<plugins>
|
|
<plugins>
|
|
<plugin>
|
|
<plugin>
|
|
<groupId>org.springframework.boot</groupId>
|
|
<groupId>org.springframework.boot</groupId>
|
|
<artifactId>spring-boot-maven-plugin</artifactId>
|
|
<artifactId>spring-boot-maven-plugin</artifactId>
|
|
|
|
+ <version>2.3.7.RELEASE</version>
|
|
</plugin>
|
|
</plugin>
|
|
<plugin>
|
|
<plugin>
|
|
<groupId>org.apache.maven.plugins</groupId>
|
|
<groupId>org.apache.maven.plugins</groupId>
|