Received: from malur.postgresql.org ([217.196.149.56]) by arkaria.postgresql.org with esmtps (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1pRACz-0007jV-JZ for pgsql-jdbc@arkaria.postgresql.org; Sun, 12 Feb 2023 11:07:49 +0000 Received: from localhost ([127.0.0.1] helo=malur.postgresql.org) by malur.postgresql.org with esmtp (Exim 4.92) (envelope-from ) id 1pRACx-0008BH-6m for pgsql-jdbc@arkaria.postgresql.org; Sun, 12 Feb 2023 11:07:47 +0000 Received: from magus.postgresql.org ([2a02:c0:301:0:ffff::29]) by malur.postgresql.org with esmtps (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1pRACw-0008B8-Tl for pgsql-jdbc@lists.postgresql.org; Sun, 12 Feb 2023 11:07:46 +0000 Received: from out-22.smtp.github.com ([192.30.252.205]) by magus.postgresql.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1pRACr-0003iY-GU for pgsql-jdbc@lists.postgresql.org; Sun, 12 Feb 2023 11:07:46 +0000 Received: from github.com (hubbernetes-node-2bf29ba.ac4-iad.github.net [10.52.222.72]) by smtp.github.com (Postfix) with ESMTPA id DAC06720CBD for ; Sun, 12 Feb 2023 03:07:39 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1676200059; bh=UgSSnx8RXOdq6TahwFNy2tfnpvNkbCgle3n03NMy2A4=; h=Date:From:To:Subject:From; b=r/VgJC2U5C68PCAICDbCoV2y5D7N8dtiTCmDNt3cCP0J45uZOPPxZYCwIS9nWMQJz 48aELgO3t5ZMVkrwJebvpL1rTACKkJqOKt0FN6uGMbilhPbCfsifXsvHfeVM55xtPv 85Zj+sfLYf83mN2uxgjd4rZu8RNptNgqn2pVceC4= Date: Sun, 12 Feb 2023 03:07:39 -0800 From: Vladimir Sitnikov To: pgsql-jdbc@lists.postgresql.org Message-ID: Subject: [pgjdbc/pgjdbc] 7bbefb: chore: remove excessive dependencies from build-lo... Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Approved: 58GruLoMopuc X-GitHub-Recipient-Address: pgsql-jdbc@lists.postgresql.org X-Auto-Response-Suppress: All List-Id: List-Help: List-Subscribe: List-Post: List-Owner: List-Archive: Archived-At: Precedence: bulk Branch: refs/heads/master Home: https://github.com/pgjdbc/pgjdbc Commit: 7bbefbac3ea8550e25e1a4d7dabd3efde7c3f2e9 https://github.com/pgjdbc/pgjdbc/commit/7bbefbac3ea8550e25e1a4d7dabd3efde7c3f2e9 Author: Vladimir Sitnikov Date: 2023-02-12 (Sun, 12 Feb 2023) Changed paths: M build-logic/jvm/build.gradle.kts Log Message: ----------- chore: remove excessive dependencies from build-logic/jvm They have been moved elsewhere