File tree Expand file tree Collapse file tree 7 files changed +164
-0
lines changed
ledgers-bank-account-access-management
ledgers-bank-account-access-repository
ledgers-bank-account-access-rest-api
ledgers-bank-account-access-rest-server
ledgers-bank-account-access-service-api
ledgers-bank-account-access-service-impl Expand file tree Collapse file tree 7 files changed +164
-0
lines changed Original file line number Diff line number Diff line change
1
+ <?xml version =" 1.0" encoding =" UTF-8" ?>
2
+ <!--
3
+ ~ Copyright (c) 2018-2023 adorsys GmbH and Co. KG
4
+ ~ All rights are reserved.
5
+ -->
6
+
7
+ <project xmlns =" http://maven.apache.org/POM/4.0.0"
8
+ xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
9
+ xsi : schemaLocation =" http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" >
10
+ <modelVersion >4.0.0</modelVersion >
11
+ <parent >
12
+ <groupId >de.adorsys.ledgers</groupId >
13
+ <artifactId >ledgers-bank-account-access-management</artifactId >
14
+ <version >6.1-SNAPSHOT</version >
15
+ <relativePath >../pom.xml</relativePath >
16
+ </parent >
17
+
18
+ <artifactId >ledgers-bank-account-access-repository</artifactId >
19
+
20
+ <properties >
21
+ <maven .compiler.source>17</maven .compiler.source>
22
+ <maven .compiler.target>17</maven .compiler.target>
23
+ <project .build.sourceEncoding>UTF-8</project .build.sourceEncoding>
24
+ </properties >
25
+
26
+ </project >
Original file line number Diff line number Diff line change
1
+ <?xml version =" 1.0" encoding =" UTF-8" ?>
2
+ <!--
3
+ ~ Copyright (c) 2018-2023 adorsys GmbH and Co. KG
4
+ ~ All rights are reserved.
5
+ -->
6
+
7
+ <project xmlns =" http://maven.apache.org/POM/4.0.0"
8
+ xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
9
+ xsi : schemaLocation =" http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" >
10
+ <modelVersion >4.0.0</modelVersion >
11
+ <parent >
12
+ <groupId >de.adorsys.ledgers</groupId >
13
+ <artifactId >ledgers-bank-account-access-management</artifactId >
14
+ <version >6.1-SNAPSHOT</version >
15
+ <relativePath >../pom.xml</relativePath >
16
+ </parent >
17
+
18
+ <artifactId >ledgers-bank-account-access-rest-api</artifactId >
19
+
20
+ <properties >
21
+ <maven .compiler.source>17</maven .compiler.source>
22
+ <maven .compiler.target>17</maven .compiler.target>
23
+ <project .build.sourceEncoding>UTF-8</project .build.sourceEncoding>
24
+ </properties >
25
+
26
+ </project >
Original file line number Diff line number Diff line change
1
+ <?xml version =" 1.0" encoding =" UTF-8" ?>
2
+ <!--
3
+ ~ Copyright (c) 2018-2023 adorsys GmbH and Co. KG
4
+ ~ All rights are reserved.
5
+ -->
6
+
7
+ <project xmlns =" http://maven.apache.org/POM/4.0.0"
8
+ xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
9
+ xsi : schemaLocation =" http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" >
10
+ <modelVersion >4.0.0</modelVersion >
11
+ <parent >
12
+ <groupId >de.adorsys.ledgers</groupId >
13
+ <artifactId >ledgers-bank-account-access-management</artifactId >
14
+ <version >6.1-SNAPSHOT</version >
15
+ <relativePath >../pom.xml</relativePath >
16
+ </parent >
17
+
18
+ <artifactId >ledgers-bank-account-access-rest-server</artifactId >
19
+
20
+ <properties >
21
+ <maven .compiler.source>17</maven .compiler.source>
22
+ <maven .compiler.target>17</maven .compiler.target>
23
+ <project .build.sourceEncoding>UTF-8</project .build.sourceEncoding>
24
+ </properties >
25
+
26
+ </project >
Original file line number Diff line number Diff line change
1
+ <?xml version =" 1.0" encoding =" UTF-8" ?>
2
+ <!--
3
+ ~ Copyright (c) 2018-2023 adorsys GmbH and Co. KG
4
+ ~ All rights are reserved.
5
+ -->
6
+
7
+ <project xmlns =" http://maven.apache.org/POM/4.0.0"
8
+ xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
9
+ xsi : schemaLocation =" http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" >
10
+ <modelVersion >4.0.0</modelVersion >
11
+ <parent >
12
+ <groupId >de.adorsys.ledgers</groupId >
13
+ <artifactId >ledgers-bank-account-access-management</artifactId >
14
+ <version >6.1-SNAPSHOT</version >
15
+ <relativePath >../pom.xml</relativePath >
16
+ </parent >
17
+
18
+ <artifactId >ledgers-bank-account-access-service-api</artifactId >
19
+
20
+ <properties >
21
+ <maven .compiler.source>17</maven .compiler.source>
22
+ <maven .compiler.target>17</maven .compiler.target>
23
+ <project .build.sourceEncoding>UTF-8</project .build.sourceEncoding>
24
+ </properties >
25
+
26
+ </project >
Original file line number Diff line number Diff line change
1
+ <?xml version =" 1.0" encoding =" UTF-8" ?>
2
+ <!--
3
+ ~ Copyright (c) 2018-2023 adorsys GmbH and Co. KG
4
+ ~ All rights are reserved.
5
+ -->
6
+
7
+ <project xmlns =" http://maven.apache.org/POM/4.0.0"
8
+ xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
9
+ xsi : schemaLocation =" http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" >
10
+ <modelVersion >4.0.0</modelVersion >
11
+ <parent >
12
+ <groupId >de.adorsys.ledgers</groupId >
13
+ <artifactId >ledgers-bank-account-access-management</artifactId >
14
+ <version >6.1-SNAPSHOT</version >
15
+ <relativePath >../pom.xml</relativePath >
16
+ </parent >
17
+
18
+ <artifactId >ledgers-bank-account-access-service-impl</artifactId >
19
+
20
+ <properties >
21
+ <maven .compiler.source>17</maven .compiler.source>
22
+ <maven .compiler.target>17</maven .compiler.target>
23
+ <project .build.sourceEncoding>UTF-8</project .build.sourceEncoding>
24
+ </properties >
25
+
26
+ </project >
Original file line number Diff line number Diff line change
1
+ <?xml version =" 1.0" encoding =" UTF-8" ?>
2
+ <!--
3
+ ~ Copyright (c) 2018-2023 adorsys GmbH and Co. KG
4
+ ~ All rights are reserved.
5
+ -->
6
+
7
+ <project xmlns =" http://maven.apache.org/POM/4.0.0"
8
+ xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
9
+ xsi : schemaLocation =" http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" >
10
+ <modelVersion >4.0.0</modelVersion >
11
+ <parent >
12
+ <groupId >de.adorsys.ledgers</groupId >
13
+ <artifactId >ledgers</artifactId >
14
+ <version >6.1-SNAPSHOT</version >
15
+ </parent >
16
+
17
+ <artifactId >ledgers-bank-account-access-management</artifactId >
18
+ <packaging >pom</packaging >
19
+ <modules >
20
+ <module >ledgers-bank-account-access-service-api</module >
21
+ <module >ledgers-bank-account-access-service-impl</module >
22
+ <module >ledgers-bank-account-access-rest-api</module >
23
+ <module >ledgers-bank-account-access-rest-server</module >
24
+ <module >ledgers-bank-account-access-repository</module >
25
+ </modules >
26
+
27
+ <properties >
28
+ <maven .compiler.source>17</maven .compiler.source>
29
+ <maven .compiler.target>17</maven .compiler.target>
30
+ <project .build.sourceEncoding>UTF-8</project .build.sourceEncoding>
31
+ </properties >
32
+
33
+ </project >
Original file line number Diff line number Diff line change 26
26
<module >ledgers-jaxb-api</module >
27
27
<module >keycloak</module >
28
28
<module >ledgers-cleanup-service</module >
29
+ <module >ledgers-bank-account-access-management</module >
29
30
</modules >
30
31
31
32
<packaging >pom</packaging >
You can’t perform that action at this time.
0 commit comments