Skip to content

Commit 23fa7e8

Browse files
committed
Exclude unused openam-time-travel
1 parent 083b6de commit 23fa7e8

File tree

2 files changed

+4
-13
lines changed

2 files changed

+4
-13
lines changed

openam-server-only/pom.xml

Lines changed: 1 addition & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
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">
@@ -509,15 +509,6 @@
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>

pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -343,7 +343,7 @@
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>
@@ -1690,11 +1690,11 @@
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>

0 commit comments

Comments
 (0)