提交 9884aa56 编写于 作者: K kohsuke

updating POM to pick up jelly/jexl from java.net m2 repo with v4 POM


git-svn-id: https://hudson.dev.java.net/svn/hudson/trunk/hudson/main@5391 71c3de6d-444a-0410-be80-ed276b4c234a
上级 1245a4cd
......@@ -334,19 +334,19 @@
<version>1.1</version>
</dependency>
<dependency>
<groupId>commons-jelly</groupId>
<groupId>org.jvnet.hudson</groupId>
<artifactId>commons-jelly-tags-define</artifactId>
<version>1.0.1-hudson-20061106</version>
<version>1.0.1-hudson-20071021</version>
</dependency>
<dependency>
<groupId>commons-jexl</groupId>
<groupId>org.jvnet.hudson</groupId>
<artifactId>commons-jexl</artifactId>
<version>1.1-hudson-20061106</version>
<version>1.1-hudson-20071021</version>
</dependency>
<dependency>
<groupId>commons-jelly</groupId>
<groupId>org.jvnet.hudson</groupId>
<artifactId>commons-jelly</artifactId>
<version>1.1-hudson-20070821</version>
<version>1.1-hudson-20071021</version>
</dependency>
<dependency>
<groupId>groovy</groupId>
......@@ -364,7 +364,7 @@
<version>3.8</version>
</dependency>
<dependency><!-- needed by Jelly -->
<groupId>jstl</groupId>
<groupId>javax.servlet</groupId>
<artifactId>jstl</artifactId>
<version>1.1.0</version>
</dependency>
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册