Skip to content

Commit

Permalink
Inject ServiceLocator into XSLTWriterBase
Browse files Browse the repository at this point in the history
  • Loading branch information
namedgraph committed Oct 11, 2023
1 parent dbd380f commit 8d5cb6c
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,7 @@
import org.apache.jena.rdf.model.ModelFactory;
import org.apache.jena.rdf.model.StmtIterator;
import org.apache.jena.riot.RDFLanguages;
import org.glassfish.hk2.api.ServiceLocator;
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;

Expand All @@ -89,6 +90,7 @@ public abstract class XSLTWriterBase extends com.atomgraph.client.writer.XSLTWri
}

@Context SecurityContext securityContext;
@Context ServiceLocator serviceLocator;

@Inject com.atomgraph.linkeddatahub.Application system;
@Inject jakarta.inject.Provider<com.atomgraph.linkeddatahub.apps.model.Application> application;
Expand Down

0 comments on commit 8d5cb6c

Please sign in to comment.