pom.xml (apache-log4j-2.12.3-src) | : | pom.xml (apache-log4j-2.12.4-src) | ||
---|---|---|---|---|
skipping to change at line 23 | skipping to change at line 23 | |||
distributed under the License is distributed on an "AS IS" BASIS, | distributed under the License is distributed on an "AS IS" BASIS, | |||
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. | WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. | |||
See the License for the specific language governing permissions and | See the License for the specific language governing permissions and | |||
limitations under the License. | limitations under the License. | |||
--> | --> | |||
<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/xsd/maven-4.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/xsd/maven-4.0.0.xsd"> | |||
<modelVersion>4.0.0</modelVersion> | <modelVersion>4.0.0</modelVersion> | |||
<parent> | <parent> | |||
<artifactId>log4j</artifactId> | <artifactId>log4j</artifactId> | |||
<groupId>org.apache.logging.log4j</groupId> | <groupId>org.apache.logging.log4j</groupId> | |||
<version>2.12.3</version> | <version>2.12.4</version> | |||
<relativePath>../</relativePath> | <relativePath>../</relativePath> | |||
</parent> | </parent> | |||
<artifactId>log4j-perf</artifactId> | <artifactId>log4j-perf</artifactId> | |||
<packaging>jar</packaging> | <packaging>jar</packaging> | |||
<name>Apache Log4J Performance Tests</name> | <name>Apache Log4J Performance Tests</name> | |||
<description>The Apache Log4j development-time performance tests</description> | <description>The Apache Log4j development-time performance tests</description> | |||
<prerequisites> | <prerequisites> | |||
<maven>3.0</maven> | <maven>3.0</maven> | |||
skipping to change at line 70 | skipping to change at line 70 | |||
<groupId>org.apache.logging.log4j</groupId> | <groupId>org.apache.logging.log4j</groupId> | |||
<artifactId>log4j-api</artifactId> | <artifactId>log4j-api</artifactId> | |||
</dependency> | </dependency> | |||
<dependency> | <dependency> | |||
<groupId>org.apache.logging.log4j</groupId> | <groupId>org.apache.logging.log4j</groupId> | |||
<artifactId>log4j-core</artifactId> | <artifactId>log4j-core</artifactId> | |||
</dependency> | </dependency> | |||
<dependency> | <dependency> | |||
<groupId>org.apache.logging.log4j</groupId> | <groupId>org.apache.logging.log4j</groupId> | |||
<artifactId>log4j-jpa</artifactId> | <artifactId>log4j-jpa</artifactId> | |||
<version>2.12.3</version> | <version>2.12.4</version> | |||
</dependency> | </dependency> | |||
<dependency> | <dependency> | |||
<groupId>org.slf4j</groupId> | <groupId>org.slf4j</groupId> | |||
<artifactId>slf4j-api</artifactId> | <artifactId>slf4j-api</artifactId> | |||
</dependency> | </dependency> | |||
<dependency> | <dependency> | |||
<groupId>org.slf4j</groupId> | <groupId>org.slf4j</groupId> | |||
<artifactId>slf4j-ext</artifactId> | <artifactId>slf4j-ext</artifactId> | |||
</dependency> | </dependency> | |||
<dependency> | <dependency> | |||
End of changes. 2 change blocks. | ||||
2 lines changed or deleted | 2 lines changed or added |