Skip to content
This repository was archived by the owner on Jan 28, 2021. It is now read-only.

Commit abdcf03

Browse files
committed
#87 - moves lib/Xxx/impl to lib/Xxx
also mml
1 parent 924700c commit abdcf03

File tree

353 files changed

+1822
-184
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

353 files changed

+1822
-184
lines changed

ex/app/extended/pom.xml

+1
Original file line numberDiff line numberDiff line change
@@ -139,6 +139,7 @@
139139
<modules>
140140
<module>module-base</module>
141141
<module>module-simple</module>
142+
<module>integtests</module>
142143
<module>appdefn</module>
143144
<module>webapp</module>
144145

ex/app/quickstart/integtests/pom.xml

+5
Original file line numberDiff line numberDiff line change
@@ -119,6 +119,11 @@
119119
<scope>test</scope>
120120
</dependency>
121121

122+
<dependency>
123+
<groupId>org.isisaddons.metamodel.paraname8</groupId>
124+
<artifactId>isis-metamodel-paraname8-dom</artifactId>
125+
</dependency>
126+
122127
<dependency>
123128
<groupId>org.apache.isis.core</groupId>
124129
<artifactId>isis-core-wrapper</artifactId>

0 commit comments

Comments
 (0)