es.prodevelop.pui9.common.bo
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>es.prodevelop</groupId>
<artifactId>es.prodevelop.pui9.common.bo</artifactId>
<version>3.0.6</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> <artifactId>es.prodevelop.pui9.common.bo</artifactId> <packaging>jar</packaging> <name>PUI9 Common BO</name> <description>Business layer for base tables of PUI9</description> <parent> <groupId>es.prodevelop</groupId> <artifactId>es.prodevelop.pui9.pui_common</artifactId> <version>3.0.6</version> </parent> <dependencies> <dependency> <groupId>es.prodevelop</groupId> <artifactId>es.prodevelop.pui9.common.dao</artifactId> </dependency> <dependency> <groupId>es.prodevelop</groupId> <artifactId>es.prodevelop.pui9.services</artifactId> </dependency> <dependency> <groupId>org.springframework.security</groupId> <artifactId>spring-security-web</artifactId> </dependency> <dependency> <groupId>org.springframework.security</groupId> <artifactId>spring-security-ldap</artifactId> </dependency> <dependency> <groupId>io.jsonwebtoken</groupId> <artifactId>jjwt-api</artifactId> </dependency> <dependency> <groupId>io.jsonwebtoken</groupId> <artifactId>jjwt-impl</artifactId> </dependency> <dependency> <groupId>io.jsonwebtoken</groupId> <artifactId>jjwt-gson</artifactId> </dependency> <dependency> <groupId>dev.samstevens.totp</groupId> <artifactId>totp</artifactId> </dependency> <dependency> <groupId>com.github.librepdf</groupId> <artifactId>openpdf</artifactId> </dependency> </dependencies> </project>