|
@@ -7,13 +7,11 @@
|
|
<packaging>jar</packaging>
|
|
<packaging>jar</packaging>
|
|
<version>1.0.0</version>
|
|
<version>1.0.0</version>
|
|
|
|
|
|
- <properties>
|
|
|
|
- <spring-boot.version>2.3.10.RELEASE</spring-boot.version>
|
|
|
|
- <maven.compiler.source>1.8</maven.compiler.source>
|
|
|
|
- <maven.compiler.target>1.8</maven.compiler.target>
|
|
|
|
- <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
|
|
|
|
- <project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
|
|
|
|
- </properties>
|
|
|
|
|
|
+ <parent>
|
|
|
|
+ <groupId>cn.com.qmth.framework</groupId>
|
|
|
|
+ <artifactId>config-center</artifactId>
|
|
|
|
+ <version>1.0.0</version>
|
|
|
|
+ </parent>
|
|
|
|
|
|
<dependencies>
|
|
<dependencies>
|
|
<dependency>
|
|
<dependency>
|
|
@@ -47,52 +45,5 @@
|
|
</dependency>
|
|
</dependency>
|
|
</dependencies>
|
|
</dependencies>
|
|
|
|
|
|
- <dependencyManagement>
|
|
|
|
- <dependencies>
|
|
|
|
- <dependency>
|
|
|
|
- <groupId>org.springframework.boot</groupId>
|
|
|
|
- <artifactId>spring-boot-dependencies</artifactId>
|
|
|
|
- <version>${spring-boot.version}</version>
|
|
|
|
- <type>pom</type>
|
|
|
|
- <scope>import</scope>
|
|
|
|
- </dependency>
|
|
|
|
- </dependencies>
|
|
|
|
- </dependencyManagement>
|
|
|
|
-
|
|
|
|
- <build>
|
|
|
|
- <plugins>
|
|
|
|
- <plugin>
|
|
|
|
- <groupId>org.apache.maven.plugins</groupId>
|
|
|
|
- <artifactId>maven-compiler-plugin</artifactId>
|
|
|
|
- <configuration>
|
|
|
|
- <source>${maven.compiler.source}</source>
|
|
|
|
- <target>${maven.compiler.target}</target>
|
|
|
|
- <encoding>${project.build.sourceEncoding}</encoding>
|
|
|
|
- </configuration>
|
|
|
|
- </plugin>
|
|
|
|
-
|
|
|
|
- <plugin>
|
|
|
|
- <groupId>org.apache.maven.plugins</groupId>
|
|
|
|
- <artifactId>maven-surefire-plugin</artifactId>
|
|
|
|
- <configuration>
|
|
|
|
- <skip>true</skip>
|
|
|
|
- <skipTests>true</skipTests>
|
|
|
|
- </configuration>
|
|
|
|
- </plugin>
|
|
|
|
- </plugins>
|
|
|
|
- </build>
|
|
|
|
-
|
|
|
|
- <distributionManagement>
|
|
|
|
- <repository>
|
|
|
|
- <id>maven-releases</id>
|
|
|
|
- <name>Release repository</name>
|
|
|
|
- <url>http://192.168.10.201:8081/repository/maven-releases/</url>
|
|
|
|
- </repository>
|
|
|
|
- <snapshotRepository>
|
|
|
|
- <id>maven-snapshots</id>
|
|
|
|
- <name>Snapshots repository</name>
|
|
|
|
- <url>http://192.168.10.201:8081/repository/maven-snapshots/</url>
|
|
|
|
- </snapshotRepository>
|
|
|
|
- </distributionManagement>
|
|
|
|
-
|
|
|
|
</project>
|
|
</project>
|
|
|
|
+
|