Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Removes redundant modules app-domain and test-domain #128

Merged
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 0 additions & 4 deletions app-domain/.gitignore

This file was deleted.

6 changes: 0 additions & 6 deletions app-domain/checkstyle/ClassHeader.txt

This file was deleted.

259 changes: 0 additions & 259 deletions app-domain/checkstyle/checkstyle.xml

This file was deleted.

16 changes: 0 additions & 16 deletions app-domain/checkstyle/suppressions.xml

This file was deleted.

32 changes: 0 additions & 32 deletions app-domain/pom.xml

This file was deleted.

18 changes: 0 additions & 18 deletions app-domain/src/main/java/domain/Zoo.java

This file was deleted.

13 changes: 0 additions & 13 deletions app-domain/src/main/java/domain/package-info.java

This file was deleted.

7 changes: 0 additions & 7 deletions cache-tests/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -35,12 +35,6 @@
<version>4.11</version>
</dependency>

<dependency>
<groupId>javax.cache</groupId>
<artifactId>test-domain</artifactId>
<version>1.1.0-SNAPSHOT</version>
</dependency>

<dependency>
<groupId>javax.cache</groupId>
<artifactId>cache-api</artifactId>
Expand Down Expand Up @@ -161,7 +155,6 @@
<configuration>
<systemPropertyVariables>
<java.net.preferIPv4Stack>${java.net.preferIPv4Stack}</java.net.preferIPv4Stack>
<domainJar>${domain-lib-dir}/${domain-jar}</domainJar>
<javax.cache.CacheManager>${CacheManagerImpl}</javax.cache.CacheManager>
<javax.cache.Cache>${CacheImpl}</javax.cache.Cache>
<javax.cache.Cache.Entry>${CacheEntryImpl}</javax.cache.Cache.Entry>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

It is meant to exercise generic aspects.


@author Greg Luck
@author Yannis Cosmadopoulos
*/
package domain;
Loading