Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
themeEclipse
languagehtml/xml
linenumberstrue
<dependencies>
	<dependency>
		<groupId>org.opennaas</groupId>
		<artifactId>org.opennaas.core.resources</artifactId>
	</dependency>
	<dependency>
		<groupId>org.opennaas</groupId>
		<artifactId>org.opennaas.extensions.router.repository</artifactId>
	</dependency>
	<dependency>
		<groupId>org.opennaas</groupId>
		<artifactId>org.opennaas.extensions.router.model</artifactId>
	</dependency>
	<dependency>
		<groupId>org.opennaas</groupId>
		<artifactId>org.opennaas.extensions.queuemanager</artifactId>
	</dependency>
	<dependency>
		<groupId>org.opennaas</groupId>
		<artifactId>org.opennaas.extensions.router.capability</artifactId>
	</dependency>
	<dependency>
		<groupId>org.opennaas</groupId>
		<artifactId>org.opennaas.extensions.router.actionsets.junos</artifactId>
	</dependency>
	<dependency>
		<groupId>org.opennaas.itests</groupId>
		<artifactId>org.opennaas.itests.helpers</artifactId>
	</dependency>		
	<dependency>
		<groupId>net.i2cat.netconf</groupId>
		<artifactId>netconf4j</artifactId>
	</dependency>
</dependencies>

 

Pax-Exam Containers

Even thought in OpenNaaS we deploy our platform to run the tests, Pax-Exam 2.x provides three different OSGI containers in which you can launch an OSGI framework and install bundles. Native Container is launched in the same JVM as the driver, and Forked Container launch the framework in an isolated JVM. The third option is the Pax Runner Container