mirror of https://github.com/apache/archiva.git
removed unneeded dependencies
fixed copied data from continuum git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@479651 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
e0c8928faa
commit
759360c0c2
|
@ -33,24 +33,6 @@
|
||||||
<version>${project.version}</version>
|
<version>${project.version}</version>
|
||||||
<type>war</type>
|
<type>war</type>
|
||||||
</dependency>
|
</dependency>
|
||||||
<dependency>
|
|
||||||
<groupId>org.openqa.selenium.client-drivers</groupId>
|
|
||||||
<artifactId>selenium-java-client-driver</artifactId>
|
|
||||||
<version>0.8.1</version>
|
|
||||||
<scope>test</scope>
|
|
||||||
</dependency>
|
|
||||||
<dependency>
|
|
||||||
<groupId>org.openqa.selenium.client-drivers</groupId>
|
|
||||||
<artifactId>selenium-java-client-driver</artifactId>
|
|
||||||
<version>0.8.1</version>
|
|
||||||
<scope>test</scope>
|
|
||||||
</dependency>
|
|
||||||
<dependency>
|
|
||||||
<groupId>org.openqa.selenium.server</groupId>
|
|
||||||
<artifactId>selenium-server</artifactId>
|
|
||||||
<version>0.8.1</version>
|
|
||||||
<scope>test</scope>
|
|
||||||
</dependency>
|
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>org.apache.maven.shared</groupId>
|
<groupId>org.apache.maven.shared</groupId>
|
||||||
<artifactId>maven-web-ui-tests</artifactId>
|
<artifactId>maven-web-ui-tests</artifactId>
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
<?xml version="1.0" encoding="UTF-8"?>
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
<Context path="/continuum"
|
<Context path="/archiva"
|
||||||
docBase="${catalina.base}/webapps/continuum">
|
docBase="${catalina.base}/webapps/archiva">
|
||||||
|
|
||||||
<Resource name="jdbc/users" auth="Container" type="javax.sql.DataSource"
|
<Resource name="jdbc/users" auth="Container" type="javax.sql.DataSource"
|
||||||
username="sa"
|
username="sa"
|
||||||
|
|
Loading…
Reference in New Issue