Skip to content

Commit

Permalink
Merge pull request #74 from microsphere-projects/dev
Browse files Browse the repository at this point in the history
Dev
  • Loading branch information
mercyblitz authored Jan 7, 2025
2 parents e4c089c + 73d7830 commit 53cb3c8
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 117 deletions.
52 changes: 0 additions & 52 deletions microsphere-spring-compatible/pom.xml

This file was deleted.

This file was deleted.

40 changes: 0 additions & 40 deletions microsphere-spring-context/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -131,44 +131,4 @@

</dependencies>

<profiles>
<profile>
<id>spring-framework-6.0</id>
<dependencies>
<dependency>
<groupId>io.github.microsphere-projects</groupId>
<artifactId>microsphere-spring-compatible</artifactId>
<version>${revision}</version>
<optional>true</optional>
</dependency>
</dependencies>
</profile>

<profile>
<id>spring-framework-6.1</id>
<dependencies>
<dependency>
<groupId>io.github.microsphere-projects</groupId>
<artifactId>microsphere-spring-compatible</artifactId>
<version>${revision}</version>
<optional>true</optional>
</dependency>
</dependencies>
</profile>

<profile>
<id>spring-framework-6.2</id>
<dependencies>
<dependency>
<groupId>io.github.microsphere-projects</groupId>
<artifactId>microsphere-spring-compatible</artifactId>
<version>${revision}</version>
<optional>true</optional>
</dependency>
</dependencies>
</profile>


</profiles>

</project>
1 change: 0 additions & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,6 @@
<modules>
<module>microsphere-spring-parent</module>
<module>microsphere-spring-dependencies</module>
<module>microsphere-spring-compatible</module>
<module>microsphere-spring-context</module>
<module>microsphere-spring-jdbc</module>
<module>microsphere-spring-web</module>
Expand Down

0 comments on commit 53cb3c8

Please sign in to comment.