All Downloads are FREE. Search and download functionalities are using the official Maven repository.

META-INF.maven.com.eurodyn.qlack2.fuse.qlack2-fuse-settings-shell.pom.xml Maven / Gradle / Ivy

There is a newer version: 2.3.18
Show newest version
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
	<modelVersion>4.0.0</modelVersion>

	<parent>
		<groupId>com.eurodyn.qlack2.fuse</groupId>
		<artifactId>qlack2-fuse-settings</artifactId>
		<version>2.2.2</version>
		<relativePath>..</relativePath>
	</parent>

	<artifactId>qlack2-fuse-settings-shell</artifactId>
	<packaging>bundle</packaging>

	<build>
		<plugins>
			<plugin>
				<groupId>org.apache.felix</groupId>
				<artifactId>maven-bundle-plugin</artifactId>
				<configuration>
					<instructions>
						<Bundle-Description>QLACK2 :: Fuse :: Settings :: shell</Bundle-Description>
						<Karaf-Commands>*</Karaf-Commands>
					</instructions>
				</configuration>
			</plugin>
		</plugins>
	</build>

	<dependencies>
		<dependency>
			<groupId>com.eurodyn.qlack2.common</groupId>
			<artifactId>qlack2-common-util</artifactId>
		</dependency>
		<dependency>
			<groupId>com.eurodyn.qlack2.fuse</groupId>
			<artifactId>qlack2-fuse-settings-api</artifactId>
			<version>2.2.2</version>
		</dependency>
		<dependency>
			<groupId>org.osgi</groupId>
			<artifactId>org.osgi.core</artifactId>
			<version>${osgi.version}</version>
		</dependency>
		<dependency>
			<groupId>org.osgi</groupId>
			<artifactId>org.osgi.compendium</artifactId>
			<version>${osgi.version}</version>
		</dependency>
		<dependency>
			<groupId>org.apache.karaf.shell</groupId>
			<artifactId>org.apache.karaf.shell.core</artifactId>
			<version>${karaf.version}</version>
		</dependency>
	</dependencies>

</project>




© 2015 - 2024 Weber Informatics LLC | Privacy Policy