Commit 35aad2cf authored by liaozan's avatar liaozan 🏀

Switch schbrain-parent to 3.0.1-SNAPSHOT

parent 06008f90
...@@ -38,14 +38,6 @@ ...@@ -38,14 +38,6 @@
<groupId>com.schbrain.framework</groupId> <groupId>com.schbrain.framework</groupId>
<artifactId>dubbo-spring-boot-starter</artifactId> <artifactId>dubbo-spring-boot-starter</artifactId>
</dependency> </dependency>
<dependency>
<groupId>org.springframework.cloud</groupId>
<artifactId>spring-cloud-starter-openfeign</artifactId>
</dependency>
<dependency>
<groupId>org.springframework.cloud</groupId>
<artifactId>spring-cloud-starter-netflix-eureka-client</artifactId>
</dependency>
</dependencies> </dependencies>
</project> </project>
\ No newline at end of file
...@@ -34,6 +34,10 @@ ...@@ -34,6 +34,10 @@
<groupId>org.openjdk.jol</groupId> <groupId>org.openjdk.jol</groupId>
<artifactId>jol-core</artifactId> <artifactId>jol-core</artifactId>
</dependency> </dependency>
<dependency>
<groupId>org.redisson</groupId>
<artifactId>redisson-spring-boot-starter</artifactId>
</dependency>
</dependencies> </dependencies>
<build> <build>
...@@ -47,8 +51,8 @@ ...@@ -47,8 +51,8 @@
<artifactId>integration-maven-plugin</artifactId> <artifactId>integration-maven-plugin</artifactId>
</plugin> </plugin>
<plugin> <plugin>
<groupId>pl.project13.maven</groupId> <groupId>io.github.git-commit-id</groupId>
<artifactId>git-commit-id-plugin</artifactId> <artifactId>git-commit-id-maven-plugin</artifactId>
</plugin> </plugin>
</plugins> </plugins>
</build> </build>
......
...@@ -3,4 +3,4 @@ spring: ...@@ -3,4 +3,4 @@ spring:
name: schbrain-initializer name: schbrain-initializer
apollo: apollo:
bootstrap: bootstrap:
namespaces: application,redis-common,jdbc-common,eureka-common namespaces: application,redis-common,jdbc-common
\ No newline at end of file \ No newline at end of file
...@@ -8,7 +8,7 @@ ...@@ -8,7 +8,7 @@
<parent> <parent>
<groupId>com.schbrain.framework</groupId> <groupId>com.schbrain.framework</groupId>
<artifactId>schbrain-parent</artifactId> <artifactId>schbrain-parent</artifactId>
<version>1.0.7-SNAPSHOT</version> <version>3.0.1-SNAPSHOT</version>
</parent> </parent>
<groupId>com.schbrain</groupId> <groupId>com.schbrain</groupId>
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment