I want to enable the SCIMPI viewer on my ISIS app.
Do I just uncomment out this dependency in the main pom, and change the
artifact id to match my application name.
<dependency>
<groupId>${project.groupId}</groupId>
<artifactId>quickstart-viewer-scimpi</artifactId>
<version>${project.version}</version>
</dependency>
And use this as the artifact id?
<artifactId> Assignments-viewer-scimpi</artifactId>
I see in the main pom that these entries are not commented out.
<dependency>
<groupId>${project.groupId}</groupId>
<artifactId>Assignments-webapp</artifactId>
<version>1.0-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>${project.groupId}</groupId>
<artifactId>Assignments-viewer-html</artifactId>
<version>1.0-SNAPSHOT</version>
</dependency>
Jason Richardson
This electronic message contains information generated by the USDA solely for
the intended recipients. Any unauthorized interception of this message or the
use or disclosure of the information it contains may violate the law and
subject the violator to civil or criminal penalties. If you believe you have
received this message in error, please notify the sender and delete the email
immediately.