Siedlerchr opened a new issue, #3758:
URL: https://github.com/apache/logging-log4j2/issues/3758

   ## Description
   
   We noticed that the jspecify version entry is missing, causing publishing 
problems with jbang. There is no definition for the version at the top.
   
   ```
   
   <dependency>
   <groupId>org.jspecify</groupId>
   <artifactId>jspecify</artifactId>
   <version>${jspecify.version}</version>
   </dependency>
   
   ```
   
   ## Configuration
   
   **Version:**  2.25
   
   **Operating system:**  macos/linux 
   
   **JDK:**  24
   
   ## Logs
   
   ```
   Error:  [ERROR] Could not resolve dependencies: The following artifacts 
could not be resolved: org.jspecify:jspecify:jar:${jspecify.version} (absent): 
   Could not find artifact org.jspecify:jspecify:jar:${jspecify.version} in 
mavencentral (https://repo1.maven.org/maven2/)
   
   ```
   
   ## Reproduction
   
   [An isolated test reproducing the test.
   JUnit tests similar to the ones in the code base are extremely appreciated.]
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to