There was an error while loading. Please reload this page.
1 parent b1ded48 commit 97419afCopy full SHA for 97419af
owb-weather-app/build.gradle
@@ -9,6 +9,7 @@ repositories {
9
10
dependencies {
11
implementation 'org.apache.openwebbeans:openwebbeans-se:2.0.16'
12
+
13
implementation 'org.apache.geronimo.specs:geronimo-atinject_1.0_spec:1.0'
14
implementation 'org.apache.geronimo.specs:geronimo-jcdi_2.0_spec:1.0.1'
15
implementation 'org.apache.geronimo.specs:geronimo-interceptor_1.2_spec:1.0'
owb-weather-app/src/main/java/cloud/nativ/flamewars/WeatherManager.java
@@ -5,7 +5,6 @@
5
import javax.inject.Named;
6
7
@ApplicationScoped
8
-//@Dependent
@Named("weatherManager")
public class WeatherManager {
0 commit comments