Skip to content

Commit 2c585d4

Browse files
author
Thomas Risberg
committed
removed duplicate dependency from pom; removed reference to removed module from assembly
1 parent 7bed126 commit 2c585d4

File tree

2 files changed

+0
-15
lines changed

2 files changed

+0
-15
lines changed

spring-data-mongodb/pom.xml

Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -80,20 +80,6 @@
8080
<optional>true</optional>
8181
</dependency>
8282

83-
<dependency>
84-
<groupId>javax.annotation</groupId>
85-
<artifactId>jsr250-api</artifactId>
86-
<optional>true</optional>
87-
</dependency>
88-
89-
<!--
90-
<dependency>
91-
<groupId>javax.persistence</groupId>
92-
<artifactId>persistence-api</artifactId>
93-
<version>1.0</version>
94-
</dependency>
95-
-->
96-
9783
<!-- Test dependencies -->
9884
<dependency>
9985
<groupId>org.mockito</groupId>

src/assembly/distribution.xml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,6 @@
5757
<!-- adds module source jars to the distribution archive under the 'src' directory
5858
see pom.xml 'maven-source-plugin' declaration -->
5959
<includes>
60-
<include>org.springframework.data:spring-data-document-core</include>
6160
<include>org.springframework.data:spring-data-mongodb</include>
6261
<include>org.springframework.data:spring-data-mongodb-cross-store</include>
6362
<include>org.springframework.data:spring-data-mongodb-log4j</include>

0 commit comments

Comments
 (0)