Merge pull request #384 from bdenton/master
additional OSGi dependencies
This commit is contained in:
commit
02f93d5d90
|
@ -132,10 +132,10 @@
|
||||||
<configuration>
|
<configuration>
|
||||||
<instructions>
|
<instructions>
|
||||||
<!--<Export-Package>ca.uhn.fhir</Export-Package> <Export-Package>org.hl7.fhir</Export-Package> -->
|
<!--<Export-Package>ca.uhn.fhir</Export-Package> <Export-Package>org.hl7.fhir</Export-Package> -->
|
||||||
<Bundle-SymbolicName>${pom.artifactId}</Bundle-SymbolicName>
|
<Bundle-SymbolicName>${project.artifactId}</Bundle-SymbolicName>
|
||||||
<!--<Embed-Dependency>*;scope=!provided|test</Embed-Dependency> <Embed-Directory>lib</Embed-Directory> <Embed-Transitive>true</Embed-Transitive> -->
|
<!--<Embed-Dependency>*;scope=!provided|test</Embed-Dependency> <Embed-Directory>lib</Embed-Directory> <Embed-Transitive>true</Embed-Transitive> -->
|
||||||
<_nouses>true</_nouses>
|
<_nouses>true</_nouses>
|
||||||
<_removeheaders>Built-By, Include-Resource, Private-Package</_removeheaders>
|
<_removeheaders>Built-By, Include-Resource, Private-Package, Require-Capability</_removeheaders>
|
||||||
<!-- <Private-Package>org.foo.myproject.*</Private-Package> <Bundle-Activator>org.foo.myproject.impl1.Activator</Bundle-Activator> -->
|
<!-- <Private-Package>org.foo.myproject.*</Private-Package> <Bundle-Activator>org.foo.myproject.impl1.Activator</Bundle-Activator> -->
|
||||||
<!-- <Embed-Dependency>*;scope=compile|runtime;inline=false;artifactId=hapi-fhir-*</Embed-Dependency> -->
|
<!-- <Embed-Dependency>*;scope=compile|runtime;inline=false;artifactId=hapi-fhir-*</Embed-Dependency> -->
|
||||||
<Import-Package>
|
<Import-Package>
|
||||||
|
@ -146,6 +146,7 @@
|
||||||
com.google.*;resolution:=optional;-remove-attribute:=version,
|
com.google.*;resolution:=optional;-remove-attribute:=version,
|
||||||
com.phloc.commons;resolution:=optional;-remove-attribute:=version,
|
com.phloc.commons;resolution:=optional;-remove-attribute:=version,
|
||||||
com.phloc.*;resolution:=optional;-remove-attribute:=version,
|
com.phloc.*;resolution:=optional;-remove-attribute:=version,
|
||||||
|
javassist;-remove-attribute:=version,
|
||||||
javax.*;-remove-attribute:=version,
|
javax.*;-remove-attribute:=version,
|
||||||
net.sf.saxon;resolution:=optional,
|
net.sf.saxon;resolution:=optional,
|
||||||
org.apache.commons.*;-remove-attribute:=version,
|
org.apache.commons.*;-remove-attribute:=version,
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
package ca.uhn.fhir.osgi.impl;
|
package ca.uhn.fhir.osgi;
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* #%L
|
* #%L
|
||||||
|
@ -31,8 +31,6 @@ import org.slf4j.Logger;
|
||||||
import org.slf4j.LoggerFactory;
|
import org.slf4j.LoggerFactory;
|
||||||
|
|
||||||
import ca.uhn.fhir.context.FhirContext;
|
import ca.uhn.fhir.context.FhirContext;
|
||||||
import ca.uhn.fhir.osgi.FhirConfigurationException;
|
|
||||||
import ca.uhn.fhir.osgi.FhirServer;
|
|
||||||
import ca.uhn.fhir.rest.server.RestfulServer;
|
import ca.uhn.fhir.rest.server.RestfulServer;
|
||||||
|
|
||||||
/**
|
/**
|
Loading…
Reference in New Issue