Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Compilation issue #1562

Open
samyem opened this issue Sep 13, 2021 · 1 comment
Open

Compilation issue #1562

samyem opened this issue Sep 13, 2021 · 1 comment

Comments

@samyem
Copy link

samyem commented Sep 13, 2021

Checking out from git and running mvn package gives the following error:

[ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.6.1:compile (default-compile) on project openid-connect-common: Compilation failure: Compilation failure: [ERROR] /home/azureuser/fhir/miteid/openid/OpenID-Connect-Java-Spring-Server/openid-connect-common/src/main/java/org/mitre/openid/connect/config/ConfigurationPropertiesBean.java:[23,24] cannot find symbol [ERROR] symbol: class PostConstruct [ERROR] location: package javax.annotation [ERROR] /home/azureuser/fhir/miteid/openid/OpenID-Connect-Java-Spring-Server/openid-connect-common/src/main/java/org/mitre/jwt/encryption/service/impl/DefaultJWTEncryptionAndDecryptionService.java:[28,24] cannot find symbol [ERROR] symbol: class PostConstruct [ERROR] location: package javax.annotation [ERROR] /home/azureuser/fhir/miteid/openid/OpenID-Connect-Java-Spring-Server/openid-connect-common/src/main/java/org/mitre/openid/connect/config/ConfigurationPropertiesBean.java:[82,10] cannot find symbol [ERROR] symbol: class PostConstruct [ERROR] location: class org.mitre.openid.connect.config.ConfigurationPropertiesBean [ERROR] /home/azureuser/fhir/miteid/openid/OpenID-Connect-Java-Spring-Server/openid-connect-common/src/main/java/org/mitre/jwt/encryption/service/impl/DefaultJWTEncryptionAndDecryptionService.java:[119,10] cannot find symbol [ERROR] symbol: class PostConstruct [ERROR] location: class org.mitre.jwt.encryption.service.impl.DefaultJWTEncryptionAndDecryptionService

@jamietanna
Copy link

FYI if you're just trying to get up and running, the solution I've done today is to just download the WAR from Maven Central

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants