Skip to content

Commit

Permalink
Remove copy+paste Spring test code
Browse files Browse the repository at this point in the history
  • Loading branch information
chadlwilson committed Mar 5, 2025
1 parent 8c2f334 commit 9663097
Show file tree
Hide file tree
Showing 26 changed files with 135 additions and 4,134 deletions.
11 changes: 9 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@
<jruby.maven.plugins.version>3.0.5</jruby.maven.plugins.version>
<gem.home>${project.build.directory}/rubygems</gem.home>
<slf4j.version>2.0.17</slf4j.version>
<spring.version>4.3.30.RELEASE</spring.version>
</properties>

<issueManagement>
Expand Down Expand Up @@ -135,8 +136,14 @@
</dependency>
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-core</artifactId>
<version>3.2.18.RELEASE</version>
<artifactId>spring-web</artifactId>
<version>${spring.version}</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-test</artifactId>
<version>${spring.version}</version>
<scope>test</scope>
</dependency>
<dependency>
Expand Down

This file was deleted.

This file was deleted.

138 changes: 0 additions & 138 deletions src/spec/java/org/jruby/rack/mock/HeaderValueHolder.java

This file was deleted.

Loading

0 comments on commit 9663097

Please sign in to comment.