Skip to content

Commit adaa0da

Browse files
committed
#107 - Removed custom library with a fake Optional type.
Related ticket: DATACMNS-571.
1 parent d8d983e commit adaa0da

File tree

3 files changed

+9
-86
lines changed

3 files changed

+9
-86
lines changed

java8/pom.xml

Lines changed: 0 additions & 29 deletions
This file was deleted.

java8/src/main/java/java/util/Optional.java

Lines changed: 0 additions & 47 deletions
This file was deleted.

pom.xml

Lines changed: 9 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -10,19 +10,18 @@
1010
<name>Spring Data Build</name>
1111
<description>Modules to centralize common resources and configuration for Spring Data Maven builds.</description>
1212
<url>https://github.com/SpringData/spring-data-build</url>
13-
13+
1414
<organization>
1515
<name>Pivotal Software, Inc.</name>
1616
<url>http://www.spring.io</url>
1717
</organization>
1818

1919
<modules>
2020
<module>resources</module>
21-
<module>java8</module>
2221
<module>parent</module>
2322
<module>bom</module>
2423
</modules>
25-
24+
2625
<developers>
2726
<developer>
2827
<id>ogierke</id>
@@ -36,20 +35,20 @@
3635
<timezone>+1</timezone>
3736
</developer>
3837
</developers>
39-
38+
4039
<licenses>
4140
<license>
4241
<name>Apache License, Version 2.0</name>
4342
<url>http://www.apache.org/licenses/LICENSE-2.0</url>
4443
<comments>
4544
Copyright 2010 the original author or authors.
46-
45+
4746
Licensed under the Apache License, Version 2.0 (the "License");
4847
you may not use this file except in compliance with the License.
4948
You may obtain a copy of the License at
50-
49+
5150
http://www.apache.org/licenses/LICENSE-2.0
52-
51+
5352
Unless required by applicable law or agreed to in writing, software
5453
distributed under the License is distributed on an "AS IS" BASIS,
5554
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
@@ -59,16 +58,16 @@
5958
</comments>
6059
</license>
6160
</licenses>
62-
61+
6362
<scm>
6463
<url>https://github.com/SpringSource/spring-data-build</url>
6564
<connection>scm:git:git://github.com/SpringSource/spring-data-build.git</connection>
6665
<developerConnection>scm:git:ssh://[email protected]:SpringSource/spring-data-build.git</developerConnection>
6766
</scm>
68-
67+
6968
<issueManagement>
7069
<system>GitHub</system>
7170
<url>https://github.com/SpringSource/spring-data-build/issues</url>
7271
</issueManagement>
73-
72+
7473
</project>

0 commit comments

Comments
 (0)