Skip to content

Commit acd36ab

Browse files
author
Steve Powell
committed
Update Test template for Maven bundle
1 parent 0a77bcb commit acd36ab

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

bundlorTestTemplate.mf

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ Bundle-Name: ${bundle.name}
44
Bundle-Vendor: SpringSource
55
Bundle-Version: ${impl.version}
66
Import-Template:
7-
org.apache.commons.io.*;version="[1.4,2)",
8-
org.apache.commons.cli.*;version="[1.2,2)",
7+
org.apache.commons.io.*;version="[1.2,2)",
8+
org.apache.commons.cli.*;version="[1.1,2)",
99
com.rabbitmq.*;version="${impl.version:[=.=.=,=.+1)}",
1010
junit.*;version="[4,5)",
1111
javax.*;version=0

0 commit comments

Comments
 (0)