profiler-core
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency> <groupId>org.arrahtec</groupId> <artifactId>profiler-core</artifactId> <version>6.1.7</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> <parent> <groupId>org.arrahtec</groupId> <artifactId>profiler</artifactId> <version>6.1.7</version> </parent> <groupId>org.arrahtec</groupId> <artifactId>profiler-core</artifactId> <version>6.1.7</version> <name>profiler-core</name> <url>http://www.arrahtec.org</url> <properties> <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> </properties> <dependencies> <dependency> <groupId>com.github.mpkorstanje</groupId> <artifactId>simmetrics-core</artifactId> <version>3.0.0</version> </dependency> <dependency> <groupId>info.debatty</groupId> <artifactId>java-string-similarity</artifactId> <version>0.13</version> </dependency> <dependency> <groupId>com.opencsv</groupId> <artifactId>opencsv</artifactId> <version>3.5</version> </dependency> <dependency> <groupId>com.itextpdf</groupId> <artifactId>itextpdf</artifactId> <version>5.4.0</version> </dependency> <!-- <dependency> <groupId>javax.sql</groupId> <artifactId>rowset</artifactId> <version>0.0</version> <scope>system</scope> <systemPath>${project.basedir}/lib/rowset.jar</systemPath> </dependency> --> <dependency> <groupId>saxon</groupId> <artifactId>saxon</artifactId> <version>6.5.3</version> </dependency> <!-- JDBC DRIVER --> <dependency> <groupId>org.jumpmind.symmetric.jdbc</groupId> <artifactId>postgresql</artifactId> <version>9.2-1002-jdbc4</version> </dependency> <dependency> <groupId>mysql</groupId> <artifactId>mysql-connector-java</artifactId> <version>5.1.24</version> </dependency> <dependency> <groupId>net.sf.ucanaccess</groupId> <artifactId>ucanaccess</artifactId> <version>3.0.4</version> </dependency> <dependency> <groupId>org.apache.derby</groupId> <artifactId>derby</artifactId> <version>10.12.1.1</version> </dependency> <!-- NON MAVENIZED JDBC JARS <dependency> <groupId>db2jcc4</groupId> <artifactId>db2jcc4</artifactId> <version>0.0</version> <scope>system</scope> <systemPath>${project.basedir}/lib/db2jcc4.jar</systemPath> </dependency> <dependency> <groupId>sqljdbc4</groupId> <artifactId>sqljdbc4</artifactId> <version>0.0</version> <scope>system</scope> <systemPath>${project.basedir}/lib/sqljdbc4.jar</systemPath> </dependency> <dependency> <groupId>ojdbc14</groupId> <artifactId>ojdbc14</artifactId> <version>0.0</version> <scope>system</scope> <systemPath>${project.basedir}/lib/ojdbc14.jar</systemPath> </dependency> <dependency> <groupId>ifxjdbc</groupId> <artifactId>ifxjdbc</artifactId> <version>0.0</version> <scope>system</scope> <systemPath>${project.basedir}/lib/ifxjdbc.jar</systemPath> </dependency> - END OF JDBC DRIVER --> <dependency> <groupId>org.apache.lucene</groupId> <artifactId>lucene-core</artifactId> <version>2.2.0</version> </dependency> <dependency> <groupId>net.sourceforge.jexcelapi</groupId> <artifactId>jxl</artifactId> <version>2.6.12</version> </dependency> <dependency> <groupId>net.sourceforge.jeval</groupId> <artifactId>jeval</artifactId> <version>0.9.4</version> </dependency> <dependency> <groupId>junit</groupId> <artifactId>junit</artifactId> <version>4.11</version> <scope>test</scope> </dependency> <dependency> <groupId>org.apache.commons</groupId> <artifactId>commons-math</artifactId> <version>2.1</version> </dependency> <dependency> <groupId>org.jfree</groupId> <artifactId>jcommon</artifactId> <version>1.0.23</version> </dependency> <dependency> <groupId>org.jfree</groupId> <artifactId>jfreechart</artifactId> <version>1.0.19</version> </dependency> <dependency> <groupId>org.quartz-scheduler</groupId> <artifactId>quartz</artifactId> <version>2.2.1</version> </dependency> <!-- <dependency> <groupId>jdmf</groupId> <artifactId>jdmf</artifactId> <version>0.1</version> <scope>system</scope> <systemPath>${project.basedir}/lib/jdmf-0.1.jar</systemPath> </dependency> --> <dependency> <groupId>com.toedter</groupId> <artifactId>jcalendar</artifactId> <version>1.4</version> </dependency> <!-- <dependency> <groupId>openforecast</groupId> <artifactId>openforecast</artifactId> <version>0.5.0</version> <scope>system</scope> <systemPath>${project.basedir}/lib/openforcast-0.5.0.jar</systemPath> </dependency> --> <dependency> <groupId>org.apache.hadoop</groupId> <artifactId>hadoop-core</artifactId> <version>1.2.1</version> <exclusions> <exclusion> <groupId>hsqldb</groupId> <artifactId>hsqldb</artifactId> </exclusion> </exclusions> </dependency> <!--Dependency for jdmf --> <dependency> <groupId>batik</groupId> <artifactId>batik-xml</artifactId> <version>1.6-1</version> </dependency> <dependency> <groupId>batik</groupId> <artifactId>batik-util</artifactId> <version>1.6-1</version> </dependency> <dependency> <groupId>batik</groupId> <artifactId>batik-swing</artifactId> <version>1.6-1</version> </dependency> <dependency> <groupId>batik</groupId> <artifactId>batik-svggen</artifactId> <version>1.6-1</version> </dependency> <dependency> <groupId>batik</groupId> <artifactId>batik-svg-dom</artifactId> <version>1.6-1</version> </dependency> <dependency> <groupId>batik</groupId> <artifactId>batik-script</artifactId> <version>1.6-1</version> </dependency> <dependency> <groupId>batik</groupId> <artifactId>batik-parser</artifactId> <version>1.6-1</version> </dependency> <dependency> <groupId>batik</groupId> <artifactId>batik-gvt</artifactId> <version>1.6-1</version> </dependency> <dependency> <groupId>batik</groupId> <artifactId>batik-gui-util</artifactId> <version>1.6-1</version> </dependency> <dependency> <groupId>batik</groupId> <artifactId>batik-ext</artifactId> <version>1.6-1</version> </dependency> <dependency> <groupId>batik</groupId> <artifactId>batik-dom</artifactId> <version>1.6-1</version> </dependency> <dependency> <groupId>batik</groupId> <artifactId>batik-css</artifactId> <version>1.6-1</version> </dependency> <dependency> <groupId>batik</groupId> <artifactId>batik-bridge</artifactId> <version>1.6-1</version> </dependency> <dependency> <groupId>batik</groupId> <artifactId>batik-awt-util</artifactId> <version>1.6-1</version> </dependency> </dependencies> <distributionManagement> <snapshotRepository> <id>ossrh</id> <url>https://oss.sonatype.org/content/repositories/snapshots</url> </snapshotRepository> <repository> <id>ossrh</id> <url>https://oss.sonatype.org/service/local/staging/deploy/maven2/</url> </repository> </distributionManagement> </project>