scim-provisioning
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency> <groupId>org.wso2.is</groupId> <artifactId>scim-provisioning</artifactId> <version>5.11.0-m33</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"> <parent> <groupId>org.wso2.is</groupId> <artifactId>wso2is-identity-samples-scim</artifactId> <version>5.11.0-m33</version> <relativePath>../pom.xml</relativePath> </parent> <modelVersion>4.0.0</modelVersion> <artifactId>scim-provisioning</artifactId> <dependencies> <dependency> <groupId>org.wso2.charon</groupId> <artifactId>org.wso2.charon.core</artifactId> </dependency> <dependency> <groupId>org.apache.axis2.wso2</groupId> <artifactId>axis2-client</artifactId> </dependency> </dependencies> </project>