提交 3fc787d4 编写于 作者: K kohsuke

was experimenting with YJP to observe the start up performance

git-svn-id: https://hudson.dev.java.net/svn/hudson/trunk/hudson/main@11809 71c3de6d-444a-0410-be80-ed276b4c234a
上级 c36eac6c
......@@ -330,9 +330,9 @@
<version>2.7.6</version>
</dependency>
<dependency>
<groupId>com.thoughtworks.xstream</groupId>
<groupId>org.jvnet.hudson</groupId>
<artifactId>xstream</artifactId>
<version>1.3</version>
<version>1.3-hudson-1</version>
</dependency>
<dependency>
<groupId>jfree</groupId>
......@@ -560,6 +560,14 @@
</exclusion>
</exclusions>
</dependency>
<!-- offline profiler API to put in the classpath if we need it -->
<!--dependency>
<groupId>com.yourkit.api</groupId>
<artifactId>yjp</artifactId>
<version>dontcare</version>
<scope>system</scope>
<systemPath>/usr/local/yjp/lib/yjp.jar</systemPath>
</dependency-->
</dependencies>
</project>
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册