Skip to content

Commit

Permalink
temporarily change spring-context-support dependency back to SNAPSHOT…
Browse files Browse the repository at this point in the history
…, the formal release turns to be broken.
  • Loading branch information
chickenlj committed Nov 22, 2019
1 parent a22380d commit 8077651
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions dubbo-all/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -542,6 +542,10 @@
<groupId>org.springframework</groupId>
<artifactId>spring-context</artifactId>
</dependency>
<dependency>
<groupId>com.alibaba.spring</groupId>
<artifactId>spring-context-support</artifactId>
</dependency>
<dependency>
<groupId>org.javassist</groupId>
<artifactId>javassist</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion dubbo-dependencies-bom/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@
<eureka.version>1.9.12</eureka.version>

<!-- Alibaba -->
<alibaba_spring_context_support_version>1.0.4</alibaba_spring_context_support_version>
<alibaba_spring_context_support_version>1.0.4-SNAPSHOT</alibaba_spring_context_support_version>

<jaxb_version>2.2.7</jaxb_version>
<activation_version>1.2.0</activation_version>
Expand Down

0 comments on commit 8077651

Please sign in to comment.