|
|
@ -7,7 +7,6 @@
|
|
|
|
<artifactId>hippo4j-all</artifactId>
|
|
|
|
<artifactId>hippo4j-all</artifactId>
|
|
|
|
<version>${revision}</version>
|
|
|
|
<version>${revision}</version>
|
|
|
|
</parent>
|
|
|
|
</parent>
|
|
|
|
|
|
|
|
|
|
|
|
<artifactId>hippo4j-server</artifactId>
|
|
|
|
<artifactId>hippo4j-server</artifactId>
|
|
|
|
|
|
|
|
|
|
|
|
<properties>
|
|
|
|
<properties>
|
|
|
@ -20,6 +19,7 @@
|
|
|
|
<artifactId>hippo4j-config</artifactId>
|
|
|
|
<artifactId>hippo4j-config</artifactId>
|
|
|
|
<version>${revision}</version>
|
|
|
|
<version>${revision}</version>
|
|
|
|
</dependency>
|
|
|
|
</dependency>
|
|
|
|
|
|
|
|
|
|
|
|
<dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>cn.hippo4j</groupId>
|
|
|
|
<groupId>cn.hippo4j</groupId>
|
|
|
|
<artifactId>hippo4j-console</artifactId>
|
|
|
|
<artifactId>hippo4j-console</artifactId>
|
|
|
@ -57,7 +57,6 @@
|
|
|
|
<version>1.1.1</version>
|
|
|
|
<version>1.1.1</version>
|
|
|
|
</dependency>
|
|
|
|
</dependency>
|
|
|
|
<!-- Adapter end -->
|
|
|
|
<!-- Adapter end -->
|
|
|
|
|
|
|
|
|
|
|
|
</dependencies>
|
|
|
|
</dependencies>
|
|
|
|
|
|
|
|
|
|
|
|
<build>
|
|
|
|
<build>
|
|
|
@ -77,7 +76,6 @@
|
|
|
|
</archive>
|
|
|
|
</archive>
|
|
|
|
</configuration>
|
|
|
|
</configuration>
|
|
|
|
</plugin>
|
|
|
|
</plugin>
|
|
|
|
|
|
|
|
|
|
|
|
<plugin>
|
|
|
|
<plugin>
|
|
|
|
<groupId>org.springframework.boot</groupId>
|
|
|
|
<groupId>org.springframework.boot</groupId>
|
|
|
|
<artifactId>spring-boot-maven-plugin</artifactId>
|
|
|
|
<artifactId>spring-boot-maven-plugin</artifactId>
|
|
|
|