[HepData-svn] r1645 - trunk/hepdata-webapp

blackhole at projects.hepforge.org blackhole at projects.hepforge.org
Mon Oct 7 15:11:32 BST 2013


Author: whalley
Date: Mon Oct  7 15:11:32 2013
New Revision: 1645

Log:
updating pom file for added dependency

Modified:
   trunk/hepdata-webapp/pom.xml

Modified: trunk/hepdata-webapp/pom.xml
==============================================================================
--- trunk/hepdata-webapp/pom.xml	Tue Oct  1 16:51:27 2013	(r1644)
+++ trunk/hepdata-webapp/pom.xml	Mon Oct  7 15:11:32 2013	(r1645)
@@ -40,7 +40,7 @@
         <!-- Jetty7: unstable -->
         <!-- <artifactId>jetty-maven-plugin</artifactId> -->
         <configuration>
-          <contextPath>/h3test</contextPath>
+          <contextPath>/h8test</contextPath>
           <!-- <scanIntervalSeconds>10</scanIntervalSeconds> -->
           <requestLog implementation="org.mortbay.jetty.NCSARequestLog">
             <append>true</append>
@@ -112,6 +112,14 @@
   </build>
 
   <dependencies>
+
+    <dependency>
+      <groupId>org.apache.httpcomponents</groupId>
+      <artifactId>httpclient</artifactId>
+      <version>4.1.3</version>
+      <scope>compile</scope>
+    </dependency>
+
     <!-- CEDAR -->
     <dependency>
       <groupId>cedar.hepdata</groupId>
@@ -286,7 +294,7 @@
     </repository>
     <repository>
       <id>CEDAR</id>
-      <url>http://www.cedar.ac.uk/maven2</url>
+      <url>http://www.hepforge.org/maven2</url>
     </repository>
     <repository>
       <id>ApacheSnapshots</id>


More information about the HepData-svn mailing list