Skip to content

Commit aabafd5

Browse files
committed
Not all convert packages opened in module-info #432
1 parent 5d3e5c5 commit aabafd5

2 files changed

Lines changed: 5 additions & 3 deletions

File tree

moneta-convert/moneta-convert-ecb/src/main/java/module-info.java

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import org.javamoney.moneta.spi.loader.LoaderService;
22

33
/*
4-
Copyright (c) 2012, 2023, Werner Keil and others by the @author tag.
4+
Copyright (c) 2012, 2025, Werner Keil and others by the @author tag.
55
66
Licensed under the Apache License, Version 2.0 (the "License"); you may not
77
use this file except in compliance with the License. You may obtain a copy of
@@ -16,6 +16,7 @@
1616
the License.
1717
*/
1818
module org.javamoney.moneta.convert.ecb {
19+
opens org.javamoney.moneta.convert.ecb;
1920
opens org.javamoney.moneta.convert.ecb.defaults;
2021
requires java.xml;
2122
requires org.javamoney.moneta.convert;

moneta-convert/moneta-convert-imf/src/main/java/module-info.java

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import org.javamoney.moneta.spi.loader.LoaderService;
22

33
/*
4-
Copyright (c) 2012, 2024, Werner Keil and others by the @author tag.
4+
Copyright (c) 2012, 2025, Werner Keil and others by the @author tag.
55
66
Licensed under the Apache License, Version 2.0 (the "License"); you may not
77
use this file except in compliance with the License. You may obtain a copy of
@@ -16,7 +16,8 @@
1616
the License.
1717
*/
1818
module org.javamoney.moneta.convert.imf {
19-
opens org.javamoney.moneta.convert.imf.defaults;
19+
opens org.javamoney.moneta.convert.imf;
20+
opens org.javamoney.moneta.convert.imf.defaults;
2021
requires org.javamoney.moneta.convert;
2122
requires static osgi.core;
2223
requires static osgi.annotation;

0 commit comments

Comments
 (0)