이 콘텐츠는 선택한 언어로 제공되지 않습니다.
2.8. Adding Dependent Libraries
		Add a 
MANIFEST.MF file into the META-INF directory, and the following line to add the core Red Hat JBoss Data Virtualization API dependencies for the resource adapter.
	Dependencies: org.jboss.teiid.common-core,org.jboss.teiid.api,javax.api
Dependencies: org.jboss.teiid.common-core,org.jboss.teiid.api,javax.api
		If your resource adapter depends on any other third party .jar, .dll, or .so files they can be placed at the root of the RAR file. If any of these libraries are already available as modules in JBoss EAP, then you can add the module name to the above 
MANIFEST.MF file to specify them as dependencies.