Skip to content

Commit

Permalink
Remove database-related stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
rtyley committed Mar 26, 2011
1 parent 6a5bba8 commit 91e1cf4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 46 deletions.
11 changes: 0 additions & 11 deletions gerrit-server/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -58,11 +58,6 @@ limitations under the License.
<artifactId>ehcache-core</artifactId>
</dependency>

<dependency>
<groupId>commons-dbcp</groupId>
<artifactId>commons-dbcp</artifactId>
</dependency>

<dependency>
<groupId>commons-lang</groupId>
<artifactId>commons-lang</artifactId>
Expand Down Expand Up @@ -131,12 +126,6 @@ limitations under the License.
<version>${project.version}</version>
</dependency>

<dependency>
<groupId>com.h2database</groupId>
<artifactId>h2</artifactId>
<scope>test</scope>
</dependency>

<dependency>
<groupId>com.google.code.findbugs</groupId>
<artifactId>jsr305</artifactId>
Expand Down
37 changes: 2 additions & 35 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,6 @@ limitations under the License.
<jettyVersion>7.2.1.v20101111</jettyVersion>
<keyappletVersion>1.0</keyappletVersion>

<gwt.soyc>false</gwt.soyc>

<project.build.sourceEncoding>
UTF-8
</project.build.sourceEncoding>
Expand Down Expand Up @@ -448,18 +446,6 @@ limitations under the License.
<version>1.4</version>
</dependency>

<dependency>
<groupId>commons-dbcp</groupId>
<artifactId>commons-dbcp</artifactId>
<version>1.4</version>
</dependency>

<dependency>
<groupId>commons-pool</groupId>
<artifactId>commons-pool</artifactId>
<version>1.5.4</version>
</dependency>

<dependency>
<groupId>commons-lang</groupId>
<artifactId>commons-lang</artifactId>
Expand Down Expand Up @@ -552,21 +538,9 @@ limitations under the License.
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<version>4.8.1</version>
</dependency>

<dependency>
<groupId>com.h2database</groupId>
<artifactId>h2</artifactId>
<version>1.2.134</version>
</dependency>

<dependency>
<groupId>postgresql</groupId>
<artifactId>postgresql</artifactId>
<version>8.4-701.jdbc4</version>
<version>4.8.2</version>
</dependency>

<dependency>
<groupId>org.eclipse.jetty</groupId>
<artifactId>jetty-servlet</artifactId>
Expand Down Expand Up @@ -598,13 +572,6 @@ limitations under the License.
<version>1.3.9</version>
</dependency>

<!--
<dependency>
<groupId>com.google.gerrit</groupId>
<artifactId>juniversalchardet</artifactId>
<version>1.0.3</version>
</dependency>
-->
</dependencies>
</dependencyManagement>

Expand Down

0 comments on commit 91e1cf4

Please sign in to comment.