提交 053e8e7b 编写于 作者: K kohsuke

Upgraded JNA to 3.0.9 to support installation as a service on 64bit Windows.

    (<a href="http://www.nabble.com/error-installing-hudson-as-a-windows-service-tt21378003.html">report</a>)


git-svn-id: https://hudson.dev.java.net/svn/hudson/trunk/hudson/main@14321 71c3de6d-444a-0410-be80-ed276b4c234a
上级 9bfced32
......@@ -563,6 +563,11 @@
<type>exe</type>
<scope>provided</scope><!-- this isn't really a dependency that Maven should care about, so putting 'provided' -->
</dependency>
<dependency>
<groupId>net.java.dev.jna</groupId>
<artifactId>jna</artifactId>
<version>3.0.9</version>
</dependency>
<!-- offline profiler API to put in the classpath if we need it -->
<!--dependency>
<groupId>com.yourkit.api</groupId>
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册