Skip to content

Commit

Permalink
Fixed bcpkix import versions, and removed jscep's dynamic imports
Browse files Browse the repository at this point in the history
  • Loading branch information
pulasthi7 committed Feb 17, 2015
1 parent 1a72bbc commit 49e8976
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion bcpkix/1.49.0.wso2v2/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@

<properties>
<exp.pkg.version.bcpkix>1.49.0.wso2v2</exp.pkg.version.bcpkix>
<imp.pkg.version.range.bcprov>[1.49.0.wso2v2, 1.50.0.wso2v1)</imp.pkg.version.range.bcprov>
<imp.pkg.version.range.bcprov>[1.49.0.wso2v2, 1.50.0)</imp.pkg.version.range.bcprov>
</properties>

</project>
2 changes: 1 addition & 1 deletion jscep/2.0.2.wso2v2/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,7 @@
<groupId>com.google.code.jscep</groupId>
<artifactId>jscep</artifactId>
<version>2.0.2</version>
<optional>true</optional>
</dependency>
</dependencies>

Expand All @@ -84,7 +85,6 @@
!org.jscep.*,
*;resolution:=optional
</Import-Package>
<DynamicImport-Package>*</DynamicImport-Package>
</instructions>
</configuration>
</plugin>
Expand Down

0 comments on commit 49e8976

Please sign in to comment.