Skip to content

Commit ced781b

Browse files
committed
🔧 Remove default scope and packaging from POM files
DEVSIX-1287
1 parent 2f55d9a commit ced781b

File tree

6 files changed

+0
-19
lines changed

6 files changed

+0
-19
lines changed

barcodes/pom.xml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,6 @@
2323
<groupId>com.itextpdf</groupId>
2424
<artifactId>kernel</artifactId>
2525
<version>${project.version}</version>
26-
<scope>compile</scope>
2726
</dependency>
2827
</dependencies>
2928

forms/pom.xml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,13 +17,11 @@
1717
<groupId>com.itextpdf</groupId>
1818
<artifactId>kernel</artifactId>
1919
<version>${project.version}</version>
20-
<scope>compile</scope>
2120
</dependency>
2221
<dependency>
2322
<groupId>com.itextpdf</groupId>
2423
<artifactId>layout</artifactId>
2524
<version>${project.version}</version>
26-
<scope>compile</scope>
2725
</dependency>
2826
<dependency>
2927
<groupId>com.itextpdf</groupId>
@@ -35,15 +33,13 @@
3533
<groupId>org.bouncycastle</groupId>
3634
<artifactId>bcprov-jdk15on</artifactId>
3735
<version>${bouncycastle.version}</version>
38-
<type>jar</type>
3936
<scope>test</scope>
4037
<optional>true</optional>
4138
</dependency>
4239
<dependency>
4340
<groupId>org.bouncycastle</groupId>
4441
<artifactId>bcpkix-jdk15on</artifactId>
4542
<version>${bouncycastle.version}</version>
46-
<type>jar</type>
4743
<scope>test</scope>
4844
<optional>true</optional>
4945
</dependency>

kernel/pom.xml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@
1717
<groupId>com.itextpdf</groupId>
1818
<artifactId>io</artifactId>
1919
<version>${project.version}</version>
20-
<scope>compile</scope>
2120
</dependency>
2221
<dependency>
2322
<groupId>com.itextpdf</groupId>
@@ -35,16 +34,12 @@
3534
<groupId>org.bouncycastle</groupId>
3635
<artifactId>bcprov-jdk15on</artifactId>
3736
<version>${bouncycastle.version}</version>
38-
<type>jar</type>
39-
<scope>compile</scope>
4037
<optional>true</optional>
4138
</dependency>
4239
<dependency>
4340
<groupId>org.bouncycastle</groupId>
4441
<artifactId>bcpkix-jdk15on</artifactId>
4542
<version>${bouncycastle.version}</version>
46-
<type>jar</type>
47-
<scope>compile</scope>
4843
<optional>true</optional>
4944
</dependency>
5045
</dependencies>

layout/pom.xml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@
1717
<groupId>com.itextpdf</groupId>
1818
<artifactId>kernel</artifactId>
1919
<version>${project.version}</version>
20-
<scope>compile</scope>
2120
</dependency>
2221
<dependency>
2322
<groupId>com.itextpdf</groupId>

pdfa/pom.xml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@
1717
<groupId>com.itextpdf</groupId>
1818
<artifactId>kernel</artifactId>
1919
<version>${project.version}</version>
20-
<scope>compile</scope>
2120
</dependency>
2221
<dependency>
2322
<groupId>com.itextpdf</groupId>

sign/pom.xml

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -27,34 +27,27 @@
2727
<groupId>com.itextpdf</groupId>
2828
<artifactId>kernel</artifactId>
2929
<version>${project.version}</version>
30-
<scope>compile</scope>
3130
</dependency>
3231
<dependency>
3332
<groupId>com.itextpdf</groupId>
3433
<artifactId>layout</artifactId>
3534
<version>${project.version}</version>
36-
<scope>compile</scope>
3735
</dependency>
3836
<dependency>
3937
<groupId>com.itextpdf</groupId>
4038
<artifactId>forms</artifactId>
4139
<version>${project.version}</version>
42-
<scope>compile</scope>
4340
</dependency>
4441
<dependency>
4542
<groupId>org.bouncycastle</groupId>
4643
<artifactId>bcprov-jdk15on</artifactId>
4744
<version>${bouncycastle.version}</version>
48-
<type>jar</type>
49-
<scope>compile</scope>
5045
<optional>true</optional>
5146
</dependency>
5247
<dependency>
5348
<groupId>org.bouncycastle</groupId>
5449
<artifactId>bcpkix-jdk15on</artifactId>
5550
<version>${bouncycastle.version}</version>
56-
<type>jar</type>
57-
<scope>compile</scope>
5851
<optional>true</optional>
5952
</dependency>
6053
</dependencies>

0 commit comments

Comments
 (0)