Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id 98A41200ACA for ; Mon, 2 May 2016 02:13:14 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id 972D11609AD; Mon, 2 May 2016 02:13:14 +0200 (CEST) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id 03E261609AE for ; Mon, 2 May 2016 02:13:13 +0200 (CEST) Received: (qmail 35654 invoked by uid 500); 2 May 2016 00:13:13 -0000 Mailing-List: contact issues-help@commons.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: issues@commons.apache.org Delivered-To: mailing list issues@commons.apache.org Received: (qmail 35524 invoked by uid 99); 2 May 2016 00:13:12 -0000 Received: from arcas.apache.org (HELO arcas) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 02 May 2016 00:13:12 +0000 Received: from arcas.apache.org (localhost [127.0.0.1]) by arcas (Postfix) with ESMTP id CB8282C14F9 for ; Mon, 2 May 2016 00:13:12 +0000 (UTC) Date: Mon, 2 May 2016 00:13:12 +0000 (UTC) From: "Daan Biesterbos (JIRA)" To: issues@commons.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Created] (CONFIGURATION-625) Missing maven dependency MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 archived-at: Mon, 02 May 2016 00:13:14 -0000 Daan Biesterbos created CONFIGURATION-625: --------------------------------------------- Summary: Missing maven dependency Key: CONFIGURATION-625 URL: https://issues.apache.org/jira/browse/CONFIGURATION-625 Project: Commons Configuration Issue Type: Bug Affects Versions: 2.0 Reporter: Daan Biesterbos Priority: Minor When I use maven to include configuration 2.* in my project I get the following error: Exception in thread "main" java.lang.NoClassDefFoundError: org/apache/commons/beanutils/BeanIntrospector. The code that crashed did nothing but loading a few .properties files and add the property configuration to a composite. How to load .properties files is different in 2.0 so all I was copying the example from the documentation and modified the parameters. I fixed the problem by adding the following dependency to maven: commons-beanutils commons-beanutils 1.9.2 The 1.8 version of beanutils does not fix it. P.S. Thanks for reviving this project. :-) -- This message was sent by Atlassian JIRA (v6.3.4#6332)