Skip to content

Commit 46dc40b

Browse files
committed
pom cleanup , removing redundant scope:compile
1 parent bb61527 commit 46dc40b

8 files changed

Lines changed: 0 additions & 17 deletions

File tree

build-tools/cayenne-test-utilities/pom.xml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,6 @@
4040
<dependency>
4141
<groupId>org.mockito</groupId>
4242
<artifactId>mockito-core</artifactId>
43-
<scope>compile</scope>
4443
</dependency>
4544
</dependencies>
4645
</project>

cayenne-cgen/pom.xml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -39,30 +39,25 @@
3939
<groupId>org.apache.cayenne</groupId>
4040
<artifactId>cayenne-dbsync</artifactId>
4141
<version>${project.version}</version>
42-
<scope>compile</scope>
4342
</dependency>
4443

4544
<dependency>
4645
<groupId>org.slf4j</groupId>
4746
<artifactId>slf4j-api</artifactId>
48-
<scope>compile</scope>
4947
</dependency>
5048

5149
<dependency>
5250
<groupId>org.apache.velocity</groupId>
5351
<artifactId>velocity-engine-core</artifactId>
54-
<scope>compile</scope>
5552
</dependency>
5653
<dependency>
5754
<groupId>org.apache.commons</groupId>
5855
<artifactId>commons-lang3</artifactId>
59-
<scope>compile</scope>
6056
</dependency>
6157

6258
<dependency>
6359
<groupId>org.apache.velocity.tools</groupId>
6460
<artifactId>velocity-tools-generic</artifactId>
65-
<scope>compile</scope>
6661
</dependency>
6762

6863
<dependency>

cayenne-dbsync/pom.xml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,12 +44,10 @@
4444
<groupId>org.apache.cayenne</groupId>
4545
<artifactId>cayenne-project</artifactId>
4646
<version>${project.version}</version>
47-
<scope>compile</scope>
4847
</dependency>
4948
<dependency>
5049
<groupId>net.java.dev.inflector</groupId>
5150
<artifactId>inflector</artifactId>
52-
<scope>compile</scope>
5351
</dependency>
5452
<!-- Test dependencies -->
5553
<dependency>

cayenne-jcache/pom.xml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,6 @@
4141
<dependency>
4242
<groupId>javax.cache</groupId>
4343
<artifactId>cache-api</artifactId>
44-
<scope>compile</scope>
4544
</dependency>
4645

4746
<!-- Test dependencies -->

cayenne-maven-plugin-itest/pom.xml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,6 @@
3838
<dependency>
3939
<groupId>org.junit.jupiter</groupId>
4040
<artifactId>junit-jupiter</artifactId>
41-
<scope>compile</scope>
4241
</dependency>
4342
<dependency>
4443
<groupId>org.apache.cayenne</groupId>

cayenne-velocity/pom.xml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -38,17 +38,14 @@
3838
<groupId>org.apache.cayenne</groupId>
3939
<artifactId>cayenne</artifactId>
4040
<version>${project.version}</version>
41-
<scope>compile</scope>
4241
</dependency>
4342
<dependency>
4443
<groupId>org.apache.velocity</groupId>
4544
<artifactId>velocity-engine-core</artifactId>
46-
<scope>compile</scope>
4745
</dependency>
4846
<dependency>
4947
<groupId>org.apache.commons</groupId>
5048
<artifactId>commons-lang3</artifactId>
51-
<scope>compile</scope>
5249
</dependency>
5350

5451
<!-- Test dependencies -->

cayenne/pom.xml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,13 +35,11 @@
3535
<dependency>
3636
<groupId>org.slf4j</groupId>
3737
<artifactId>slf4j-api</artifactId>
38-
<scope>compile</scope>
3938
</dependency>
4039
<dependency>
4140
<groupId>org.apache.cayenne</groupId>
4241
<artifactId>cayenne-di</artifactId>
4342
<version>${project.version}</version>
44-
<scope>compile</scope>
4543
</dependency>
4644

4745
<!-- Test dependencies -->

tutorials/tutorial/pom.xml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,12 +34,10 @@
3434
<dependency>
3535
<groupId>org.apache.derby</groupId>
3636
<artifactId>derby</artifactId>
37-
<scope>compile</scope>
3837
</dependency>
3938
<dependency>
4039
<groupId>org.slf4j</groupId>
4140
<artifactId>slf4j-simple</artifactId>
42-
<scope>compile</scope>
4341
</dependency>
4442
</dependencies>
4543

0 commit comments

Comments
 (0)