Files
sailing-analytics/java/com.sap.sse.replication/META-INF/MANIFEST.MF
T
Steffen Schaefer dfa652040e Bug 4963: Activated shiro in com.sap.sse.replication to be able to
implemen permission checks in ReplicationServlet/ReplicationServiceImpl
2019-04-03 10:29:41 +02:00

32 lines
1.1 KiB
Plaintext

Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: Server Replication
Bundle-SymbolicName: com.sap.sse.replication
Bundle-Version: 1.0.0.qualifier
Bundle-Activator: com.sap.sse.replication.impl.Activator
Bundle-Vendor: SAP
Bundle-RequiredExecutionEnvironment: JavaSE-1.8
Bundle-ActivationPolicy: lazy
Export-Package: com.sap.sse.replication.impl
Require-Bundle: com.sap.sse.common,
com.sap.sse.operationaltransformation,
com.sap.sse,
lz4-java;bundle-version="1.3.0",
org.apache.commons.lang,
com.sap.sse.replication.interfaces;bundle-version="1.0.0",
org.json.simple,
com.sap.sse.security,
com.sap.sse.security.common,
com.sap.sse.security.interface,
org.apache.shiro.core,
org.apache.shiro.web
Bundle-ClassPath: .
Comment: The Web-ContextPath is referred to by ReplicationMasterDescriptorImpl.REPLICATION_SERVLET
Web-ContextPath: /replication
Import-Package: com.rabbitmq.client;version="2.8.4",
javax.servlet;version="2.6.0",
javax.servlet.http;version="2.6.0",
org.osgi.framework;version="1.6.0",
org.osgi.util.tracker;version="1.5.0"
Automatic-Module-Name: com.sap.sse.replication