You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@ignite.apache.org by "Amelchev Nikita (Jira)" <ji...@apache.org> on 2021/10/26 13:17:00 UTC

[jira] [Created] (IGNITE-15825) [Extensions] Fix the artifactId and parent reference of spring-sessions extension

Amelchev Nikita created IGNITE-15825:
----------------------------------------

             Summary: [Extensions] Fix the artifactId and parent reference of spring-sessions extension
                 Key: IGNITE-15825
                 URL: https://issues.apache.org/jira/browse/IGNITE-15825
             Project: Ignite
          Issue Type: Bug
            Reporter: Amelchev Nikita
            Assignee: Amelchev Nikita


The artifactId and parent reference of spring-sessions extension should be in single style with other extensions:

{noformat}
    <parent>
        <groupId>org.apache.ignite</groupId>
        <artifactId>ignite-extensions-parent</artifactId>
        <version>1</version>
        <relativePath>../../parent</relativePath>
    </parent>

    <artifactId>ignite-spring-session-ext</artifactId>
{noformat}




--
This message was sent by Atlassian Jira
(v8.3.4#803005)