Skip to content

Commit

Permalink
FELIX-6687 Fix handling of typed properties in felix fileinstall.
Browse files Browse the repository at this point in the history
Due to bug in older version of felix-utils fileinstall can't handle all variants of typed properties properly, especially (a, b, c) syntax..

Signed-off-by: Łukasz Dywicki <[email protected]>
  • Loading branch information
splatch authored and stbischof committed Sep 27, 2024
1 parent 16a1c1d commit 736d48c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fileinstall/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@
<dependency>
<groupId>org.apache.felix</groupId>
<artifactId>org.apache.felix.utils</artifactId>
<version>1.11.2</version>
<version>1.11.8</version>
</dependency>
<dependency>
<groupId>org.easymock</groupId>
Expand Down

0 comments on commit 736d48c

Please sign in to comment.