Skip to content

Commit

Permalink
Polish apache#3192 : inline the source code of spring-context-support
Browse files Browse the repository at this point in the history
  • Loading branch information
mercyblitz committed Jan 16, 2019
1 parent 989963e commit 688bef3
Showing 1 changed file with 0 additions and 16 deletions.
16 changes: 0 additions & 16 deletions dependencies-bom/pom.xml
Expand Up @@ -103,8 +103,6 @@
<resteasy_version>3.0.19.Final</resteasy_version>
<tomcat_embed_version>8.5.31</tomcat_embed_version>

<!-- Alibaba Spring context support -->
<alibaba_spring_context_support_version>1.0.1</alibaba_spring_context_support_version>
<!-- Log libs -->
<slf4j_version>1.7.25</slf4j_version>
<jcl_version>1.2</jcl_version>
Expand Down Expand Up @@ -307,13 +305,6 @@
<version>${tomcat_embed_version}</version>
</dependency>

<!-- Spring Context Support -->
<dependency>
<groupId>com.alibaba.spring</groupId>
<artifactId>spring-context-support</artifactId>
<version>${alibaba_spring_context_support_version}</version>
</dependency>

<!-- Log libs -->
<dependency>
<groupId>org.slf4j</groupId>
Expand Down Expand Up @@ -375,13 +366,6 @@

<!-- Alibaba extensions -->

<!-- Spring Context Support -->
<dependency>
<groupId>com.alibaba.spring</groupId>
<artifactId>spring-context-support</artifactId>
<version>${alibaba_spring_context_support_version}</version>
</dependency>

<!-- YAML -->
<dependency>
<groupId>org.yaml</groupId>
Expand Down

0 comments on commit 688bef3

Please sign in to comment.