Skip to content

Commit

Permalink
add dependency to IlsaPackage to avoid startup order problems
Browse files Browse the repository at this point in the history
Signed-off-by: Guido Grune <[email protected]>
  • Loading branch information
gg-dim committed Jan 21, 2025
1 parent fe7e778 commit 4b19580
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
@ModuleName("GeoJsonBlackBox")
@UnitQualifiedName("de.jena.ilsa.sensinact.geojson.GeoJsonBlackBox")
@TemplatePath("de.jena.ilsa.sensinact.mmt/transformations/ilsa.qvto")
@Module(packageURIs = { GeojsonPackage.eNS_URI, ProviderPackage.eNS_URI, TOSCommonPackage.eNS_URI })
@Module(packageURIs = { GeojsonPackage.eNS_URI, ProviderPackage.eNS_URI, TOSCommonPackage.eNS_URI, IlsaPackage.eNS_URI })
public final class GeoJsonBlackBox {

@Reference
Expand Down

0 comments on commit 4b19580

Please sign in to comment.