Skip to content

Commit

Permalink
Checking provided scope
Browse files Browse the repository at this point in the history
  • Loading branch information
benchdoos committed Oct 30, 2023
1 parent 5421359 commit 9d9bb7c
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -500,11 +500,13 @@
<groupId>org.jdom</groupId>
<artifactId>jdom2</artifactId>
<version>${jdom2.version}</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>com.intellij</groupId>
<artifactId>forms_rt</artifactId>
<version>${forms_rt.version}</version>
<scope>provided</scope>
<exclusions>
<exclusion>
<groupId>jdom</groupId>
Expand All @@ -518,20 +520,23 @@
<groupId>org.apache.logging.log4j</groupId>
<artifactId>log4j-api</artifactId>
<version>${log4j.version}</version>
<scope>provided</scope>
</dependency>

<!-- https://mvnrepository.com/artifact/org.apache.logging.log4j/log4j-core -->
<dependency>
<groupId>org.apache.logging.log4j</groupId>
<artifactId>log4j-core</artifactId>
<version>${log4j.version}</version>
<scope>provided</scope>
</dependency>

<!-- https://mvnrepository.com/artifact/com.nativelibs4java/bridj -->
<dependency>
<groupId>com.nativelibs4java</groupId>
<artifactId>bridj</artifactId>
<version>${bridj.version}</version>
<scope>provided</scope>
</dependency>

<dependency>
Expand All @@ -551,11 +556,13 @@
<groupId>org.apache.commons</groupId>
<artifactId>commons-collections4</artifactId>
<version>${commons-collections4.version}</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>commons-validator</groupId>
<artifactId>commons-validator</artifactId>
<version>${commons-validator.version}</version>
<scope>provided</scope>
<exclusions>
<exclusion>
<groupId>commons-collections</groupId>
Expand Down

0 comments on commit 9d9bb7c

Please sign in to comment.