Skip to content

Commit

Permalink
Adding support for Slf4j Redpill-Linpro#4
Browse files Browse the repository at this point in the history
  • Loading branch information
bhagyas committed Oct 19, 2024
1 parent e3200eb commit b4c4b8c
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 5 deletions.
6 changes: 6 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,12 @@
</developers>
<contributors>
<contributor />
<contributor>
<name>Bhagya Silva</name>
<organization>Loftux AB</organization>
<organizationUrl>https://loftux.com</organizationUrl>
<timezone>+1</timezone>
</contributor>
</contributors>
<organization>
<name>Redpill Linpro</name>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,21 +1,24 @@
package org.redpill.alfresco.numbering.it.component;

import java.text.SimpleDateFormat;
import java.util.ArrayList;
import java.util.Date;
import org.alfresco.repo.security.authentication.AuthenticationUtil;
import org.alfresco.service.cmr.model.FileInfo;
import org.alfresco.service.cmr.repository.NodeRef;
import org.alfresco.service.cmr.site.SiteInfo;
import org.slf4j.Logger;
import static org.junit.Assert.assertEquals;
import org.junit.Test;
import org.redpill.alfresco.numbering.component.NumberingComponent;
import org.redpill.alfresco.test.AbstractRepoIntegrationTest;
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.beans.factory.annotation.Qualifier;
import org.springframework.test.annotation.Repeat;

import java.text.SimpleDateFormat;
import java.util.ArrayList;
import java.util.Date;

import static org.junit.Assert.assertEquals;

/**
* This component handles numbering of objects
*
Expand Down

0 comments on commit b4c4b8c

Please sign in to comment.