Skip to content

Commit

Permalink
Fix export of com.sun.enterprise.security.web package
Browse files Browse the repository at this point in the history
Signed-off-by: Arjan Tijms <arjan.tijms@omnifish.ee>
  • Loading branch information
arjantijms committed Oct 21, 2023
1 parent 8a1049b commit 595e1fa
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 15 deletions.
3 changes: 2 additions & 1 deletion appserver/web/web-glue/pom.xml
@@ -1,6 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<!--
Copyright 2023 Contributors to the Eclipse Foundation.
Copyright (c) 1997, 2022 Oracle and/or its affiliates. All rights reserved.
This program and the accompanying materials are made available under the
Expand Down Expand Up @@ -241,7 +242,7 @@
com.sun.appserv.web.cache.filter,
com.sun.appserv.web.cache.mapping,
com.sun.appserv.web.taglibs.cache,
com.sun.enterprise.security.ee.web,
com.sun.enterprise.security.web,
com.sun.enterprise.util.logging,
com.sun.enterprise.web,
com.sun.enterprise.web.accesslog,
Expand Down
15 changes: 1 addition & 14 deletions appserver/web/web-ha/pom.xml
@@ -1,6 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<!--
Copyright 2023 Contributors to the Eclipse Foundation.
Copyright (c) 1997, 2021 Oracle and/or its affiliates. All rights reserved.
This program and the accompanying materials are made available under the
Expand Down Expand Up @@ -92,19 +93,5 @@
<directory>src/main/resources</directory>
</resource>
</resources>

<plugins>
<plugin>
<groupId>org.apache.felix</groupId>
<artifactId>maven-bundle-plugin</artifactId>
<configuration>
<instructions>
<Import-Package>
!com.sun.enterprise.security.web,*
</Import-Package>
</instructions>
</configuration>
</plugin>
</plugins>
</build>
</project>

0 comments on commit 595e1fa

Please sign in to comment.