impex
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>org.kuali.common</groupId>
<artifactId>impex</artifactId>
<version>2.1.7</version>
</dependency><!--
Copyright 2004-2013 The Kuali Foundation
Licensed under the Educational Community License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.opensource.org/licenses/ecl2.php
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
-->
<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">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>org.kuali.pom</groupId>
<artifactId>kuali-common</artifactId>
<version>2.3.24</version>
</parent>
<groupId>org.kuali.common</groupId>
<artifactId>impex</artifactId>
<version>2.1.7</version>
<packaging>pom</packaging>
<name>Impex</name>
<description>
The Kuali Impex tooling provides assistance with importing/exporting data from relational databases.
</description>
<properties>
<!-- The test-javadoc report is throwing a NullPointerException -->
<kuali.javadoc.report.2>javadoc</kuali.javadoc.report.2>
<spring.version>3.2.0.RELEASE</spring.version>
<junit.version>4.10</junit.version>
<slf4j.version>1.6.4</slf4j.version>
<mysql.version>5.1.22</mysql.version>
<oracle.version>11.2.0.2</oracle.version>
<kuali-threads.version>1.0.10</kuali-threads.version>
<kuali.release.arguments>-DskipTests -Pkuali-release -Dmaven.javadoc.skip=true</kuali.release.arguments>
</properties>
<developers>
<developer>
<id>jcaddel</id>
<name>Jeff Caddel</name>
<email>jcaddel@kuali.org</email>
<organization>rSmart</organization>
<timezone>-7</timezone>
</developer>
</developers>
<url>http://${kuali.site.hostname}/common/impex/${project.version}</url>
<modules>
<module>torque-templates</module>
<module>torque-generator</module>
<module>torque-executor</module>
</modules>
<dependencyManagement>
<dependencies>
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<version>${junit.version}</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-api</artifactId>
<version>${slf4j.version}</version>
</dependency>
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>jcl-over-slf4j</artifactId>
<version>${slf4j.version}</version>
</dependency>
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-log4j12</artifactId>
<version>${slf4j.version}</version>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>org.kuali.common</groupId>
<artifactId>kuali-threads</artifactId>
<version>${kuali-threads.version}</version>
</dependency>
</dependencies>
</dependencyManagement>
<dependencies>
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
</dependency>
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-api</artifactId>
</dependency>
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>jcl-over-slf4j</artifactId>
</dependency>
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-log4j12</artifactId>
</dependency>
</dependencies>
<build>
</build>
<scm>
<connection>scm:svn:https://svn.kuali.org/repos/foundation/tags/impex-2.1.7</connection>
<developerConnection>scm:svn:https://svn.kuali.org/repos/foundation/tags/impex-2.1.7</developerConnection>
<url>https://svn.kuali.org/repos/foundation/tags/impex-2.1.7</url>
</scm>
</project>