diff options
author | Areli, Fuss (af732p) <af732p@intl.att.com> | 2018-05-17 19:53:13 +0300 |
---|---|---|
committer | Areli, Fuss (af732p) <af732p@att.com> | 2018-05-17 19:56:01 +0300 |
commit | d54cab94fbcd1d396382146c527f2b6141746613 (patch) | |
tree | 51f12018e36546950a133d136cc661a23954e47b /dcaedt_catalog/api/pom.xml | |
parent | e59dd9554fa32e702d23d8ee1531953758fa9a8d (diff) |
pom fix
Change-Id: If3bbd9f8bf578a60a6a2bbd32125217e6ecb3941
Issue-ID: SDC-1339
Signed-off-by: Areli, Fuss (af732p) <af732p@att.com>
Diffstat (limited to 'dcaedt_catalog/api/pom.xml')
-rw-r--r-- | dcaedt_catalog/api/pom.xml | 23 |
1 files changed, 10 insertions, 13 deletions
diff --git a/dcaedt_catalog/api/pom.xml b/dcaedt_catalog/api/pom.xml index 9f1ee46..ff51800 100644 --- a/dcaedt_catalog/api/pom.xml +++ b/dcaedt_catalog/api/pom.xml @@ -105,22 +105,19 @@ </manifestEntries> </archive> </configuration> - <!-- <executions> <execution> <id>make-assembly</id> this is used for - inheritance merges <phase>package</phase> bind to the packaging phase <goals> - <goal>single</goal> </goals> </execution> </executions> --> </plugin> </plugins> </build> - <repositories> - <repository> - <snapshots> - <enabled>false</enabled> - </snapshots> - <id>jcenter</id> - <name>Bintray JCenter</name> - <url>http://repo1.maven.org/maven2/</url> - </repository> - </repositories> + <!--<repositories>--> + <!--<repository>--> + <!--<snapshots>--> + <!--<enabled>false</enabled>--> + <!--</snapshots>--> + <!--<id>jcenter</id>--> + <!--<name>Bintray JCenter</name>--> + <!--<url>http://repo1.maven.org/maven2/</url>--> + <!--</repository>--> + <!--</repositories>--> <dependencies> <dependency> <groupId>commons-jxpath</groupId> |