diff --git a/api-only/src/main/java/module-info.java b/api-only/src/main/java/module-info.java index cf741d0..89f4b8b 100644 --- a/api-only/src/main/java/module-info.java +++ b/api-only/src/main/java/module-info.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 Oracle and/or its affiliates. All rights reserved. + * Copyright (c) 2019, 2020 Oracle and/or its affiliates. All rights reserved. * * This program and the accompanying materials are made available under the * terms of the Eclipse Distribution License v. 1.0, which is available at @@ -10,7 +10,7 @@ module gmbal { requires java.logging; - requires transitive java.management; + requires transitive org.glassfish.external.management.api; exports org.glassfish.gmbal; exports org.glassfish.pfl.tf.timer.spi; diff --git a/impl/pom.xml b/impl/pom.xml index f94b111..a7770da 100644 --- a/impl/pom.xml +++ b/impl/pom.xml @@ -1,7 +1,7 @@