Skip to content

Commit

Permalink
Specifically adding the osgi import org.apache.commons.io.input;versi…
Browse files Browse the repository at this point in the history
…on=[1.4,3)
  • Loading branch information
Nirmal committed Jun 24, 2012
1 parent e5731df commit 955cd54
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/sshj/pom.xml
Expand Up @@ -52,7 +52,7 @@
<test.ssh.keyfile />

<jclouds.osgi.export>org.jclouds.sshj*;version="${project.version}"</jclouds.osgi.export>
<jclouds.osgi.import>org.jclouds*;version="${project.version}",*</jclouds.osgi.import>
<jclouds.osgi.import>org.jclouds*;version="${project.version}",org.apache.commons.io.input;version="[1.4,3)",*</jclouds.osgi.import>
</properties>

<dependencies>
Expand Down

0 comments on commit 955cd54

Please sign in to comment.