Skip to content

Commit

Permalink
SAK-40794 cleanup dom4j dependencies (sakaiproject#6154)
Browse files Browse the repository at this point in the history
* SAK-40794 cleanup dom4j dependencies

* SAK-40794 add jaxen for tests
  • Loading branch information
ottenhoff authored and Miguel Pellicer committed Oct 17, 2018
1 parent 3b6ab64 commit cfd66de
Show file tree
Hide file tree
Showing 7 changed files with 12 additions and 15 deletions.
9 changes: 6 additions & 3 deletions edu-services/cm-service/cm-impl/hibernate-impl/impl/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,6 @@
<dependency>
<groupId>jdom</groupId>
<artifactId>jdom</artifactId>
<version>1.0</version>
</dependency>
<dependency>
<groupId>org.hibernate</groupId>
Expand Down Expand Up @@ -96,9 +95,13 @@
<artifactId>hsqldb</artifactId>
</dependency>
<dependency>
<groupId>dom4j</groupId>
<groupId>org.dom4j</groupId>
<artifactId>dom4j</artifactId>
<version>1.4</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>jaxen</groupId>
<artifactId>jaxen</artifactId>
<scope>test</scope>
</dependency>
<dependency>
Expand Down
3 changes: 1 addition & 2 deletions edu-services/gradebook-service/impl/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -111,9 +111,8 @@
<artifactId>commons-beanutils</artifactId>
</dependency>
<dependency>
<groupId>dom4j</groupId>
<groupId>org.dom4j</groupId>
<artifactId>dom4j</artifactId>
<version>1.4</version>
</dependency>
<dependency>
<groupId>com.thoughtworks.xstream</groupId>
Expand Down
3 changes: 1 addition & 2 deletions hierarchy/impl/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -112,9 +112,8 @@
<scope>test</scope>
</dependency>
<dependency>
<groupId>dom4j</groupId>
<groupId>org.dom4j</groupId>
<artifactId>dom4j</artifactId>
<version>1.6.1</version>
<scope>test</scope>
</dependency>
<dependency>
Expand Down
2 changes: 1 addition & 1 deletion master/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -664,7 +664,7 @@
<dependency>
<groupId>org.dom4j</groupId>
<artifactId>dom4j</artifactId>
<version>2.1.0</version>
<version>2.1.1</version>
<scope>provided</scope>
</dependency>
<dependency>
Expand Down
3 changes: 1 addition & 2 deletions polls/impl/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -59,9 +59,8 @@
<artifactId>commons-lang3</artifactId>
</dependency>
<dependency>
<groupId>dom4j</groupId>
<groupId>org.dom4j</groupId>
<artifactId>dom4j</artifactId>
<version>1.6.1</version>
<scope>provided</scope>
</dependency>
<dependency>
Expand Down
4 changes: 1 addition & 3 deletions reset-pass/account-validator-impl/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -119,10 +119,8 @@
<scope>provided</scope>
</dependency>
<dependency>
<groupId>dom4j</groupId>
<groupId>org.dom4j</groupId>
<artifactId>dom4j</artifactId>
<version>1.6.1</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>javax.transaction</groupId>
Expand Down
3 changes: 1 addition & 2 deletions samigo/samigo-app/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -137,9 +137,8 @@
<artifactId>commons-math3</artifactId>
</dependency>
<dependency>
<groupId>dom4j</groupId>
<groupId>org.dom4j</groupId>
<artifactId>dom4j</artifactId>
<version>1.6.1</version>
</dependency>
<dependency>
<groupId>javax.activation</groupId>
Expand Down

0 comments on commit cfd66de

Please sign in to comment.