pre-processor
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>io.mosip.registrationprocessor</groupId>
<artifactId>pre-processor</artifactId>
<version>1.3.1-rc.1</version>
</dependency><?xml version="1.0"?>
<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>
<packaging>pom</packaging>
<parent>
<groupId>io.mosip.registrationprocessor</groupId>
<artifactId>registration-processor</artifactId>
<version>1.3.1-rc.1</version>
</parent>
<version>1.3.1-rc.1</version>
<artifactId>pre-processor</artifactId>
<name>pre-processor</name>
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
</properties>
<modules>
<module>registration-processor-packet-validator-stage</module>
<module>registration-processor-cmd-validator-stage</module>
<module>registration-processor-operator-validator-stage</module>
<module>registration-processor-supervisor-validator-stage</module>
<module>registration-processor-introducer-validator-stage</module>
<module>registration-processor-packet-uploader-stage</module>
<module>registration-processor-quality-classifier-stage</module>
<module>registration-processor-securezone-notification-stage</module>
<module>registration-processor-packet-classifier-stage</module>
</modules>
</project>