Skip to content

Commit

Permalink
Remove Tomcat 7 adapter
Browse files Browse the repository at this point in the history
  • Loading branch information
stianst committed Feb 28, 2022
1 parent 74695c0 commit 5ef8265
Show file tree
Hide file tree
Showing 52 changed files with 6 additions and 1,013 deletions.
13 changes: 0 additions & 13 deletions adapters/oidc/tomcat/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -35,17 +35,4 @@
<module>tomcat</module>
</modules>

<profiles>
<profile>
<id>community</id>
<activation>
<property>
<name>!product</name>
</property>
</activation>
<modules>
<module>tomcat7</module>
</modules>
</profile>
</profiles>
</project>
2 changes: 1 addition & 1 deletion adapters/oidc/tomcat/tomcat-core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@
<dependency>
<groupId>org.apache.tomcat</groupId>
<artifactId>tomcat-catalina</artifactId>
<version>${tomcat7.version}</version>
<version>${tomcat8.version}</version>
<scope>compile</scope>
</dependency>

Expand Down
107 changes: 0 additions & 107 deletions adapters/oidc/tomcat/tomcat7/pom.xml

This file was deleted.

This file was deleted.

This file was deleted.

14 changes: 0 additions & 14 deletions adapters/saml/tomcat/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -34,18 +34,4 @@
<module>tomcat-core</module>
<module>tomcat</module>
</modules>

<profiles>
<profile>
<id>community</id>
<activation>
<property>
<name>!product</name>
</property>
</activation>
<modules>
<module>tomcat7</module>
</modules>
</profile>
</profiles>
</project>
2 changes: 1 addition & 1 deletion adapters/saml/tomcat/tomcat-core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@
<dependency>
<groupId>org.apache.tomcat</groupId>
<artifactId>tomcat-catalina</artifactId>
<version>${tomcat7.version}</version>
<version>${tomcat8.version}</version>
<scope>compile</scope>
</dependency>

Expand Down
87 changes: 0 additions & 87 deletions adapters/saml/tomcat/tomcat7/pom.xml

This file was deleted.

Loading

0 comments on commit 5ef8265

Please sign in to comment.