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

jamesbognar pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/juneau.git


The following commit(s) were added to refs/heads/master by this push:
     new 587dfab0e Clean up poms.
587dfab0e is described below

commit 587dfab0e03621b524149419f31486cc46b118b7
Author: James Bognar <[email protected]>
AuthorDate: Wed May 14 09:45:00 2025 -0400

    Clean up poms.
---
 juneau-core/juneau-marshall-rdf/pom.xml                 |  2 +-
 juneau-examples/juneau-examples-rest-springboot/pom.xml |  4 ++--
 juneau-examples/juneau-examples-rest/pom.xml            |  8 ++++----
 juneau-microservice/juneau-microservice-jetty/pom.xml   | 14 +++++++-------
 juneau-rest/juneau-rest-server-rdf/pom.xml              |  2 +-
 juneau-rest/juneau-rest-server-springboot/pom.xml       |  2 +-
 pom.xml                                                 | 15 ++-------------
 7 files changed, 18 insertions(+), 29 deletions(-)

diff --git a/juneau-core/juneau-marshall-rdf/pom.xml 
b/juneau-core/juneau-marshall-rdf/pom.xml
index 3919f8dc5..4b242abe0 100644
--- a/juneau-core/juneau-marshall-rdf/pom.xml
+++ b/juneau-core/juneau-marshall-rdf/pom.xml
@@ -48,7 +48,7 @@
                <dependency>
                        <groupId>org.apache.jena</groupId>
                        <artifactId>jena-core</artifactId>
-                       <version>${jena.version}</version>
+                       <version>2.7.4</version>
                </dependency>
                <dependency>
                        <groupId>org.junit.vintage</groupId>
diff --git a/juneau-examples/juneau-examples-rest-springboot/pom.xml 
b/juneau-examples/juneau-examples-rest-springboot/pom.xml
index 6be708b83..8bb5228e6 100644
--- a/juneau-examples/juneau-examples-rest-springboot/pom.xml
+++ b/juneau-examples/juneau-examples-rest-springboot/pom.xml
@@ -58,7 +58,7 @@
                <dependency>
                        <groupId>org.springframework.boot</groupId>
                        <artifactId>spring-boot-starter-web</artifactId>
-                       <version>${springboot.version}</version>
+                       <version>3.4.5</version>
                        <exclusions>
                                <exclusion>
                                        
<groupId>org.springframework.boot</groupId>
@@ -86,7 +86,7 @@
                        <plugin>
                                <groupId>org.springframework.boot</groupId>
                                
<artifactId>spring-boot-maven-plugin</artifactId>
-                               <version>${springboot.version}</version>
+                               <version>3.4.5</version>
                                <executions>
                                        <execution>
                                                <goals>
diff --git a/juneau-examples/juneau-examples-rest/pom.xml 
b/juneau-examples/juneau-examples-rest/pom.xml
index d487b9250..85626aace 100644
--- a/juneau-examples/juneau-examples-rest/pom.xml
+++ b/juneau-examples/juneau-examples-rest/pom.xml
@@ -58,22 +58,22 @@
                <dependency>
                        <groupId>org.apache.derby</groupId>
                        <artifactId>derby</artifactId>
-                       <version>${derby.version}</version>
+                       <version>10.17.1.0</version>
                </dependency>
                <dependency>
                        <groupId>org.hibernate</groupId>
                        <artifactId>hibernate-core</artifactId>
-                       <version>${hibernate.version}</version>
+                       <version>5.6.15.Final</version>
                </dependency>
                <dependency>
                        <groupId>org.hibernate</groupId>
                        <artifactId>hibernate-entitymanager</artifactId>
-                       <version>${hibernate.version}</version>
+                       <version>5.6.15.Final</version>
                </dependency>
                <dependency>
                        <groupId>xml-apis</groupId>
                        <artifactId>xml-apis</artifactId>
-                       <version>${xml.apis.version}</version>
+                       <version>2.0.2</version>
                </dependency>
 
                <dependency>
diff --git a/juneau-microservice/juneau-microservice-jetty/pom.xml 
b/juneau-microservice/juneau-microservice-jetty/pom.xml
index 3672e4aa1..5b4d12aaf 100644
--- a/juneau-microservice/juneau-microservice-jetty/pom.xml
+++ b/juneau-microservice/juneau-microservice-jetty/pom.xml
@@ -41,27 +41,27 @@
                <dependency>
                        <groupId>org.eclipse.jetty</groupId>
                        <artifactId>jetty-server</artifactId>
-                       <version>${jetty.version}</version>
+                       <version>12.0.20</version>
                </dependency>
                <dependency>
                        <groupId>org.eclipse.jetty</groupId>
                        <artifactId>jetty-security</artifactId>
-                       <version>${jetty.version}</version>
+                       <version>12.0.20</version>
                </dependency>
                <dependency>
-                       
<groupId>org.eclipse.jetty.ee${jetty.ee.version}</groupId>
-                       
<artifactId>jetty-ee${jetty.ee.version}-servlet</artifactId>
-                       <version>${jetty.version}</version>
+                       <groupId>org.eclipse.jetty.ee9</groupId>
+                       <artifactId>jetty-ee9-servlet</artifactId>
+                       <version>12.0.20</version>
                </dependency>
                <dependency>
                        <groupId>org.eclipse.jetty</groupId>
                        <artifactId>jetty-xml</artifactId>
-                       <version>${jetty.version}</version>
+                       <version>12.0.20</version>
                </dependency>
                <dependency>
                        <groupId>org.eclipse.jetty</groupId>
                        <artifactId>jetty-slf4j-impl</artifactId>
-                       <version>${jetty.version}</version>
+                       <version>12.0.20</version>
                </dependency>
                <dependency>
                        <groupId>jakarta.servlet</groupId>
diff --git a/juneau-rest/juneau-rest-server-rdf/pom.xml 
b/juneau-rest/juneau-rest-server-rdf/pom.xml
index 45ab74ea0..8f6f6e81e 100644
--- a/juneau-rest/juneau-rest-server-rdf/pom.xml
+++ b/juneau-rest/juneau-rest-server-rdf/pom.xml
@@ -48,7 +48,7 @@
                <dependency>
                        <groupId>jakarta.servlet</groupId>
                        <artifactId>jakarta.servlet-api</artifactId>
-                       <version>${servlet.version}</version>
+                       <version>6.1.0</version>
                </dependency>
        </dependencies>
 
diff --git a/juneau-rest/juneau-rest-server-springboot/pom.xml 
b/juneau-rest/juneau-rest-server-springboot/pom.xml
index 60c1602de..681a4ae4c 100644
--- a/juneau-rest/juneau-rest-server-springboot/pom.xml
+++ b/juneau-rest/juneau-rest-server-springboot/pom.xml
@@ -45,7 +45,7 @@
                <dependency>
                        <groupId>org.springframework.boot</groupId>
                        <artifactId>spring-boot-starter-web</artifactId>
-                       <version>${springboot.version}</version>
+                       <version>3.4.5</version>
                        <exclusions>
                                <exclusion>
                                        
<groupId>org.springframework.boot</groupId>
diff --git a/pom.xml b/pom.xml
index 5df17e193..32dc9b80c 100644
--- a/pom.xml
+++ b/pom.xml
@@ -35,23 +35,13 @@
                <maven.compiler.source>17</maven.compiler.source>
                <maven.compiler.target>17</maven.compiler.target>
 
-               <junit.version>4.13.2</junit.version>
-               <servlet.version>6.1.0</servlet.version>
-               <jetty.version>12.0.20</jetty.version>
                <!-- First step in migration to Jetty 12: EE 8 -->
-               <jetty.ee.version>9</jetty.ee.version>
                <juneau.compare.version>9.0.1</juneau.compare.version>
                <javadoc.juneau.version>9.1.0</javadoc.juneau.version>
                <juneauVersion>9.1.0</juneauVersion>
                <juneauVersionNext>9.1.1</juneauVersionNext>
-               <derby.version>10.17.1.0</derby.version>
-               <hibernate.version>5.6.15.Final</hibernate.version>
-               <springboot.version>3.4.5</springboot.version>
-               <xml.apis.version>2.0.2</xml.apis.version>
-               <javadoc.executable />
                <javadoc.plugin.version>3.11.2</javadoc.plugin.version>
                <jacoco.plugin.version>0.8.13</jacoco.plugin.version>
-               <jena.version>2.7.4</jena.version>
        </properties>
 
        <modules>
@@ -67,11 +57,10 @@
        </modules>
 
        <distributionManagement>
-               <!-- Uncomment to generate Maven site in /tmp/site -->
-               <!--site>
+               <site>
                        <id>${project.artifactId}-site</id>
                        <url>file:///tmp/site</url>
-               </site-->
+               </site>
        </distributionManagement>
 
        <build>

Reply via email to