mirror of https://github.com/apache/archiva.git
Updating assertj version
This commit is contained in:
parent
8c70e270b3
commit
468c99b295
|
@ -232,7 +232,7 @@
|
|||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.xmlunit</groupId>
|
||||
<artifactId>xmlunit-assertj</artifactId>
|
||||
<artifactId>xmlunit-assertj3</artifactId>
|
||||
<scope>test</scope>
|
||||
</dependency>
|
||||
<dependency>
|
||||
|
|
|
@ -34,7 +34,7 @@ import org.junit.Before;
|
|||
import org.junit.Test;
|
||||
import org.mockito.Mockito;
|
||||
import org.springframework.test.context.ContextConfiguration;
|
||||
import org.xmlunit.assertj.XmlAssert;
|
||||
import org.xmlunit.assertj3.XmlAssert;
|
||||
|
||||
import javax.inject.Inject;
|
||||
import java.nio.charset.Charset;
|
||||
|
|
|
@ -37,7 +37,7 @@ import org.mockito.ArgumentCaptor;
|
|||
import org.slf4j.Logger;
|
||||
import org.slf4j.LoggerFactory;
|
||||
import org.springframework.test.context.ContextConfiguration;
|
||||
import org.xmlunit.assertj.XmlAssert;
|
||||
import org.xmlunit.assertj3.XmlAssert;
|
||||
|
||||
import java.io.IOException;
|
||||
import java.nio.charset.Charset;
|
||||
|
|
|
@ -273,7 +273,7 @@
|
|||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.xmlunit</groupId>
|
||||
<artifactId>xmlunit-assertj</artifactId>
|
||||
<artifactId>xmlunit-assertj3</artifactId>
|
||||
<scope>test</scope>
|
||||
</dependency>
|
||||
|
||||
|
|
|
@ -24,7 +24,7 @@ import org.apache.archiva.repository.metadata.base.RepositoryMetadataWriter;
|
|||
import org.apache.archiva.test.utils.ArchivaBlockJUnit4ClassRunner;
|
||||
import org.junit.Test;
|
||||
import org.junit.runner.RunWith;
|
||||
import org.xmlunit.assertj.XmlAssert;
|
||||
import org.xmlunit.assertj3.XmlAssert;
|
||||
|
||||
import java.io.StringWriter;
|
||||
import java.net.URISyntaxException;
|
||||
|
|
6
pom.xml
6
pom.xml
|
@ -82,7 +82,7 @@
|
|||
|
||||
<derbyVersion>10.13.1.1</derbyVersion>
|
||||
<httpclient.version>4.5.13</httpclient.version>
|
||||
<httpclient.core.version>4.4.14</httpclient.core.version>
|
||||
<httpclient.core.version>4.4.15</httpclient.core.version>
|
||||
|
||||
<openjpaVersion>3.1.1</openjpaVersion>
|
||||
|
||||
|
@ -1524,7 +1524,7 @@
|
|||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.xmlunit</groupId>
|
||||
<artifactId>xmlunit-assertj</artifactId>
|
||||
<artifactId>xmlunit-assertj3</artifactId>
|
||||
<version>${xmlunit.version}</version>
|
||||
<scope>test</scope>
|
||||
</dependency>
|
||||
|
@ -1704,7 +1704,7 @@
|
|||
<dependency>
|
||||
<groupId>org.assertj</groupId>
|
||||
<artifactId>assertj-core</artifactId>
|
||||
<version>3.13.2</version>
|
||||
<version>${assertj.version}</version>
|
||||
<scope>test</scope>
|
||||
<exclusions>
|
||||
<exclusion>
|
||||
|
|
Loading…
Reference in New Issue