Skip to content

Commit 8d9707b

Browse files
committed
1 parent 9b96ff8 commit 8d9707b

File tree

1 file changed

+1
-29
lines changed

1 file changed

+1
-29
lines changed

pom.xml

Lines changed: 1 addition & 29 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
<impl.groupId>org.javamoney</impl.groupId>
4242
<impl.artifactId>moneta</impl.artifactId>
4343
<impl.version>1.0.1-SNAPSHOT</impl.version>
44-
<impl.packageType>jar</impl.packageType>
44+
<impl.packageType>pom</impl.packageType>
4545

4646
<!-- 2) JSR API version to be used. -->
4747
<api.version>1.0</api.version>
@@ -105,34 +105,6 @@
105105
<version>${impl.version}</version>
106106
<type>${impl.packageType}</type>
107107
</dependency>
108-
<!--
109-
<dependency>
110-
<groupId>${impl.groupId}</groupId>
111-
<artifactId>moneta-parent</artifactId>
112-
<version>${impl.version}</version>
113-
<type>${impl.type}</type>
114-
</dependency>
115-
<dependency>
116-
<groupId>${impl.groupId}.moneta</groupId>
117-
<artifactId>moneta-core</artifactId>
118-
<version>${impl.version}</version>
119-
</dependency>
120-
<dependency>
121-
<groupId>${impl.groupId}.moneta</groupId>
122-
<artifactId>moneta-convert</artifactId>
123-
<version>${impl.version}</version>
124-
</dependency>
125-
<dependency>
126-
<groupId>${impl.groupId}.moneta</groupId>
127-
<artifactId>moneta-convert-ecb</artifactId>
128-
<version>${impl.version}</version>
129-
</dependency>
130-
<dependency>
131-
<groupId>${impl.groupId}.moneta</groupId>
132-
<artifactId>moneta-convert-imf</artifactId>
133-
<version>${impl.version}</version>
134-
</dependency>
135-
-->
136108

137109
<dependency>
138110
<groupId>javax.money</groupId>

0 commit comments

Comments
 (0)