You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cayenne.apache.org by ab...@apache.org on 2019/03/25 08:53:19 UTC

[cayenne] branch master updated: Fix slf4j name in windows assembly

This is an automated email from the ASF dual-hosted git repository.

abulatski pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/cayenne.git


The following commit(s) were added to refs/heads/master by this push:
     new bae34a6  Fix slf4j name in windows assembly
bae34a6 is described below

commit bae34a606e7717b7a1bda47fbdc9b11028ebe833
Author: Arseni Bulatski <an...@gmail.com>
AuthorDate: Mon Mar 25 11:51:06 2019 +0300

    Fix slf4j name in windows assembly
---
 assembly/src/main/resources/assemblies/windows/assembly-windows.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/assembly/src/main/resources/assemblies/windows/assembly-windows.xml b/assembly/src/main/resources/assemblies/windows/assembly-windows.xml
index b3380d5..d6dd02d 100644
--- a/assembly/src/main/resources/assemblies/windows/assembly-windows.xml
+++ b/assembly/src/main/resources/assemblies/windows/assembly-windows.xml
@@ -97,7 +97,7 @@
 			<outputDirectory>lib/third-party</outputDirectory>
 			<!-- Include only a minimal set of dependencies to run cayenne-server and ant tasks -->
 			<includes>
-				<include>org.slf4j:slf-api</include>
+				<include>org.slf4j:slf4j-api</include>
 			</includes>
 		</dependencySet>
 		<dependencySet>