[java-oidc-common] branch main updated: Comment out profile-impl in pom to fix build

Phil Smart philip.smart at jisc.ac.uk
Wed Dec 1 11:27:51 UTC 2021


This is an automated email from the git hooks/post-receive script.

philsmart pushed a commit to branch main
in repository java-oidc-common.

View the commit online:
http://git.shibboleth.net/view/?p=java-oidc-common.git;a=commit;h=08e04e4d3b1215df3259849cf7c1f993e5fdffea

The following commit(s) were added to refs/heads/main by this push:
     new 08e04e4  Comment out profile-impl in pom to fix build
08e04e4 is described below

commit 08e04e4d3b1215df3259849cf7c1f993e5fdffea
Author: Phil Smart <philip.smart at jisc.ac.uk>
AuthorDate: Wed Dec 1 11:27:44 2021 +0000

    Comment out profile-impl in pom to fix build
    
    There are no classes in the impl project yet. Enable when there is.
---
 pom.xml | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/pom.xml b/pom.xml
index 8458ca3..522daff 100644
--- a/pom.xml
+++ b/pom.xml
@@ -204,13 +204,13 @@
         <module>oidc-common-crypto-impl</module>
         <module>oidc-common-metadata-api</module>
         <module>oidc-common-metadata-impl</module>
+        <module>oidc-common-profile-api</module>
+        <!-- Remove until the module has classes <module>oidc-common-profile-impl</module> -->
         <module>oidc-common-saml-api</module>
         <module>oidc-common-saml-impl</module>
         <module>oidc-common-plugin</module>
         <module>oidc-common-bom</module>
-        <module>oidc-common-dist</module>
-        <module>oidc-common-profile-api</module>
-        <module>oidc-common-profile-impl</module>
+        <module>oidc-common-dist</module>  
     </modules>
     
     <build>

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the commits mailing list