From: Emmanuel Bourg <ebourg@apache.org>
Date: Wed, 29 Mar 2023 21:54:56 +0000
Subject: Set the version and the type of the accessors-smart dependency

Forwarded: not-needed

to work around a build failure with maven-debian-helper
---
 json-smart/pom.xml | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/json-smart/pom.xml b/json-smart/pom.xml
index 33a7dc7..494f327 100644
--- a/json-smart/pom.xml
+++ b/json-smart/pom.xml
@@ -32,6 +32,8 @@
 		<dependency>
 			<groupId>net.minidev</groupId>
 			<artifactId>accessors-smart</artifactId>
+			<version>1.1</version>
+			<type>bundle</type>
 		</dependency>
 
 	</dependencies>
