Skip to content

Commit fc8cbb0

Browse files
committed
Merge pull request #361 from UNC-Libraries/revert-359-fix-woodstox-dependency
Revert "Fix that fcrepo-* have a transitive dependency on wstx-asl wi…
2 parents 2abb660 + 0e1e35b commit fc8cbb0

File tree

3 files changed

+1
-29
lines changed

3 files changed

+1
-29
lines changed

fcrepo-cdr-fesl/pom.xml

Lines changed: 0 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -84,10 +84,6 @@
8484
<groupId>org.slf4j</groupId>
8585
<artifactId>log4j-over-slf4j</artifactId>
8686
</exclusion>
87-
<exclusion>
88-
<groupId>woodstox</groupId>
89-
<artifactId>wstx-asl</artifactId>
90-
</exclusion>
9187
</exclusions>
9288
</dependency>
9389
<dependency>
@@ -96,12 +92,6 @@
9692
<version>${fcrepo.version}</version>
9793
<type>jar</type>
9894
<scope>compile</scope>
99-
<exclusions>
100-
<exclusion>
101-
<groupId>woodstox</groupId>
102-
<artifactId>wstx-asl</artifactId>
103-
</exclusion>
104-
</exclusions>
10595
</dependency>
10696
<dependency>
10797
<groupId>org.fcrepo</groupId>
@@ -114,10 +104,6 @@
114104
<groupId>org.slf4j</groupId>
115105
<artifactId>log4j-over-slf4j</artifactId>
116106
</exclusion>
117-
<exclusion>
118-
<groupId>woodstox</groupId>
119-
<artifactId>wstx-asl</artifactId>
120-
</exclusion>
121107
</exclusions>
122108
</dependency>
123109
<dependency>
@@ -165,10 +151,5 @@
165151
<artifactId>concurrentlinkedhashmap-lru</artifactId>
166152
<version>1.3.2</version>
167153
</dependency>
168-
<dependency>
169-
<groupId>org.codehaus.woodstox</groupId>
170-
<artifactId>wstx-asl</artifactId>
171-
<version>3.0.0</version>
172-
</dependency>
173154
</dependencies>
174155
</project>

fcrepo-irods-storage/pom.xml

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -103,10 +103,6 @@
103103
<groupId>org.slf4j</groupId>
104104
<artifactId>log4j-over-slf4j</artifactId>
105105
</exclusion>
106-
<exclusion>
107-
<groupId>woodstox</groupId>
108-
<artifactId>wstx-asl</artifactId>
109-
</exclusion>
110106
</exclusions>
111107
</dependency>
112108
<dependency>
@@ -140,10 +136,5 @@
140136
<artifactId>staging-areas</artifactId>
141137
<version>0.0.1-SNAPSHOT</version>
142138
</dependency>
143-
<dependency>
144-
<groupId>org.codehaus.woodstox</groupId>
145-
<artifactId>wstx-asl</artifactId>
146-
<version>3.0.0</version>
147-
</dependency>
148139
</dependencies>
149140
</project>

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@
7373
<properties>
7474
<cdr.version>3.4-SNAPSHOT</cdr.version>
7575
<spring.version>3.2.13.RELEASE</spring.version>
76-
<fcrepo.version>3.8.1</fcrepo.version>
76+
<fcrepo.version>3.8.0</fcrepo.version>
7777
<spring.security.version>3.2.13.RELEASE</spring.security.version>
7878
<spring.ws.version>2.1.4.RELEASE</spring.ws.version>
7979
<spring.tiger.ws.version>1.5.10</spring.tiger.ws.version>

0 commit comments

Comments
 (0)