websight-fragments-registry
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency> <groupId>pl.ds.websight</groupId> <artifactId>websight-fragments-registry</artifactId> <version>1.0.2</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> <groupId>pl.ds.websight</groupId> <artifactId>websight-bundle-parent</artifactId> <version>4</version> <relativePath /> </parent> <artifactId>websight-fragments-registry</artifactId> <version>1.0.2</version> <name>WebSight Fragments Registry</name> <description>Fragment Registry is a module responsible for bundles state validation. If some bundles is missing or not active, then its functionality (ex. Groovy Console) is removed from user interface. This module provides backend service.</description> <url>https://github.com/DS-WebSight/websight-fragments-registry</url> <organization> <name>Dynamic Solutions sp. z o.o. sp. k.</name> <url>https://ds.pl</url> </organization> <licenses> <license> <name>GNU Affero General Public License v3.0</name> <url>https://github.com/DS-WebSight/websight-fragments-registry/blob/master/LICENSE</url> </license> </licenses> <developers> <developer> <name>Michal Cukierman</name> <email>michal.cukierman@ds.pl</email> <organization>Dynamic Solutions</organization> <organizationUrl>https://www.ds.pl/</organizationUrl> </developer> </developers> <scm> <connection>scm:git:ssh://github.com:DS-WebSight/websight-fragments-registry.git</connection> <developerConnection>scm:git:ssh://github.com:DS-WebSight/websight-fragments-registry.git</developerConnection> <url>https://github.com/DS-WebSight/websight-fragments-registry</url> <tag>1.0.2</tag> </scm> <dependencies> <dependency> <groupId>org.osgi</groupId> <artifactId>org.osgi.service.component.annotations</artifactId> </dependency> <dependency> <groupId>pl.ds.websight</groupId> <artifactId>websight-rest-framework</artifactId> <version>1.0.2</version> <scope>provided</scope> </dependency> <dependency> <groupId>pl.ds.websight</groupId> <artifactId>websight-request-parameters-support</artifactId> <version>1.0.1</version> <scope>provided</scope> </dependency> <dependency> <groupId>org.apache.sling</groupId> <artifactId>org.apache.sling.api</artifactId> <version>2.18.4</version> <scope>provided</scope> </dependency> <dependency> <groupId>org.apache.sling</groupId> <artifactId>org.apache.sling.models.api</artifactId> <version>1.3.8</version> <scope>provided</scope> </dependency> <dependency> <groupId>javax.validation</groupId> <artifactId>validation-api</artifactId> <version>2.0.1.Final</version> <scope>provided</scope> </dependency> <dependency> <groupId>org.slf4j</groupId> <artifactId>slf4j-api</artifactId> <version>1.7.25</version> <scope>provided</scope> </dependency> <dependency> <groupId>org.osgi</groupId> <artifactId>org.osgi.annotation.versioning</artifactId> </dependency> </dependencies> <build> <plugins> <plugin> <groupId>biz.aQute.bnd</groupId> <artifactId>bnd-baseline-maven-plugin</artifactId> <configuration> <skip>true</skip> </configuration> </plugin> </plugins> </build> </project>