This is an automated email from the ASF dual-hosted git repository.

danhaywood pushed a commit to branch v3-jdo
in repository https://gitbox.apache.org/repos/asf/causeway-app-simpleapp.git


The following commit(s) were added to refs/heads/v3-jdo by this push:
     new 8f617e2  backporting fixes in v3-jdo-SNAPSHOT
8f617e2 is described below

commit 8f617e25025827fdaea73004174cb70f28bb8184
Author: danhaywood <[email protected]>
AuthorDate: Tue Apr 16 18:26:11 2024 +0100

    backporting fixes in v3-jdo-SNAPSHOT
---
 webapp/pom.xml | 33 +++++++++++++++++----------------
 1 file changed, 17 insertions(+), 16 deletions(-)

diff --git a/webapp/pom.xml b/webapp/pom.xml
index 518a4ec..be382e7 100644
--- a/webapp/pom.xml
+++ b/webapp/pom.xml
@@ -1,5 +1,6 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<project xmlns="http://maven.apache.org/POM/4.0.0"; 
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"; 
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 
http://maven.apache.org/maven-v4_0_0.xsd";>
+<project xmlns="http://maven.apache.org/POM/4.0.0"; 
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
+         xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 
http://maven.apache.org/maven-v4_0_0.xsd";>
     <modelVersion>4.0.0</modelVersion>
 
     <parent>
@@ -12,16 +13,16 @@
     <name>SimpleApp (JDO) - Webapp</name>
 
     <description>
-       Assembles and runs both the Wicket viewer and the Restfulobjects viewer
-       in a single webapp configured to run using the JDO/DataNucleus object 
store.
+        Assembles and runs the Wicket viewer, the Restfulobjects viewer and 
the GraphQL viewer
+        in a single webapp configured to run using the JDO/DataNucleus object 
store.
     </description>
 
     <packaging>jar</packaging>
 
     <properties>
-               <!-- 
https://stackoverflow.com/questions/38983934/cannot-get-maven-project-version-property-in-a-spring-application-with-value/38983935#38983935
 -->
-               <resource.delimiter>^</resource.delimiter>
-       </properties>
+        <!-- 
https://stackoverflow.com/questions/38983934/cannot-get-maven-project-version-property-in-a-spring-application-with-value/38983935#38983935
 -->
+        <resource.delimiter>^</resource.delimiter>
+    </properties>
 
     <build>
         <resources>
@@ -93,13 +94,13 @@
             <type>pom</type>
         </dependency>
         <dependency>
-                       <groupId>org.apache.causeway.viewer</groupId>
-                       <artifactId>causeway-viewer-wicket-viewer</artifactId>
-               </dependency>
-               <dependency>
-                       <groupId>org.apache.causeway.viewer</groupId>
-                       
<artifactId>causeway-viewer-restfulobjects-jaxrsresteasy</artifactId>
-               </dependency>
+            <groupId>org.apache.causeway.viewer</groupId>
+            <artifactId>causeway-viewer-wicket-viewer</artifactId>
+        </dependency>
+        <dependency>
+            <groupId>org.apache.causeway.viewer</groupId>
+            
<artifactId>causeway-viewer-restfulobjects-jaxrsresteasy</artifactId>
+        </dependency>
 
         <dependency>
             <groupId>org.apache.causeway.persistence</groupId>
@@ -256,8 +257,8 @@
             <dependencies>
                 <dependency>
                     <groupId>org.postgresql</groupId>
-                               <artifactId>postgresql</artifactId>
-                                       <!-- <version>42.2.12</version> ... 
version already managed -->
+                    <artifactId>postgresql</artifactId>
+                    <!-- <version>42.2.12</version> ... version already 
managed -->
                 </dependency>
             </dependencies>
         </profile>
@@ -276,7 +277,7 @@
                         <artifactId>jib-maven-plugin</artifactId>
                         <configuration>
                             <from>
-                                
<image>adoptopenjdk/openjdk11:x86_64-alpine-jre-11.0.10_9</image>
+                                
<image>eclipse-temurin:21.0.2_13-jdk-alpine</image>
                             </from>
                             <container>
                                 <jvmFlags>

Reply via email to