Skip to content

Commit

Permalink
SAK-28032 Depend on master spring and common-logging versions
Browse files Browse the repository at this point in the history
The blackboard parser was incorrectly depending on an old version of Spring and commons-logging. It should be pulling these versions from master.
  • Loading branch information
buckett committed Apr 2, 2015
1 parent c3530ce commit 1804a41
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions common/import-parsers/blackboard_6/impl/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -63,8 +63,7 @@
</dependency>
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring</artifactId>
<version>2.5.6.SEC01</version>
<artifactId>spring-core</artifactId>
</dependency>
<dependency>
<groupId>jaxen</groupId>
Expand All @@ -86,7 +85,6 @@
<dependency>
<groupId>commons-logging</groupId>
<artifactId>commons-logging</artifactId>
<version>1.0.4</version>
</dependency>
</dependencies>
<build>
Expand Down

0 comments on commit 1804a41

Please sign in to comment.