Title: [41370] trunk/hudson/plugins/vncrecorder/pom.xml: added log4j dependency
Revision
41370
Author
tbaum
Date
2015-08-19 06:36:09 -0400 (Wed, 19 Aug 2015)

Log Message

added log4j dependency

Modified Paths


Diff

Modified: trunk/hudson/plugins/vncrecorder/pom.xml (41369 => 41370)


--- trunk/hudson/plugins/vncrecorder/pom.xml	2015-08-03 11:46:10 UTC (rev 41369)
+++ trunk/hudson/plugins/vncrecorder/pom.xml	2015-08-19 10:36:09 UTC (rev 41370)
@@ -1,4 +1,5 @@
-<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">
+<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>
 	<parent>
 		<groupId>org.jenkins-ci.plugins</groupId>
@@ -41,11 +42,20 @@
 			<email>dim.tb...@gmail.com</email>
 		</developer>
 	</developers>
- <scm>
-    <connection>scm:svn:https://svn.jenkins-ci.org/trunk/hudson/plugins/vncrecorder</connection>
-    <developerConnection>scm:svn:https://svn.jenkins-ci.org/trunk/hudson/plugins/vncrecorder</developerConnection>
-    <url>https://svn.jenkins-ci.org/trunk/hudson/plugins/vncrecorder</url>
-  </scm>
-<url>http://wiki.jenkins-ci.org/display/JENKINS/VncRecorder+Plugin</url>
+
+	<dependencies>
+		<dependency>
+			<groupId>log4j</groupId>
+			<artifactId>log4j</artifactId>
+			<version>1.2.17</version>
+		</dependency>
+
+	</dependencies>
+	<scm>
+		<connection>scm:svn:https://svn.jenkins-ci.org/trunk/hudson/plugins/vncrecorder</connection>
+		<developerConnection>scm:svn:https://svn.jenkins-ci.org/trunk/hudson/plugins/vncrecorder</developerConnection>
+		<url>https://svn.jenkins-ci.org/trunk/hudson/plugins/vncrecorder</url>
+	</scm>
+	<url>http://wiki.jenkins-ci.org/display/JENKINS/VncRecorder+Plugin</url>
 	<name>VncRecorder Plugin</name>
 </project>

--
You received this message because you are subscribed to the Google Groups "Jenkins Commits" group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-commits+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to