addc-svr-iiop
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>com.addc</groupId>
<artifactId>addc-svr-iiop</artifactId>
<version>2.8.3</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/maven-v4_0_0.xsd">
<parent>
<artifactId>addc-server</artifactId>
<groupId>com.addc</groupId>
<version>2.8.3</version>
<relativePath>../addc-server</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>addc-svr-iiop</artifactId>
<name>addc-svr-iiop</name>
<description>Classes required for running an IIOP or SSLIOP protocol Services</description>
<url>http://www.peterkanis.com/projects/${project.artifactId}</url>
<properties>
<surefireArgLine>-Dendorsed-dirs=${project.build.directory}/endorsed</surefireArgLine>
</properties>
<build>
<plugins>
<plugin>
<artifactId>maven-surefire-plugin</artifactId>
<configuration>
<forkCount>1</forkCount>
<reuseForks>false</reuseForks>
<argLine>-Djava.endorsed.dirs=${project.build.directory}/endorsed</argLine>
</configuration>
</plugin>
</plugins>
</build>
<dependencies>
<dependency>
<groupId>com.addc</groupId>
<artifactId>addc-iiop</artifactId>
</dependency>
<dependency>
<groupId>com.addc</groupId>
<artifactId>addc-security</artifactId>
</dependency>
<dependency>
<groupId>com.addc</groupId>
<artifactId>addc-ssl</artifactId>
</dependency>
<dependency>
<groupId>com.addc</groupId>
<artifactId>addc-svr-base</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>com.addc</groupId>
<artifactId>addc-svr-monitor</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>com.addc</groupId>
<artifactId>addc-svr-security</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>com.addc</groupId>
<artifactId>seshat-jndi</artifactId>
</dependency>
<dependency>
<groupId>org.snmp4j</groupId>
<artifactId>snmp4j</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>javax.mail</groupId>
<artifactId>mail</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.jacorb</groupId>
<artifactId>jacorb</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>com.addc</groupId>
<artifactId>addc-test</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>com.addc</groupId>
<artifactId>addc-iiop</artifactId>
<classifier>tests</classifier>
<scope>test</scope>
</dependency>
</dependencies>
</project>