Skip to content

Commit

Permalink
NMS-16991: Correct mapstruct version
Browse files Browse the repository at this point in the history
  • Loading branch information
Chandra Gorantla authored and Chandra Gorantla committed Dec 23, 2024
1 parent a059cdf commit fef0044
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion container/features/src/main/resources/features.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2032,7 +2032,7 @@
<feature name="opennms-grpc-exporter" description="OpenNMS :: Grpc :: Exporter" version="${project.version}">
<feature version="${opennmsApiVersion}" dependency="true">opennms-integration-api</feature>
<bundle>mvn:com.google.protobuf/protobuf-java/${protobufVersion}</bundle>
<bundle>mvn:org.mapstruct/mapstruct/${mapstruct.version}</bundle>
<bundle>mvn:org.mapstruct/mapstruct/${mapstructVersion}</bundle>
<bundle>mvn:org.opennms.core.grpc/org.opennms.core.grpc.osgi/${project.version}</bundle>
<bundle>mvn:org.opennms.features.grpc/org.opennms.features.grpc.exporter/${project.version}</bundle>
</feature>
Expand Down

0 comments on commit fef0044

Please sign in to comment.