Skip to content

ptomli/spring-security-version

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 

Repository files navigation

Spring Security Version Management

SpringSource now manage a bill of materials POM, which targets the same goals as this project has done historically.

<project>
  <dependencyManagement>
    <dependencies>
      <dependency>
        <groupId>org.springframework.security</groupId>
        <artifactId>spring-security-bom</artifactId>
        <version>3.2.0.RELEASE</version>
        <type>pom</type>
        <scope>import</scope>
      </dependency>
    </dependencies>
  </dependencyManagement>
</project>

I still maintain companion projects to handle other SpringSource project versions, such as spring-version and spring-integration-version.

It is anticipated that SpringSource will produce BOM POMs for these projects, which will make these projects equally unnecessary going forward.

About

Maven dependency management for Spring Security versions

Resources

Stars

Watchers

Forks

Packages

No packages published