Skip to content

Missing dependency jspecify version attribute in parent pom #3758

Closed
@Siedlerchr

Description

@Siedlerchr

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/)

Refs JabRef/jabref#13371

Reproduction

[An isolated test reproducing the test.
JUnit tests similar to the ones in the code base are extremely appreciated.]

Metadata

Metadata

Assignees

Labels

bugIncorrect, unexpected, or unintended behavior of existing codebuildAffects the build system or other automation

Type

Projects

Status

Done

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions