org.jresearch.flexess.umi.internal
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>org.jresearch.flexess.umi</groupId>
<artifactId>org.jresearch.flexess.umi.internal</artifactId>
<version>1.3.30</version>
</dependency><?xml version="1.0" encoding="UTF-8"?>
<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<modelVersion>4.0.0</modelVersion>
<groupId>org.jresearch.flexess.umi</groupId>
<artifactId>org.jresearch.flexess.umi.internal</artifactId>
<version>1.3.30</version>
<name>Flexess: User Management Integration (UMI) internal implementation</name>
<description>Flexess. POM for integration with user management systems</description>
<url>https://bitbucket.org/JRS/client/org.jresearch.flexess.umi.internal</url>
<licenses>
<license>
<name>The Apache License, Version 2.0</name>
<url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
</license>
</licenses>
<developers>
<developer>
<id>stas</id>
<name>Stanislav Spiridonov</name>
<email>stas@jresearch.org</email>
<timezone>GMT+1</timezone>
</developer>
<developer>
<id>cathy</id>
<name>Ekaterina Gorshkova</name>
<email>ekaterina.gorshkova@jresearchsoft.com</email>
<timezone>GMT+1</timezone>
</developer>
<developer>
<id>bel</id>
<name>Dmitry Belov</name>
<email>bel@jresearch.org</email>
<timezone>GMT+1</timezone>
</developer>
</developers>
<scm>
<connection>scm:hg:https://foal@bitbucket.org/JRS/client/org.jresearch.flexess.umi.internal</connection>
<developerConnection>scm:hg:ssh://hg@bitbucket.org/JRS/client/org.jresearch.flexess.umi.internal</developerConnection>
<tag>1.3.30</tag>
<url>https://bitbucket.org/JRS/client/org.jresearch.flexess.umi.internal</url>
</scm>
<dependencies>
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-beans</artifactId>
<version>4.3.8.RELEASE</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-tx</artifactId>
<version>4.3.8.RELEASE</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>com.google.guava</groupId>
<artifactId>guava</artifactId>
<version>21.0</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>org.jresearch.commons.base.resources</groupId>
<artifactId>org.jresearch.commons.base.resources.api</artifactId>
<version>1.0.30</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>org.jresearch.commons.base.resources</groupId>
<artifactId>org.jresearch.commons.base.resources.impl</artifactId>
<version>1.0.30</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>org.jresearch.flexess.umi</groupId>
<artifactId>org.jresearch.flexess.umi.api</artifactId>
<version>1.3.30</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>org.jresearch.flexess.umi</groupId>
<artifactId>org.jresearch.flexess.umi.model</artifactId>
<version>1.3.30</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-api</artifactId>
<version>1.7.25</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-context</artifactId>
<version>4.3.8.RELEASE</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-test</artifactId>
<version>4.3.8.RELEASE</version>
<scope>compile</scope>
</dependency>
</dependencies>
<build>
<plugins>
<plugin>
<groupId>org.sonatype.plugins</groupId>
<artifactId>nexus-staging-maven-plugin</artifactId>
<version>1.6.8</version>
<extensions>true</extensions>
</plugin>
</plugins>
</build>
</project>