Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/evolution-gaming/no-log4j-test
Test to verify that your project has no log4j dependency
https://github.com/evolution-gaming/no-log4j-test
log4j scala
Last synced: about 1 month ago
JSON representation
Test to verify that your project has no log4j dependency
- Host: GitHub
- URL: https://github.com/evolution-gaming/no-log4j-test
- Owner: evolution-gaming
- License: mit
- Created: 2016-11-12T10:54:18.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2024-08-14T14:43:53.000Z (5 months ago)
- Last Synced: 2024-08-14T16:05:03.558Z (5 months ago)
- Topics: log4j, scala
- Language: Scala
- Homepage:
- Size: 33.2 KB
- Stars: 5
- Watchers: 11
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# no-log4j-test
[![Build Status](https://github.com/evolution-gaming/no-log4j-test/workflows/CI/badge.svg)](https://github.com/evolution-gaming/no-log4j-test/actions?query=workflow%3ACI)
[![Coverage Status](https://coveralls.io/repos/evolution-gaming/no-log4j-test/badge.svg)](https://coveralls.io/r/evolution-gaming/no-log4j-test)
[![Codacy Badge](https://app.codacy.com/project/badge/Grade/189a08f349834aac87b17f6e3ceac613)](https://www.codacy.com/gh/evolution-gaming/no-log4j-test/dashboard?utm_source=github.com&utm_medium=referral&utm_content=evolution-gaming/no-log4j-test&utm_campaign=Badge_Grade)
[![Version](https://img.shields.io/badge/version-click-blue)](https://evolution.jfrog.io/artifactory/api/search/latestVersion?g=com.evolutiongaming&a=no-log4j-test_2.13&repos=public)
[![License: MIT](https://img.shields.io/badge/License-MIT-yellowgreen.svg)](https://opensource.org/licenses/MIT)Test to verify that your project has no log4j dependency
## How to use
Add dependency
```scala
addSbtPlugin("com.evolution" % "sbt-artifactory-plugin" % "0.0.2")libraryDependencies += "com.evolutiongaming" %% "no-log4j-test" % "0.6.2" % Test
```Add the test
```scala
class NoLog4jTest extends com.evolutiongaming.util.NoLog4jSuite
```