pom.xml (moskito-moskito-2.9.3) | : | pom.xml (moskito-moskito-2.10.0) | ||
---|---|---|---|---|
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/ 2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 h ttp://maven.apache.org/maven-v4_0_0.xsd"> | <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/ 2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 h ttp://maven.apache.org/maven-v4_0_0.xsd"> | |||
<parent> | <parent> | |||
<groupId>net.anotheria</groupId> | <groupId>net.anotheria</groupId> | |||
<artifactId>moskito</artifactId> | <artifactId>moskito</artifactId> | |||
<version>2.9.3</version> | <version>2.10.0</version> | |||
</parent> | </parent> | |||
<modelVersion>4.0.0</modelVersion> | <modelVersion>4.0.0</modelVersion> | |||
<artifactId>moskito-core</artifactId> | <artifactId>moskito-core</artifactId> | |||
<version>2.9.3</version> | <version>2.10.0</version> | |||
<name>moskito core</name> | <name>moskito core</name> | |||
<dependencies> | <dependencies> | |||
<dependency> | <dependency> | |||
<groupId>org.slf4j</groupId> | <groupId>org.slf4j</groupId> | |||
<artifactId>slf4j-api</artifactId> | <artifactId>slf4j-api</artifactId> | |||
</dependency> | </dependency> | |||
<!-- added for Log4JOutput. However, we don't include it into final packag e --> | <!-- added for Log4JOutput. However, we don't include it into final packag e --> | |||
<dependency> | <dependency> | |||
<groupId>log4j</groupId> | <groupId>org.apache.logging.log4j</groupId> | |||
<artifactId>log4j</artifactId> | <artifactId>log4j-core</artifactId> | |||
<scope>provided</scope> | <scope>provided</scope> | |||
</dependency> | </dependency> | |||
<dependency> | <dependency> | |||
<groupId>net.anotheria</groupId> | <groupId>net.anotheria</groupId> | |||
<artifactId>ano-util</artifactId> | <artifactId>ano-util</artifactId> | |||
<exclusions> | <exclusions> | |||
<exclusion> | <exclusion> | |||
<groupId>blowfish</groupId> | <groupId>blowfish</groupId> | |||
<artifactId>blowfish</artifactId> | <artifactId>blowfish</artifactId> | |||
</exclusion> | </exclusion> | |||
skipping to change at line 47 | skipping to change at line 47 | |||
</exclusions> | </exclusions> | |||
</dependency> | </dependency> | |||
<dependency> | <dependency> | |||
<groupId>net.anotheria</groupId> | <groupId>net.anotheria</groupId> | |||
<artifactId>configureme</artifactId> | <artifactId>configureme</artifactId> | |||
</dependency> | </dependency> | |||
<dependency> | <dependency> | |||
<groupId>com.google.code.gson</groupId> | <groupId>com.google.code.gson</groupId> | |||
<artifactId>gson</artifactId> | <artifactId>gson</artifactId> | |||
</dependency> | </dependency> | |||
<dependency> | ||||
<groupId>commons-lang</groupId> | ||||
<artifactId>commons-lang</artifactId> | ||||
</dependency> | ||||
<dependency> | <dependency> | |||
<groupId>ch.qos.logback</groupId> | <groupId>ch.qos.logback</groupId> | |||
<artifactId>logback-classic</artifactId> | <artifactId>logback-classic</artifactId> | |||
<scope>test</scope> | <scope>test</scope> | |||
</dependency> | </dependency> | |||
<dependency> | <dependency> | |||
<groupId>org.hamcrest</groupId> | <groupId>org.hamcrest</groupId> | |||
<artifactId>hamcrest-all</artifactId> | <artifactId>hamcrest-all</artifactId> | |||
<scope>test</scope> | <scope>test</scope> | |||
</dependency> | </dependency> | |||
<dependency> | ||||
<groupId>org.apache.commons</groupId> | ||||
<artifactId>commons-lang3</artifactId> | ||||
<version>3.11</version> | ||||
</dependency> | ||||
</dependencies> | </dependencies> | |||
</project> | </project> | |||
End of changes. 5 change blocks. | ||||
8 lines changed or deleted | 9 lines changed or added |