Skip to content

Commit

Permalink
fix pom.xml (#1171)
Browse files Browse the repository at this point in the history
  • Loading branch information
heliang666s authored Jul 24, 2024
1 parent c1677f2 commit 0ef8eae
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@
<maven.compiler.source>17</maven.compiler.source>
<maven.compiler.target>17</maven.compiler.target>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<alibaba-spring-context-support.version>1.0.11</alibaba-spring-context-support.version>
</properties>

<dependencies>
Expand All @@ -44,6 +45,7 @@
<dependency>
<groupId>com.alibaba.spring</groupId>
<artifactId>spring-context-support</artifactId>
<version>${spring-context-support.verison}</version>
</dependency>
<dependency>
<groupId>org.springframework</groupId>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@
<maven.compiler.source>17</maven.compiler.source>
<maven.compiler.target>17</maven.compiler.target>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<alibaba-spring-context-support.version>1.0.11</alibaba-spring-context-support.version>
</properties>

<dependencies>
Expand All @@ -44,6 +45,7 @@
<dependency>
<groupId>com.alibaba.spring</groupId>
<artifactId>spring-context-support</artifactId>
<version>${spring-context-support.verison}</version>
</dependency>
<dependency>
<groupId>org.springframework</groupId>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@
<dependency>
<groupId>com.alibaba.spring</groupId>
<artifactId>spring-context-support</artifactId>
<version>1.0.11</version>
</dependency>

<!-- spring boot starter -->
Expand Down
2 changes: 2 additions & 0 deletions 3-extensions/protocol/dubbo-samples-rest/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@
<swagger.version>1.5.19</swagger.version>
<tomcat.version>8.0.53</tomcat.version>
<zookeeper.version>3.8.3</zookeeper.version>
<alibaba-spring-context-support.version>1.0.11</alibaba-spring-context-support.version>
</properties>

<dependencyManagement>
Expand Down Expand Up @@ -187,6 +188,7 @@
<dependency>
<groupId>com.alibaba.spring</groupId>
<artifactId>spring-context-support</artifactId>
<version>${alibaba-spring-context-support.version}</version>
</dependency>

<dependency>
Expand Down

0 comments on commit 0ef8eae

Please sign in to comment.