[java-shib-shared] 01/02: Bump parent to 17.1.0-SNAPSHOT, replace conditional nashorn dependency.
Scott Cantor
cantor.2 at osu.edu
Mon Nov 6 14:08:37 UTC 2023
This is an automated email from the git hooks/post-receive script.
scantor pushed a commit to branch main
in repository java-shib-shared.
View the commit online:
http://git.shibboleth.net/view/?p=java-shib-shared.git;a=commit;h=3c84599244e0f2c51eee5ccb9415268b5eef4eab
commit 3c84599244e0f2c51eee5ccb9415268b5eef4eab
Author: Scott Cantor <cantor.2 at osu.edu>
AuthorDate: Mon Nov 6 09:06:00 2023 -0500
Bump parent to 17.1.0-SNAPSHOT, replace conditional nashorn dependency.
---
pom.xml | 30 ++++++------------------------
1 file changed, 6 insertions(+), 24 deletions(-)
diff --git a/pom.xml b/pom.xml
index 68c199af..17fd7f56 100644
--- a/pom.xml
+++ b/pom.xml
@@ -7,7 +7,7 @@
<parent>
<groupId>net.shibboleth</groupId>
<artifactId>parent</artifactId>
- <version>17.0.3-SNAPSHOT</version>
+ <version>17.1.0-SNAPSHOT</version>
</parent>
<name>Shibboleth Shared Components</name>
@@ -44,8 +44,6 @@
<properties>
<checkstyle.configLocation>${project.basedir}/resources/checkstyle/checkstyle.xml</checkstyle.configLocation>
- <shared-parent.site.url>${shibboleth.site.deploy.url}java-shib-shared/${project.version}/</shared-parent.site.url>
- <shared-module.site.url>${shared-parent.site.url}${project.artifactId}</shared-module.site.url>
</properties>
<dependencies>
@@ -74,6 +72,11 @@
<artifactId>logback-classic</artifactId>
<scope>test</scope>
</dependency>
+ <dependency>
+ <groupId>org.openjdk.nashorn</groupId>
+ <artifactId>nashorn-core</artifactId>
+ <scope>test</scope>
+ </dependency>
</dependencies>
<dependencyManagement>
@@ -117,26 +120,5 @@
</plugin>
</plugins>
</build>
-
- <profiles>
- <!--
- Pull in a Javascript engine for testing in Java
- versions where the JDK doesn't provide one.
- -->
- <profile>
- <id>get-nashorn</id>
- <activation>
- <jdk>[15,</jdk>
- </activation>
- <dependencies>
- <dependency>
- <groupId>org.openjdk.nashorn</groupId>
- <artifactId>nashorn-core</artifactId>
- <version>${nashorn.jdk.version}</version>
- <scope>test</scope>
- </dependency>
- </dependencies>
- </profile>
- </profiles>
</project>
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list