We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0a77bcb commit acd36abCopy full SHA for acd36ab
bundlorTestTemplate.mf
@@ -4,8 +4,8 @@ Bundle-Name: ${bundle.name}
4
Bundle-Vendor: SpringSource
5
Bundle-Version: ${impl.version}
6
Import-Template:
7
- org.apache.commons.io.*;version="[1.4,2)",
8
- org.apache.commons.cli.*;version="[1.2,2)",
+ org.apache.commons.io.*;version="[1.2,2)",
+ org.apache.commons.cli.*;version="[1.1,2)",
9
com.rabbitmq.*;version="${impl.version:[=.=.=,=.+1)}",
10
junit.*;version="[4,5)",
11
javax.*;version=0
0 commit comments