You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@directory.apache.org by "Shawn McKinney (JIRA)" <ji...@apache.org> on 2018/07/05 23:26:00 UTC

[jira] [Created] (FC-233) [FORTRESS-REALM] Upgrade to Spring 5 and latest CXF

Shawn McKinney created FC-233:
---------------------------------

             Summary: [FORTRESS-REALM] Upgrade to Spring 5 and latest CXF
                 Key: FC-233
                 URL: https://issues.apache.org/jira/browse/FC-233
             Project: FORTRESS
          Issue Type: Improvement
    Affects Versions: 2.0.0
            Reporter: Shawn McKinney
            Assignee: Shawn McKinney
             Fix For: 2.0.1


Upgrade to:

    <cxf.version>3.2.5</cxf.version>
    <spring.version>5.0.7.RELEASE</spring.version>
    <spring.security.version>5.0.5.RELEASE</spring.security.version>

    <dependency>
      <groupId>org.apache.cxf</groupId>
      <artifactId>cxf-core</artifactId>
      <version>${cxf.version}</version>
    </dependency>
    <dependency>
      <groupId>org.apache.cxf</groupId>
      <artifactId>cxf-rt-frontend-jaxrs</artifactId>
      <version>${cxf.version}</version>
    </dependency>
    <!-- Spring Dependencies -->
    <dependency>
      <groupId>org.springframework</groupId>
      <artifactId>spring-core</artifactId>
      <version>${spring.version}</version>
    </dependency>
    
    <dependency>
      <groupId>org.springframework.security</groupId>
      <artifactId>spring-security-web</artifactId>
      <version>${spring.security.version}</version>
    </dependency>



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)