Skip to content

Commit

Permalink
Don't Specify Wildcard Package OSGi Version for MicroProfile Rest Cli…
Browse files Browse the repository at this point in the history
…ent (#5237)

* Don't specify wildcard package OSGi version for mp rest client

Signed-off-by: Andrew Pielage <[email protected]>
  • Loading branch information
Pandrex247 authored Jan 25, 2023
1 parent b045db5 commit 65f3a72
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions ext/microprofile/mp-rest-client/pom.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<!--
Copyright (c) 2019, 2022 Oracle and/or its affiliates. All rights reserved.
Copyright (c) 2019, 2023 Oracle and/or its affiliates. All rights reserved.
This program and the accompanying materials are made available under the
terms of the Eclipse Public License v. 2.0, which is available at
Expand Down Expand Up @@ -114,7 +114,6 @@
<Import-Package>
${cdi.osgi.version},
jakarta.decorator.*;version="[3.0,5)",
org.eclipse.microprofile.rest.client.*;version="[3.0,4)",
org.eclipse.microprofile.config.*;version="!",
*
</Import-Package>
Expand All @@ -125,4 +124,4 @@
</plugins>
</build>

</project>
</project>

0 comments on commit 65f3a72

Please sign in to comment.