| Manifest-Version: 1.0 |
| Bundle-ManifestVersion: 2 |
| Bundle-Name: OSEE Disposition REST Test (Incubation) |
| Bundle-SymbolicName: org.eclipse.osee.disposition.rest.test;singleton:=true |
| Bundle-ActivationPolicy: lazy |
| Bundle-Version: 0.26.0.qualifier |
| Bundle-RequiredExecutionEnvironment: JavaSE-1.8 |
| Bundle-Vendor: Eclipse Open System Engineering Environment |
| Fragment-Host: org.eclipse.osee.disposition.rest |
| Require-Bundle: org.hamcrest.core, |
| org.mockito;visibility:=reexport |
| Import-Package: com.fasterxml.jackson.databind, |
| org.apache.cxf.jaxrs.impl, |
| org.eclipse.osee.framework.core.executor, |
| org.junit, |
| org.junit.rules, |
| org.junit.runner, |
| org.junit.runners, |
| org.osgi.service.event |