Skip to content

Commit 6c3dfaf

Browse files
committed
Fix package name.
1 parent 837d4ef commit 6c3dfaf

File tree

1 file changed

+3
-4
lines changed
  • adaptive-authentication/org.wso2.custom.auth.functions.v2

1 file changed

+3
-4
lines changed

adaptive-authentication/org.wso2.custom.auth.functions.v2/pom.xml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@
1313
<modelVersion>4.0.0</modelVersion>
1414
<packaging>bundle</packaging>
1515
<name>Conditional Authentication - Custom Functions V2</name>
16-
<url>http://maven.apache.org</url>
1716

1817
<dependencies>
1918
<dependency>
@@ -73,11 +72,11 @@
7372
<Bundle-SymbolicName>${project.artifactId}</Bundle-SymbolicName>
7473
<Bundle-Name>${project.artifactId}</Bundle-Name>
7574
<Private-Package>
76-
org.wso2.custom.auth.functions.internal
75+
org.wso2.custom.auth.functions.v2.internal
7776
</Private-Package>
7877
<Export-Package>
79-
!org.wso2.custom.auth.functions.internal,
80-
org.wso2.custom.auth.functions
78+
!org.wso2.custom.auth.functions.v2.internal,
79+
org.wso2.custom.auth.functions.v2
8180
</Export-Package>
8281
<Import-Package>
8382
org.wso2.carbon.identity.application.common.*,

0 commit comments

Comments
 (0)