basher-yourkit
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>net.sourceforge.basher</groupId>
<artifactId>basher-yourkit</artifactId>
<version>0.1</version>
</dependency><!--
~ Licensed under the Apache 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.apache.org/licenses/LICENSE-2.0
~
~ 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>
<artifactId>basher-yourkit</artifactId>
<packaging>jar</packaging>
<name>Basher YourKit Integration</name>
<version>0.1</version>
<url>http://basher.sourceforge.net/basher-yourkit/LATEST</url>
<parent>
<groupId>net.sourceforge.basher</groupId>
<artifactId>basher-root-pom</artifactId>
<version>1.0.10</version>
</parent>
<description>Integrates control of YourKit into the Basher framework</description>
<distributionManagement>
<site>
<id>sourceforge.net</id>
<url>scpexe://shell.sourceforge.net/home/groups/b/ba/basher/htdocs/basher-yourkit/${project.version}</url>
</site>
</distributionManagement>
<scm>
<connection>scm:svn:https://basher.svn.sourceforge.net/svnroot/basher/basher-yourkit/tags/basher-yourkit-0.1</connection>
<developerConnection>scm:svn:https://basher.svn.sourceforge.net/svnroot/basher/basher-yourkit/tags/basher-yourkit-0.1
</developerConnection>
<url>http://basher.svn.sourceforge.net/viewvc/basher/basher-yourkit/tags/basher-yourkit-0.1</url>
</scm>
<properties>
<currentVersion>${project.version}</currentVersion>
<yourkit.installation.directory>/usr/local/yjp/</yourkit.installation.directory>
<basher.version>1.0.11</basher.version>
</properties>
<dependencies>
<dependency>
<groupId>net.sourceforge.basher</groupId>
<artifactId>basher-framework</artifactId>
<version>${basher.version}</version>
</dependency>
<dependency>
<groupId>com.yourkit</groupId>
<artifactId>yourkit</artifactId>
<version>1.0</version>
<scope>system</scope>
<systemPath>${yourkit.installation.directory}/lib/yjp-controller-api-redist.jar</systemPath>
</dependency>
<dependency>
<groupId>commons-logging</groupId>
<artifactId>commons-logging</artifactId>
<version>1.0.4</version>
</dependency>
<dependency>
<groupId>org.easymock</groupId>
<artifactId>easymock</artifactId>
<version>2.5.2</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.easymock</groupId>
<artifactId>easymockclassextension</artifactId>
<version>2.4</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<version>4.6</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>junit-addons</groupId>
<artifactId>junit-addons</artifactId>
<version>1.4</version>
<scope>test</scope>
</dependency>
</dependencies>
</project>