widget-test-2
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>org.ogema.widgets</groupId>
<artifactId>widget-test-2</artifactId>
<version>2.2.1</version>
</dependency><?xml version="1.0" encoding="UTF-8"?>
<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>
<artifactId>widget-apps</artifactId>
<groupId>org.ogema.widgets</groupId>
<version>2.2.1</version>
</parent>
<artifactId>widget-test-2</artifactId>
<packaging>bundle</packaging>
<name>OGEMA Applications :: Widget Test 2</name>
<description>Application for testing widgets triggers with level</description>
<build>
<plugins>
<plugin>
<groupId>org.apache.felix</groupId>
<artifactId>maven-scr-plugin</artifactId>
</plugin>
<plugin>
<groupId>org.apache.felix</groupId>
<artifactId>maven-bundle-plugin</artifactId>
<configuration>
<instructions>
<Require-Capability>
ogema.widgets.extender; filter:="(&(ogema.widgets.extender=pages.whiteboard)(version>=1.0)(!(version>=2.0)))"
</Require-Capability>
</instructions>
</configuration>
</plugin>
</plugins>
</build>
<dependencies>
<dependency>
<groupId>org.osgi</groupId>
<artifactId>org.osgi.core</artifactId>
</dependency>
<dependency>
<groupId>org.osgi</groupId>
<artifactId>org.osgi.compendium</artifactId>
</dependency>
<dependency>
<groupId>org.apache.felix</groupId>
<artifactId>org.apache.felix.scr.annotations</artifactId>
</dependency>
<dependency>
<groupId>org.ogema.core</groupId>
<artifactId>api</artifactId>
</dependency>
<dependency>
<groupId>org.ogema.core</groupId>
<artifactId>models</artifactId>
</dependency>
<dependency>
<groupId>org.ogema.widgets</groupId>
<artifactId>ogema-js-bundle</artifactId>
</dependency>
<dependency>
<groupId>org.ogema.widgets</groupId>
<artifactId>widget-collection</artifactId>
</dependency>
<dependency>
<groupId>org.ogema.widgets</groupId>
<artifactId>widget-experimental</artifactId>
</dependency>
</dependencies>
</project>