Skip to content

Commit 470a44d

Browse files
authored
Update acb-external-libraries.adoc
1 parent 1fdb4d6 commit 470a44d

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

modules/ROOT/pages/acb-external-libraries.adoc

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
:page-deployment-options: cloud-ide, desktop-ide
33

44
External libraries are project-level dependencies that Mule applications require to support certain connectors and components, such as Database connectors or Spring-based components.
5-
Anypoint Code Builder provides a guided interface to add, edit, and remove external libraries, and automatically manages the corresponding entries in the project POM file.
5+
Anypoint Code Builder provides a guided interface to add, edit, and delete external libraries, and automatically manages the corresponding entries in the project POM file.
66

77
External library configurations apply at the project level. Any change to a configured library affects all components in the project that require that library.
88

@@ -17,7 +17,7 @@ External library configurations apply at the project level. Any change to a conf
1717
Anypoint Code Builder prompts you to configure an external library when you add or configure a component that requires additional dependencies.
1818
For example, this can occur when you:
1919

20-
* Add a Database connector operation to a flow
20+
* Add a Database connector connection
2121
* Configure a Spring-based component
2222
* Use a custom component that depends on external libraries
2323

@@ -30,7 +30,7 @@ You can add an external library from the component configuration or from the pro
3030
External libraries can be added from one of the following sources:
3131

3232
* Recommended libraries
33-
* Maven Central dependencies
33+
* Maven dependencies
3434
* Local files
3535

3636
To open the library configuration interface from a component:

0 commit comments

Comments
 (0)