File tree Expand file tree Collapse file tree 2 files changed +4
-13
lines changed
Expand file tree Collapse file tree 2 files changed +4
-13
lines changed Original file line number Diff line number Diff line change 1313 * information: "Portions copyright [year] [name of copyright owner]".
1414 *
1515 * Copyright 2011-2016 ForgeRock AS.
16- * Copyright 2019 Open Identity Platform Community.
16+ * Copyright 2018-2025 3A Systems, LLC
1717
1818-->
1919<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">
509509 </plugins>
510510 </build>
511511 </profile>
512- <profile>
513- <id>forgerock-dev</id>
514- <dependencies>
515- <dependency>
516- <groupId>org.openidentityplatform.openam</groupId>
517- <artifactId>openam-time-travel</artifactId>
518- </dependency>
519- </dependencies>
520- </profile>
521512 <profile>
522513 <id>suppress-upgrade</id>
523514 <properties>
Original file line number Diff line number Diff line change 343343 <module>openam-selfservice</module>
344344 <!-- (Mobile) Push Notification Service -->
345345 <module>openam-push-notification</module>
346- <module>openam-time-travel</module>
346+ <!-- module>openam-time-travel</module-- >
347347 <module>openam-i18n</module>
348348 <module>openam-test-utils</module>
349349 <module>openam-notifications</module>
16901690 <artifactId>HikariCP</artifactId>
16911691 <version>${hikaricp.version}</version>
16921692 </dependency>
1693- <dependency>
1693+ <!-- dependency>
16941694 <groupId>org.openidentityplatform.openam</groupId>
16951695 <artifactId>openam-time-travel</artifactId>
16961696 <version>${project.version}</version>
1697- </dependency>
1697+ </dependency-- >
16981698 <dependency>
16991699 <groupId>joda-time</groupId>
17001700 <artifactId>joda-time</artifactId>
You can’t perform that action at this time.
0 commit comments