Data Model

In the previous step we create a Organization Unit and a repository nautic. We are now going to create project called swimmingpool.

In the New Item select "project"

We want to add a dependency on the pojo/entity java model. So we click as shown below on the "dependencies" menu item.

We then enter the data as shown below.

The version you should use now is 2.0.10 and the associate maven project is here. Then as in our runtime we configured all necessary settings for maven, all is retrieved. The project we use is on maven central. The following screen is then displayed.

As said in the introduction on BRMS, all dependency are shown.

Note that in the 6.4.0 version there is a bug. If the workbench is restarted or you quit the editor and re-open it, the list is then empty when you log again. But it is only a display problem as in the repository the dependency is kept. the JIRA is here. It is corrected in version 6.5.0.

Where dependencies and package white list are stored

As said before, in case of a restart of the workbench application, the dependency list is empty. In this case, to see the dependency, you set the project explorer mode to repository view as shown below

Click on the pom.xml file. In the dependency part of the file, you should see what we entered before.

Last updated