You are viewing a plain text version of this content. The canonical link for it is here.
Posted to oak-issues@jackrabbit.apache.org by "Davide Giannella (JIRA)" <ji...@apache.org> on 2014/12/19 12:57:13 UTC

[jira] [Resolved] (OAK-2373) Move FixturesHelper into common

     [ https://issues.apache.org/jira/browse/OAK-2373?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Davide Giannella resolved OAK-2373.
-----------------------------------
       Resolution: Fixed
    Fix Version/s: 1.1.4

in trunk at http://svn.apache.org/r1646687

to use it you'll need to import oak-commons test

{code:xml}
<dependency>
  <groupId>org.apache.jackrabbit</groupId>
  <artifactId>oak-commons</artifactId>
  <version>${project.version}</version>
  <type>test-jar</type>
  <scope>test</scope>
</dependency>
{code}



> Move FixturesHelper into common
> -------------------------------
>
>                 Key: OAK-2373
>                 URL: https://issues.apache.org/jira/browse/OAK-2373
>             Project: Jackrabbit Oak
>          Issue Type: Improvement
>          Components: commons, jcr
>            Reporter: Davide Giannella
>            Assignee: Davide Giannella
>             Fix For: 1.1.4
>
>
> Move the {{FixturesHelper}} class from oak-jcr into oak-commons for reusing it across different projects.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)