Skip to content

Commit

Permalink
Merge pull request #74 from snoopdave/update-selenium-tests
Browse files Browse the repository at this point in the history
back-out change to Spring dependency
  • Loading branch information
snoopdave authored Jan 2, 2021
2 parents e8f868b + ae82860 commit 18e18f8
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 8 deletions.
1 change: 1 addition & 0 deletions app/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,7 @@ limitations under the License.
<maven-antrun.version>1.0b3</maven-antrun.version>
<rome.version>1.13.1</rome.version>
<slf4j.version>1.7.30</slf4j.version>
<spring.version>5.2.7.RELEASE</spring.version>
<spring.security.version>5.3.3.RELEASE</spring.security.version>
<struts.version>2.5.22</struts.version>
<velocity.version>2.2</velocity.version>
Expand Down
8 changes: 0 additions & 8 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,6 @@ limitations under the License.
<jaxb.version>2.3.1</jaxb.version>
<jetty.version>10.0.0</jetty.version>
<roller.version>6.1.0-SNAPSHOT</roller.version>
<spring.version>5.2.7.RELEASE</spring.version>
</properties>

<modules>
Expand Down Expand Up @@ -110,13 +109,6 @@ limitations under the License.
<version>5.6.2</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-framework-bom</artifactId>
<version>${spring.version}</version>
<type>pom</type>
<scope>import</scope>
</dependency>
</dependencies>
</dependencyManagement>

Expand Down

0 comments on commit 18e18f8

Please sign in to comment.