From 1be2d2bc9229c7afe86c5198dae6713d20f89445 Mon Sep 17 00:00:00 2001 From: Cleverson Sacramento Date: Wed, 3 Dec 2014 17:48:18 -0200 Subject: [PATCH] Recolocando o código depreciado --- impl/core/pom.xml | 9 +++++++-- impl/core/src/main/java/br/gov/frameworkdemoiselle/internal/producer/LoggerProducer.java | 12 ------------ 2 files changed, 7 insertions(+), 14 deletions(-) diff --git a/impl/core/pom.xml b/impl/core/pom.xml index 28114aa..d04bd9c 100755 --- a/impl/core/pom.xml +++ b/impl/core/pom.xml @@ -34,8 +34,7 @@ ou escreva para a Fundação do Software Livre (FSF) Inc., 51 Franklin St, Fifth Floor, Boston, MA 02111-1301, USA. --> - + 4.0.0 @@ -125,6 +124,12 @@ commons-configuration commons-configuration + + + + org.slf4j + slf4j-api + diff --git a/impl/core/src/main/java/br/gov/frameworkdemoiselle/internal/producer/LoggerProducer.java b/impl/core/src/main/java/br/gov/frameworkdemoiselle/internal/producer/LoggerProducer.java index a77597e..caba10b 100644 --- a/impl/core/src/main/java/br/gov/frameworkdemoiselle/internal/producer/LoggerProducer.java +++ b/impl/core/src/main/java/br/gov/frameworkdemoiselle/internal/producer/LoggerProducer.java @@ -34,18 +34,6 @@ * ou escreva para a Fundação do Software Livre (FSF) Inc., * 51 Franklin St, Fifth Floor, Boston, MA 02111-1301, USA. */ -/* - * Demoiselle Framework Copyright (c) 2010 Serpro and other contributors as indicated by the @author tag. See the - * copyright.txt in the distribution for a full listing of contributors. Demoiselle Framework is an open source Java EE - * library designed to accelerate the development of transactional database Web applications. Demoiselle Framework is - * released under the terms of the LGPL license 3 http://www.gnu.org/licenses/lgpl.html LGPL License 3 This file is part - * of Demoiselle Framework. Demoiselle Framework is free software: you can redistribute it and/or modify it under the - * terms of the GNU Lesser General Public License 3 as published by the Free Software Foundation. Demoiselle Framework - * is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details. You - * should have received a copy of the GNU Lesser General Public License along with Demoiselle Framework. If not, see - * . - */ package br.gov.frameworkdemoiselle.internal.producer; import java.io.Serializable; -- libgit2 0.21.2